Jump to content
  • 0

bład podczas załącznia trybu debugowanie


szatan750

Question

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'
 

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

  • 0
45 minut temu, endriu107 napisał:

Tryb debugowania możesz włączyć również ręcznie edytując plik defines.inc.php, odnośnie błędu to faktycznie jest jakiś bug w zapytaniu ponieważ takie kolumny ma tabela PREFIX_info_lang.

 

po właczeniu recznie trybu debugowania znów ten błąd 

Link to comment
Share on other sites

  • 0

znałażłem log od futurehost

[30-Apr-2018 18:45:08 UTC] PHP Fatal error:  Uncaught Error: Call to undefined method Search::getTags() in /domains/public_html/override/classes/Search.php:631
Stack trace:
#0 /domains/public_html/logowwitr/searchcron.php(43): SearchCore::indexation(false)
#1 {main}
  thrown in /domains/public_html/override/classes/Search.php on line 631
[30-Apr-2018 20:02:03 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 33471347 bytes) in Unknown on line 0

to sie dzieje przy reindeksacji 

Edited by szatan750 (see edit history)
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...