Jump to content

Solucionado - Recibo otro Error al finalizar la compra, Ayuda


Beteces

Recommended Posts

Al final la compra recibo este error, alguien podría ayudarme, saludos

 

Unknown column 'id_lang' in 'field list'
 

            SELECT id_customer, customer_email, id_shop, id_lang
            FROM `ps_mailalert_customer_oos`
            WHERE `id_product` = 13 AND `id_product_attribute` = 0

at line 613 in file classes/db/Db.php

 

 

607.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
608.         }
609.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
610.         {
611.             if ($sql)
612.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
613.             throw new PrestaShopDatabaseException($this->getMsgError());
614.         }
615.     }
616.
617.     /**
 

 

Edited by Pablo Marielli (see edit history)
Link to comment
Share on other sites

Ve a phpmyadmin y ejecuta esta consulta:
 

ALTER TABLE `ps_mailalert_customer_oos` ADD `id_lang` INT( 10 ) UNSIGNED NOT NULL , DROP PRIMARY KEY , ADD PRIMARY KEY ( `id_customer` , `customer_email` , `id_product` , `id_product_attribute` , `id_shop` ) ;
Link to comment
Share on other sites

Solucionado, muchas gracias Nadie, me explicas donde cerrar el tema.

 

Saludos y feliz año.

 

Un placer ayudarte y servirte!

 

Si das el tema como solucionado, edita el titulo del tema, editando el primer mensaje, pulsando en editar, y después en "Usar editor completo", añadiendo la palabra "Solucionado" al titulo, esto ayudara, a mantener una mayor organización en el foro.

 

Si no sabes como añadir la palabra "Solucionado" al título del tema, aquí tienes una guía: http://www.prestashop.com/forums/topic/269515-solucionado-%C2%BFcomo-poner-la-palabra-solucionado-en-el-titulo-del-tema/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...