Jump to content

błedy 500


Recommended Posts

Witam

 

Podczas importu produktów przeprowadzałem również tłumaczenia stron oraz konfiguracje modułów

prawdopodobnie baza danych się "wysypała" bo produktów w bazie zostało jakos 50 a było ponad 1000.

 

Poniżej zamieszczam kod błędów z ktorymi jak narazie nie umiem sobie poradzić

wszelka pomoc bedzie mile widziana

 

silnik sklepu to 1.5.6.2

 

[PrestaShopDatabaseException]

Table 'i08348bj_yoursec.ps_notifications' doesn't exist
 

            SELECT s.*
            FROM `ps_notifications` s
            WHERE s.`title` = "Hello!!!"

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

×
×
  • Create New...