Jump to content

Inscription client impossible [Résolu]


Recommended Posts

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 by stevent (see edit history)
Link to comment
Share on other sites

  • stevent changed the title to Inscription client impossible [Résolu]

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