Jump to content

Bloque wishlist


Recommended Posts

  • 3 weeks later...
  • 4 weeks later...
  • 1 month later...

Si desinstalo el módulo en PS 1.5.6 me tira un error en la base de datos diciendo que la tabla no existe :S.

 

[PrestaShopDatabaseException]

Table 'xxxx_xxx.xx_wishlist' doesn't exist
 

SELECT `id_wishlist`, `name` FROM `xx_wishlist` WHERE `id_customer` = 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.     /**
Link to comment
Share on other sites

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