eameliapk Posted April 25, 2013 Share Posted April 25, 2013 (edited) Witam, jestem nowym uzytkownikiem i juz na poczatku mam maly problem z którym nie idzie sobie samemu poradzić Klkajac zdjecie lub ogólnie nazwe produktu aby przeniosło mnie do karty produktu w sklepie Dostaje bialy ekran http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product Prosze o pomoc adres sklepu: www.kosmetyki.eamelia.pl Dzięki za pomoc Edited April 25, 2013 by eameliapk (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 Masz dostęp do error loga? Używasz jakiegoś niestandardowego rozwiązania (jakiś zewnętrzny moduł) ? Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted April 25, 2013 Share Posted April 25, 2013 (edited) Cześć Na tych białych stronach pokazuje się Error 500, by zobaczyć o co chodzi dokładniej, ustaw sobie w pliku /config/defines.inc.php około lini 27 /* Debug only */ define('_PS_MODE_DEV_', false); zmień false na true Pamiętaj by zmienić spowrotem to ustawienie po naprawie problemu! Edited April 25, 2013 by Piotr Kaczor (see edit history) Link to comment Share on other sites More sharing options...
eameliapk Posted April 25, 2013 Author Share Posted April 25, 2013 po zmianie na true mam: Warning: Function isLogged() is deprecated in /homepages/6/d443284595/htdocs/kosmetyki/modules/blockuserinfo/blockuserinfo.php on line 38 in /homepages/6/d443284595/htdocs/kosmetyki/classes/Tools.php on line 1777 [PrestaShopDatabaseException] Unknown column 'pcc.name' in 'field list' SELECT pcc.`id_product_comment_criterion`, pcc.`name` FROM `kosm_product_comment_criterion` pcc INNER JOIN `kosm_product_comment_criterion_product` pccp ON pcc.`id_product_comment_criterion` = pccp.`id_product_comment_criterion` WHERE pccp.`id_product` = 3 AND pcc.`id_lang` = 7 at line 605 in file classes/db/Db.php 599. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);600. }601. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))602. {603. if ($sql)604. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');605. throw new PrestaShopDatabaseException($this->getMsgError());606. }607. }608. 609. /**[list][*][b]DbCore->displayError[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 307 - classes/db/Db.php][/url] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][1 Arguments][/url][*][b]DbCore->query[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 482 - classes/db/Db.php][/url] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][1 Arguments][/url][*][b]DbCore->executeS[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 105 - modules/productcomments/ProductCommentCriterion.php][/url] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][1 Arguments][/url][*][b]ProductCommentCriterion::getByProduct[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 275 - modules/productcomments/productcomments.php][/url] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][2 Arguments][/url][*][b]ProductComments->hookProductTab[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 419 - classes/Hook.php][/url] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][1 Arguments][/url][*][b]HookCore::exec[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 254 - controllers/front/ProductController.php][/url] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][1 Arguments][/url][*][b]ProductControllerCore->initContent[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 167 - classes/controller/Controller.php][/url] - [size=3][0 Argument][/size][*][b]ControllerCore->run[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 348 - classes/Dispatcher.php][/url] - [size=3][0 Argument][/size][*][b]DispatcherCore->dispatch[/b] - [url="http://kosmetyki.eamelia.pl/index.php?id_product=3&controller=product#"][line 28 - index.php][/url] - [size=3][0 Argument][/size][/list]raczej nie korzystam z żadnego zewnetrznego modulu[quote name='Piotr Kaczor' timestamp='1366878800' post='1199362']CześćNa tych białych stronach pokazuje się [b]Error 500[/b], by zobaczyć o co chodzi dokładniej, ustaw sobie w pliku[i] /config/defines.inc.php[/i] około lini 27[code]/* Debug only */define('_PS_MODE_DEV_', false);[/code]zmień [b]false[/b] na [b]true[/b][sub]Pamiętaj by zmienić spowrotem to ustawienie po naprawie problemu![/sub] Masz dostęp do error loga? Używasz jakiegoś niestandardowego rozwiązania (jakiś zewnętrzny moduł) ? Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 problem jak widać jest z modułem blockuserinfo, chodź wydaje mi się, że bardziej chodzi o komentarze, gdzie wysypuję się zapytanie sql możesz wyłaczyć komentarze i blockuserinfo i sprawdzić działanie ? Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted April 25, 2013 Share Posted April 25, 2013 Jeżeli masz włączony moduł komentarzy, to wyłącz go na chwilę i zobacz czy błąd zniknie. Link to comment Share on other sites More sharing options...
eameliapk Posted April 25, 2013 Author Share Posted April 25, 2013 Po wylączeniu modułu komentarzy już się wyswietla ale jeszcze dostaje błąd na gorze strony Warning: Function isLogged() is deprecated in /homepages/6/d443284595/htdocs/kosmetyki/modules/blockuserinfo/blockuserinfo.php on line 38 in /homepages/6/d443284595/htdocs/kosmetyki/classes/Tools.php on line 1777 ale po wyłączeniu tego drugiego modułu juz ok dziękuję serdecznie za pomoc I jeszcze takie pytanie na co zwrócić uwagę przy konfiguracji? Co powinienem jeszcze pozmieniac aby śmigało szybko sprawnie i bezproblemowo? Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 Jeżeli chodzi o szybkość działania sklepu, skorzystaj z standardowych funkcji - jak masz możliwość, ustaw cache (w preferences -> performance). Dodatkowo, zwróć uwagę czy "wymuszenie kompilacji" jest wyłączone. Link to comment Share on other sites More sharing options...
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