Hi,
I am getting this error in my ZenCart store v1.5.3, I have no plugins there and my PHP version is 5.5.9.
Anybody had similar issues? Can somebody help please? Thanks.
ZenCart Forever !!!
Hi,
I am getting this error in my ZenCart store v1.5.3, I have no plugins there and my PHP version is 5.5.9.
Anybody had similar issues? Can somebody help please? Thanks.
ZenCart Forever !!!
I have the same error.
Here is my log:
[23-Aug-2014 17:13:21] PHP Fatal error: Class 'zcPassword' not found in /srv/www2/includes/functions/password_funcs.php on line 15
This error appears when i want to login at backend.
I upgraded from 1.5.1 to 1.5.3
1.5.1 worked fine.
Last edited by jens; 23 Aug 2014 at 06:02 PM.
How did you perform your upgrade? You're missing changes to /includes/auto_loaders/config.core.php (which loads the missing class) and potentially missed the new file /includes/classes/class.zcPassword.php.
Yes, i missed some files. Now it works.
Thank you for help.