jeejee3000 Posted November 26, 2015 Share Posted November 26, 2015 (edited) Bonjour, Mon problème a l'air quelque peu récurrent mais j'ai l'impression que les solutions sont variées... Dès que mes clients optent pour le virement ou le règlement par cheque, une erreur 500 arrive. Voici le détail (mon niveau ne me permet pas de comprendre grand chose): [PrestaShopDatabaseException]Unknown column 'round_type' in 'field list' INSERT INTO `ps_orders` (`id_address_delivery`, `id_address_invoice`, `id_cart`, `id_currency`, `id_shop_group`, `id_shop`, `id_lang`, `id_customer`, `id_carrier`, `current_state`, `secure_key`, `payment`, `module`, `recyclable`, `gift`, `gift_message`, `mobile_theme`, `total_discounts`, `total_discounts_tax_incl`, `total_discounts_tax_excl`, `total_paid`, `total_paid_tax_incl`, `total_paid_tax_excl`, `total_paid_real`, `total_products`, `total_products_wt`, `total_shipping`, `total_shipping_tax_incl`, `total_shipping_tax_excl`, `carrier_tax_rate`, `total_wrapping`, `total_wrapping_tax_incl`, `total_wrapping_tax_excl`, `round_mode`, `round_type`, `shipping_number`, `conversion_rate`, `invoice_number`, `delivery_number`, `invoice_date`, `delivery_date`, `valid`, `reference`, `date_add`, `date_upd`) VALUES ('131', '131', '382', '1', '1', '1', '1', '126', '0', '0', '80bd3b3caec26ff948bc3aa3afad6193', 'Virement bancaire', 'bankwire', '0', '0', NULL, '0', '0', '0', '0', '155', '155', '155', '0', '155', '155', '0', '0', '0', '0', '0', '0', '0', '2', '2', NULL, '1', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'WGMLNZMIX', '2015-11-26 10:32:10', '2015-11-26 10:32:10')at line 791 in file classes/db/Db.php 786. if ($webservice_call && $errno) {787. $dbg = debug_backtrace();788. WebserviceRequest::getInstance()->setError(500, ' '.$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 763 - classes/db/Db.php] - [1 Arguments] DbCore->q - [line 514 - classes/db/Db.php] - [2 Arguments] DbCore->insert - [line 487 - classes/ObjectModel.php] - [3 Arguments] ObjectModelCore->add - [line 309 - classes/order/Order.php] - [2 Arguments] OrderCore->add - [line 341 - classes/PaymentModule.php] PaymentModuleCore->validateOrder - [line 26 - override/classes/PaymentModule.php] - [10 Arguments] PaymentModule->validateOrder - [line 64 - modules/bankwire/controllers/front/validation.php] - [9 Arguments] BankwireValidationModuleFrontController->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Quelqu'un pourrait il m'aider à "déchiffrer" cela ? D'avance merci cordialement Edited November 26, 2015 by jeejee3000 (see edit history) Link to comment Share on other sites More sharing options...
jeejee3000 Posted November 26, 2015 Author Share Posted November 26, 2015 Merci de m'avoir répondu. Pourriez-vous m'indiquer la méthode pour régler cela ? Cordialement Link to comment Share on other sites More sharing options...
jeejee3000 Posted November 27, 2015 Author Share Posted November 27, 2015 Bonjour, Quelqu'un pour m'aider ? D'avance merci Link to comment Share on other sites More sharing options...
jeejee3000 Posted December 1, 2015 Author Share Posted December 1, 2015 finalement j'ai tout réinstallé… ça fonctionne 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