[eluser]Rubiz'[/eluser]
Thanx for answering barbazul.
But there's no things to show you more... I simply autoloaded de encrypt library, I was running local this app, and when I started to run this online the first thing to pop at my screen was this error, cause my app runs initially a routine that verifies if user has a session comparing BD encrypted user pass and session user pass...
To forget About this problem, I had no time to solve this, I just commented this line, but I have no idea what can happen without it...
[eluser]barbazul[/eluser]
Are you calling this in a controller method? a controller constructor? a model? a hook?
Are you running PHP4 or PHP5?
[eluser]Rubiz'[/eluser]
I'm calling this in a controller method... about PHP version, I dont know... it makes difference in this case?
[eluser]fafworx[/eluser]
..had the same problem,
just fixed by autoload the 'validation' library in the autoload config file.
have a try...