stevent Posted February 16, 2021 Share Posted February 16, 2021 (edited) Bonjour à tous. L'inscription client est devenue impossible sur ==> CE SITE J'ai tenté un restore de la base de données + ftp à une date antérieur à la dernière inscription mais rien y fait. En effet, au bout de l'encodage, le message suivant s'affiche ( il se trouve en bas de mon post ) QUelqu'un saurait me venir en aide svp ?? Merci d'avance pour le retour, Steven D. [PrestaShopDatabaseException] Unknown column 'professionnal_id' in 'field list' INSERT INTO `hrd_customer` (`secure_key`, `lastname`, `firstname`, `email`, `passwd`, `last_passwd_gen`, `id_gender`, `birthday`, `newsletter`, `newsletter_date_add`, `ip_registration_newsletter`, `optin`, `website`, `company`, `siret`, `ape`, `outstanding_allow_amount`, `show_public_prices`, `id_risk`, `max_payment_days`, `active`, `deleted`, `note`, `is_guest`, `id_shop`, `id_shop_group`, `id_default_group`, `id_lang`, `date_add`, `date_upd`, `reset_password_token`, `reset_password_validity`, `professionnal_id`, `justificatif`) VALUES ('677deb4450e2d0686431386a157902e4', 'qsdf', 'Stevenletest', '[email protected]', '$2y$10$PTA9t5DISClz.TbJhnAFiOBisuYSEF/UGhF8u1JVWXXaj1UsF6IBW', '2021-02-16 09:44:26', '1', '0000-00-00', '0', '0000-00-00', '', '0', '', 'qsdf', 'qsdf', '', '0', '0', '0', '0', '1', '0', '', '0', '1', '1', '7', '1', '2021-02-16 10:14:26', '2021-02-16 10:14:26', '', '0000-00-00', '', '') at line 769 in file classes/db/Db.php 764. if ($webservice_call && $errno) { 765. $dbg = debug_backtrace(); 766. WebserviceRequest::getInstance()->setError(500, '[SQL Error] ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97); 767. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 768. if ($sql) { 769. throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>'); 770. } 771. 772. throw new PrestaShopDatabaseException($this->getMsgError()); 773. } 774. } DbCore->displayError - [line 385 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 740 - classes/db/Db.php] - [1 Arguments] DbCore->q - [line 476 - classes/db/Db.php] - [2 Arguments] DbCore->insert - [line 559 - classes/ObjectModel.php] - [3 Arguments] ObjectModelCore->add - [line 262 - classes/Customer.php] - [2 Arguments] CustomerCore->add - [line 516 - classes/ObjectModel.php] - [2 Arguments] ObjectModelCore->save - [line 195 - classes/form/CustomerPersister.php] CustomerPersisterCore->create - [line 59 - classes/form/CustomerPersister.php] - [2 Arguments] CustomerPersisterCore->save - [line 197 - classes/form/CustomerForm.php] - [4 Arguments] CustomerFormCore->submit - [line 60 - controllers/front/AuthController.php] AuthControllerCore->initContent - [line 292 - classes/controller/Controller.php] ControllerCore->run - [line 515 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Edited February 17, 2021 by stevent (see edit history) Link to comment Share on other sites More sharing options...
coeos.pro Posted February 16, 2021 Share Posted February 16, 2021 il y a 3 minutes, stevent a dit : Unknown column 'professionnal_id' in 'field list' savez vous de quel module proviens cette colonne professionnal_id ? Link to comment Share on other sites More sharing options...
stevent Posted February 16, 2021 Author Share Posted February 16, 2021 Merci pour le retour. Non malheureusement j'ai bien cherché mais je ne vois de lien avec aucun module. J'ai aussi bien sur désactivé les modules non développés par prestashop.... Link to comment Share on other sites More sharing options...
joseantgv Posted February 17, 2021 Share Posted February 17, 2021 Téléchargez le dossier /modules sur votre ordinateur et cherchez "professionnal_id" dans tous les fichiers avec un éditeur de texte comme Sublime ou Notepad++. Link to comment Share on other sites More sharing options...
coeos.pro Posted February 17, 2021 Share Posted February 17, 2021 vous avez forcément un module orienté pour les clients pro, peut être ancien ou acheté hors d'addons (addons déconseille les modifications des tables natives de prestashop) Link to comment Share on other sites More sharing options...
Mediacom87 Posted February 17, 2021 Share Posted February 17, 2021 Ou peut être simplement un override manuel. Link to comment Share on other sites More sharing options...
coeos.pro Posted February 17, 2021 Share Posted February 17, 2021 tu veux dire un override qui ne ferait pas partie d'un module ? Link to comment Share on other sites More sharing options...
Mediacom87 Posted February 17, 2021 Share Posted February 17, 2021 à l’instant, coeos.pro a dit : tu veux dire un override qui ne ferait pas partie d'un module ? tout est possible et c'ets la bonne méthode si l'on souhaite modifier le fonctionnement de PrestaShop. Link to comment Share on other sites More sharing options...
stevent Posted February 17, 2021 Author Share Posted February 17, 2021 Bonjour à tous ! Bien joué C'était en effet un reste d'override que j'avais laissé. Merci beaucoup !! 1 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