Jump to content

[Solucionado] No Me Deja Guardar Los Productos


luiskar

Recommended Posts

Pues estoy en la version 1.6.11 y me sale el siguiente error al intentar guardar un producto:

 

Se ha producido un error mientras se actualizaba el objeto product ()

 

He actualizado a la ultima version en un clon, a .13, y en esa version directamente el boton de guardar nunca llega a cargar, se queda en el circulo pensando. He activado defines.inc en la version .11 y al guardar me sale lo siguiente:

 

Unknown column 'pt.pele_related_order' in 'order clause'
 

        SELECT t.`id_lang`, t.`name`
        FROM ps_tag t
        LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
        WHERE pt.`id_product`=2 ORDER BY pt.pele_related_order ASC

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

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