Jump to content

Erreur 500 Back Office


Recommended Posts

Bonjour,

 

J'ai une erreur 500 sur plusieurs pages du back office (produits, commandes..)

 

J'ai passé le config/defines.inc.php en TRUE et voici le rapport d'erreur :

[PrestaShopDatabaseException]

Table 'db594458269.ps_jms_hook_module' doesn't exist


SELECT *
				FROM `ps_jms_hook_module` WHERE id_shop=1

at line 791 in file classes/db/Db.php
786.         if ($webservice_call && $errno) {
787.             $dbg = debug_backtrace();
788.             WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
789.         } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
790.             if ($sql) {
791.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
792.             }
793. 
794.             throw new PrestaShopDatabaseException($this->getMsgError());
795.         }
796.     }
DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments]
DbCore->query - [line 643 - classes/db/Db.php] - [1 Arguments]
DbCore->executeS - [line 49 - modules/jms_setting/jms_setting.php] - [1 Arguments]
Jms_setting->__construct - [line - ]
ReflectionClass->newInstance - [line 124 - Core/Foundation/IoC/Core_Foundation_IoC_Container.php]
Core_Foundation_IoC_Container->makeInstanceFromClassName - [line 157 - Core/Foundation/IoC/Core_Foundation_IoC_Container.php] - [2 Arguments]
Core_Foundation_IoC_Container->doMake - [line 170 - Core/Foundation/IoC/Core_Foundation_IoC_Container.php] - [2 Arguments]
Core_Foundation_IoC_Container->make - [line 52 - Adapter/Adapter_ServiceLocator.php] - [1 Arguments]
Adapter_ServiceLocator::get - [line 1371 - classes/module/Module.php] - [1 Arguments]
ModuleCore::getModulesOnDisk - [line 2059 - classes/controller/AdminController.php]
AdminControllerCore->initTabModuleList - [line 2003 - classes/controller/AdminController.php]
AdminControllerCore->initContent - [line 189 - classes/controller/Controller.php]
ControllerCore->run - [line 367 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 58 - admin/index.php]

Qu'est ce qui ne va pas la dedans ?!

 

Merci pour vos lumières !

 

Link to comment
Share on other sites

Alors là on a une base de données bien malade, il lui manque au moins cette table essentielle.

Mais comme un malheur n'arrive jamais seul, il doit t'en manquer d'autre.

 

PM pour faire un bilan, mais j'ai peur que ce soit l'arbre qui cache la forêt

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...