ipsenserightdeal Posted February 23, 2014 Share Posted February 23, 2014 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 More sharing options...
El Patron Posted February 23, 2014 Share Posted February 23, 2014 Hi parag, Please check with ftp that you have classes/Cookie.php. 1 Link to comment Share on other sites More sharing options...
vekia Posted February 23, 2014 Share Posted February 23, 2014 in adition, sometimes error like that apears because of class_index.php file try to remove it (from cache directory) (don't forget about backup of this file) after that file will be regenerated automatically 2 Link to comment Share on other sites More sharing options...
ipsenserightdeal Posted February 24, 2014 Author Share Posted February 24, 2014 Many thanks El Patron , Vekia. The problem was with cookie.php file not present. Many thanks. Problem solved. Link to comment Share on other sites More sharing options...
El Patron Posted February 24, 2014 Share Posted February 24, 2014 Many thanks El Patron , Vekia. The problem was with cookie.php file not present. Many thanks. Problem solved. This is not (as you know) normal. I would change all ftp passwords and double check my file permissions. Link to comment Share on other sites More sharing options...
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 and now Fatal error: Class 'Cookie' not found in /var/www/vhosts/laboutiquedelisa.fr/httpdocs/config/config.inc.php on line 174Apres 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 aideJean Pierre 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