Jump to content

Error al intentar acceder a una ficha de cliente


Exceso

Recommended Posts

Buenas noches a todos!

Tenemos un prestashop 1.6 montado en la web shoppingdiabetes.com.

Todo funciona con normalidad salvo que cuando intentamos acceder a la ficha de un cliente nos planta este error y no sabemos a qué puede ser debido.

 

[PrestaShopDatabaseException]

Unknown column 'w.default' in 'field list'
 

            SELECT w.`id_wishlist`, w.`name`, w.`token`, w.`date_add`, w.`date_upd`, w.`counter`, w.`default`
            FROM `ps_wishlist` w
            WHERE `id_customer` = 27
            AND id_shop = 1
            ORDER BY w.`name` ASC

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

 

629.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
630.         }
631.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
632.         {
633.             if ($sql)
634.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
635.             throw new PrestaShopDatabaseException($this->getMsgError());
636.         }
637.     }
638.
639.     /**

 

post-11279-0-36414300-1412287354_thumb.jpg

Link to comment
Share on other sites

Te dice que no existe el campo:

 

default
en la tabla

 

ps_wishlist
Te iba a decir, que probaras  añadir manualmente el campo en dicha tabla, pero prueba mejor primero desinstalar el módulo:

 

Bloque de wishlist
y volver a instalarlo y ver si te crea bien la tabla con los campos.
Link to comment
Share on other sites

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