sdoudou306 Posted September 7, 2013 Share Posted September 7, 2013 Bonjour j'ai fais ma reinstallation suite à un changement de serveur mais maintenant lorsque je me connecte à l'admin j'ais cette erreur de connection à ma base de donnée qqn aurais une idée car la je fatigue. Merci de votre aide. [PrestaShopDatabaseException] Incorrect file format 'a' SELECT * FROM `bo_access` a LEFT JOIN `bo_tab` t ON t.id_tab = a.id_tab WHERE `id_profile` = 0 at line 607 in file classes/db/Db.php 601. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);602. }603. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))604. {605. if ($sql)606. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');607. throw new PrestaShopDatabaseException($this->getMsgError());608. }609. }610. 611. /** DbCore->displayError - [line 307 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 482 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 143 - classes/Profile.php] - [1 Arguments] ProfileCore::getProfileAccesses - [line 108 - classes/Profile.php] - [1 Arguments] ProfileCore::getProfileAccess - [line 327 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->__construct - [line 128 - classes/controller/Controller.php] - [2 Arguments] ControllerCore::getController - [line 342 - classes/Dispatcher.php] - [1 Arguments] DispatcherCore->dispatch - [line 50 - admin2733/index.php] - [0 Argument] Link to comment Share on other sites More sharing options...
Gregory Roussac Posted September 8, 2013 Share Posted September 8, 2013 Bonjour, Attention vous laissez l'adresse de votre back office en ligne. /admmin2733/ . Vous êtes sur que la table bo_access est accessible et existe en base ? Essayez de faire une réparation sur cette table sous phpmyadmin par exemple. http://stackoverflow.com/questions/4297592/how-to-fix-error-130-hy000-incorrect-file-format Cordialement 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