nagim Posted October 23, 2015 Share Posted October 23, 2015 Bonjour, Pourriez vous m'aider au sujet d'une réinstallation de prestashop 1.6.1.1. J'ai donc réinstaller tout mes fichier que j'avais sauvegarder dans le ftp et phpmyadmin. Depuis j'ai des erreurs sur le fichier settings.inc.php Parse error: syntax error, unexpected '_COOKIE_KEY_' (T_STRING) in /home/rasoirshov/www/config/settings.inc.php on line 11 voila comment est composer mon fichier: <?phpdefine('_PS_CACHING_SYSTEM_', 'CacheFs');define('_PS_CACHE_ENABLED_', '0');define('_MYSQL_ENGINE_', 'InnoDB');define('_DB_SERVER_', '');define('_DB_USER_', '');define('_DB_NAME_', '');define('_DB_PASSWD_', '');define('_DB_PREFIX_', '’);define('_COOKIE_KEY_', '');define('_COOKIE_IV_', '');define('_PS_CREATION_DATE_', '2015-09-12');define('_RIJNDAEL_KEY_', '');define('_RIJNDAEL_IV_', '');if (!defined('_PS_VERSION_')) define('_PS_VERSION_', '1.6.1.1'); merci Link to comment Share on other sites More sharing options...
J. Danse Posted October 23, 2015 Share Posted October 23, 2015 Vous avez une coquille sur cette ligne: define('_DB_PREFIX_', '’); Que vous devez remplacer par: define('_DB_PREFIX_', ''); Link to comment Share on other sites More sharing options...
nagim Posted October 23, 2015 Author Share Posted October 23, 2015 bonjour, merci pour l'info,mais j'avais uploader de nouveaux les fichiers dans le ftp et me viola avec d'autre problème. mon site:www.rasoirshop.fr Link to comment Share on other sites More sharing options...
J. Danse Posted October 23, 2015 Share Posted October 23, 2015 Votre boutique est en maintenance, donc non visible en public. Link to comment Share on other sites More sharing options...
nagim Posted October 23, 2015 Author Share Posted October 23, 2015 oui effectivement J'ai uploader de nouveaux les fichiers et le mode maintenance est apparut et impossible de se connecter dans le back office 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