JEAN PIERRE Posted February 5, 2016 Share Posted February 5, 2016 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 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 More sharing options...
tuk66 Posted February 5, 2016 Share Posted February 5, 2016 Vérifiez si vous avez le fichier /classes/Blowfish.php. Check if you have the /classes/Blowfish.php file. Link to comment Share on other sites More sharing options...
JEAN PIERRE Posted February 5, 2016 Author Share Posted February 5, 2016 Bonjour, Merci de votre réponse. Le fichier /classes/Blowfish.php est bien présent. Nouveau message d'erreur : Acces Front Office : Fatal error: Class 'Cookie' not found in /var/www/vhosts/laboutiquedelisa.fr/httpdocs/config/config.inc.php on line 174 et Acces backoffice : Fatal error: Class 'Cookie' not found in /var/www/vhosts/laboutiquedelisa.fr/httpdocs/config/config.inc.php on line 163 tout était OK aprés la MAJ 1.6.1.4 --> Le PB est apparu cette nuit ? Merci pour votre aide Jean Pierre Link to comment Share on other sites More sharing options...
tuk66 Posted February 6, 2016 Share Posted February 6, 2016 Essayez de supprimer le fichier /cache/class_index.php. Try to remove the /cache/class_index.php file. Link to comment Share on other sites More sharing options...
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