Jump to content

Fatal error: Class 'Cookie' not found in /home/right129/public_html/config/config.inc.php


Recommended Posts

Hi there,

 

Using super user login i was going thru the prestashop backend panel covering advanced preferences, performance, debug enabling and along with that i also remember clearing my laptop browser history.

 

After sometime i suddenly realised that clicks to product & catalog / cart rules etc resulted in blank screen.

 

More time and now trying to access rightdeal.in results in the following error:

 

Fatal error: Class 'Cookie' not found in /home/right129/public_html/config/config.inc.php on line 127

 

Me any my staff were both logged in using the  same super user id and i feel that clearing of cookies and some concurrent advanced settings relating to debug etc could have caused this.

 

Now the issue that neither i am able to access rightdeal.in nor can i access the admin panel url.

 

Anything i can do via ftp access and do settings in config.inc.php file please?

 

Appreciate your help.

 

regards,

parag

Link to comment
Share on other sites

  • 1 year later...

Bonjour,



Suite au passage hier de 1.6.0.14 à 1.6.1.4 tout était oK --> backoffice et front office.



Depuis ce matin, plus d'acces au backoffice et au front office sans aucune modification avec le messsage d'erreur (mode dev) suivant :





Fatal error: Class 'Blowfish' not found in /var/www/vhosts/laboutiquedelisa.fr/httpdocs/classes/Cookie.php on line 82

 

and now

Fatal error: Class 'Cookie' not found in /var/www/vhosts/laboutiquedelisa.fr/httpdocs/config/config.inc.php on line 174







Apres edition du fichier cookie.php :







****************************

_COOKIE_IV_;
if ($this->_standalone) {
$this->_cipherTool = new Blowfish(str_pad('', 56, md5('ps'.__FILE__)), str_pad('', 56, md5('iv'.__FILE__)));
} elseif (!Configuration::get('PS_CIPHER_ALGORITHM') || !defined('_RIJNDAEL_KEY_')) {
$this->_cipherTool = new Blowfish(_COOKIE_KEY_, _COOKIE_IV_);
} else {
$this->_cipherTool = new Rijndael(_RIJNDAEL_KEY_, _RIJNDAEL_IV_);
}
$this->_secure = (bool)$secure;

$this->update();
}



Que faire pour pouvoir acceder au back office et quels correctif apportée ?



Merci de votre aide

Jean Pierre

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...