Jump to content

Menu Produit Du Back Office = Erreur 500


Recommended Posts

Pour commencer, les menu Modules, promotions, Transport et autres fonctionnent et sont accessibles.

 

Toutefois, voici un grand problème : plus d'accès au menu catalogue et sous menu Produit ! = erreur 500

 

Voici ce que j'obtiens en modifiant le define('_PS_MODE_DEV_', true); du fichier defines.inc.php :

[PrestaShopDatabaseException]

Table 'db####.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 2517 - controllers/admin/AdminProductsController.php]
AdminProductsControllerCore->initContent - [line 189 - classes/controller/Controller.php]
ControllerCore->run - [line 367 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 58 - admin/index.php]
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...