Jump to content

Erreur 500 Lors D'un Paiement Par Virement Ou Cheque


Recommended Posts

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

 

Quelqu'un pourrait il m'aider à "déchiffrer" cela ?

 

D'avance merci

 

cordialement

Edited by jeejee3000 (see edit history)
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...