I get a 500 error and the log shows me the following:
PHP Fatal error: Uncaught Error: Class 'Configuration' not found in /home/zbookstore/public_html/classes/Encryptor.php:135
Stack trace:
#0 /home/zbookstore/public_html/classes/Encryptor.php(60): EncryptorCore::getCipherTool()
#1 /home/zbookstore/public_html/classes/exception/PrestaShopException.php(156): EncryptorCore::getInstance()
#2 /home/zbookstore/public_html/config/config.inc.php(86): PrestaShopExceptionCore->displayMessage()
#3 [internal function]: {closure}(Object(Error))
#4 {main}
thrown in /home/zbookstore/public_html/classes/Encryptor.php on line 135
At line 135, Encryptor shows: $algo = (int) Configuration::get('PS_CIPHER_ALGORITHM');
However, in Configuration, the PS_CIPHER_ALGORITHM is indeed defined at line 110:
const CIPHER_ALGORITHM = 'PS_CIPHER_ALGORITHM';
Any help is appreciated. Currently site is down and unable to login.
Question
movieseals
I get a 500 error and the log shows me the following:
At line 135, Encryptor shows: $algo = (int) Configuration::get('PS_CIPHER_ALGORITHM');
However, in Configuration, the PS_CIPHER_ALGORITHM is indeed defined at line 110:
const CIPHER_ALGORITHM = 'PS_CIPHER_ALGORITHM';
Any help is appreciated. Currently site is down and unable to login.
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now