deibi Posted March 19, 2013 Share Posted March 19, 2013 Buenas Tengo la version 1.5.3.1 y hoy me ha aparecido un error a la hora de validar una compra. Se queda la pagina en blanco. He modificado el archivo defines.inc.php y me devuelve el siguiente error: [PrestaShopDatabaseException] Duplicate entry '255' for key 'PRIMARY'INSERT INTO `pst_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`, `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`, `shipping_number`, `conversion_rate`, `invoice_number`, `delivery_number`, `invoice_date`, `delivery_date`, `valid`, `reference`, `date_add`, `date_upd`) VALUES ('3', '3', '622', '1', '1', '1', '4', '2', '29', '0', '1ac83456c3bf6af87689d98e3b167ca5', 'Trasferencia bancaria', 'bankwire', '1', '0', NULL, '0', '0', '0', '11.45', '11.45', '9.46', '0', '3.26', '3.95', '7.5', '7.5', '6.2', '21', '0', '0', '0', NULL, '1', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', '0790', '2013-03-19 15:23:29', '2013-03-19 15:23:29') at line 605 in file classes/db/Db.php 604. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); ¿Alguien sabe que es lo que ha podido pasar y como podria solucionarlo? Lo raro es que no he tocado nada de la tienda en estos ultimos dias Muchas gracias un saludo Link to comment Share on other sites More sharing options...
deibi Posted March 20, 2013 Author Share Posted March 20, 2013 despues de tocar multitud de opciones y probar a desinstalar modulos, nada de nada...lo que no puede ser es que sin haber tocado nada la tienda se vaya a la mierda y perder clientes porque no pueden pagar. bye bye prestashop...vuelvo a mi antigua tienda Link to comment Share on other sites More sharing options...
Recommended Posts