Jump to content

PRESTASHOP DATABASE EXCEPTION


steventhebest

Recommended Posts

[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` = 6

            AND id_shop = 1

            ORDER BY w.`name` ASC

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

 

634.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);

635.         }

636.         elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))

637.         {

638.             if ($sql)

639.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

640.             throw new PrestaShopDatabaseException($this->getMsgError());

641.         }

642.     }

643.

644.     /**

Link to comment
Share on other sites

COME FACCIO A RISOLVERLO?

ho meso la modalità debug su prestashop per capire quale è il problema 

in pratica quando vado ad accedere nella sezione cliente e voglio guardare i dettagli dei clienti iscritti al sito mi usciva tutte le informazioni senza css 

ho voluto capire il problema magari poteva essere il problema un  modulo, cosi ho messo la modalità debug ed è uscito quello che vedete sopra ... è che cosi non capisco nulla.

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