mam problem z indeksacja produktow wywala mi bład 500
Mianowicie zeby go zdiagnozowac gdy chce załączyc tryb debigowania witryna sie psuje i wywala taki błąd
prosze o pomoc wskazówki presta 1.7.3.1 serwer future host
[PrestaShopDatabaseException]
Unknown column 'r.id_shop' in 'field list'
SELECT r.`id_info`, r.`id_shop`, rl.`text`
FROM `ps_info` r
LEFT JOIN `ps_info_lang` rl ON (r.`id_info` = rl.`id_info`)
WHERE `id_lang` = 2 AND `id_shop` = 1 LIMIT 1
at line746in fileclasses/db/Db.php
741. if ($webservice_call && $errno) {
742. $dbg = debug_backtrace();
743. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
744. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
745. if ($sql) {
746. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
747. }
748.
749. throw new PrestaShopDatabaseException($this->getMsgError());
750. }
751. }
Question
szatan750
witam
mam problem z indeksacja produktow wywala mi bład 500
Mianowicie zeby go zdiagnozowac gdy chce załączyc tryb debigowania witryna sie psuje i wywala taki błąd
prosze o pomoc wskazówki presta 1.7.3.1 serwer future host
[PrestaShopDatabaseException]
Unknown column 'r.id_shop' in 'field list'
at line 746 in file classes/db/Db.php
741. if ($webservice_call && $errno) { 742. $dbg = debug_backtrace(); 743. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 744. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 745. if ($sql) { 746. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 747. } 748. 749. throw new PrestaShopDatabaseException($this->getMsgError()); 750. } 751. }
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now