heroj Posted February 12, 2016 Share Posted February 12, 2016 Hi, I Upgrade prestashop, I have now v.1.6.1.4. But on front page dont show any images - only 1 of 20 pictures and a question mark. I regenerate and restore access, but nothing help. What can I do with this problem? Link to comment Share on other sites More sharing options...
Rolige Posted February 12, 2016 Share Posted February 12, 2016 We need more details, but I think you mean about the best sellers block, featured, etc etc, maybe these modules has been restarted, just go to their configuration and change the amount of products you want to show. Link to comment Share on other sites More sharing options...
heroj Posted February 12, 2016 Author Share Posted February 12, 2016 (edited) We need more details, but I think you mean about the best sellers block, featured, etc etc, maybe these modules has been restarted, just go to their configuration and change the amount of products you want to show. Thank You for answer, but I think, that is no this module problem, I have no images in all eshop. Sorry for my english. https://drive.google.com/file/d/0B48BRwuV5savZGY0SW13YVRRQTg/view?usp=sharing Edited February 12, 2016 by heroj (see edit history) Link to comment Share on other sites More sharing options...
Rolige Posted February 12, 2016 Share Posted February 12, 2016 Try by enabling debug mode, sometimes it show some useful error lines. If you don't know how to do that, there are a lot of info about it in the foro/google Link to comment Share on other sites More sharing options...
heroj Posted February 12, 2016 Author Share Posted February 12, 2016 (edited) Try by enabling debug mode, sometimes it show some useful error lines. If you don't know how to do that, there are a lot of info about it in the foro/google So, its write me in backoffice: Warning na řádku 1791 v souboru /data/web/virtuals/24777/virtual/www/domains/xboxcentrum.cz/classes/controller/AdminController.php [2] Cannot modify header information - headers already sent by (output started at /data/web/virtuals/24777/virtual/www/domains/xboxcentrum.cz/config/defines.inc.php:1) And in front page: Warning: Cannot modify header information - headers already sent by (output started at /data/web/virtuals/24777/virtual/www/domains/xboxcentrum.cz/config/defines.inc.php:1) in /data/web/virtuals/24777/virtual/www/domains/xboxcentrum.cz/classes/controller/FrontController.php on line 1000 Warning: Cannot modify header information - headers already sent by (output started at /data/web/virtuals/24777/virtual/www/domains/xboxcentrum.cz/config/defines.inc.php:1) in /data/web/virtuals/24777/virtual/www/domains/xboxcentrum.cz/classes/controller/FrontController.php on line 1001 Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /data/web/virtuals/24777/virtual/www/domains/xboxcentrum.cz/modules/blockklany/blockklany.php on line 207 Chyba: neplatný RSS zdroj v "blockrss" modulu: Invalid input: this is not valid XML Any Idea? Edited February 12, 2016 by heroj (see edit history) Link to comment Share on other sites More sharing options...
Rolige Posted February 12, 2016 Share Posted February 12, 2016 Maybe the upgrade left some files without update, take all the classes and controllers from the zip file installer and replace it in the respective folder in your server, needless to say you need use the file from the installer of the same version in your shop. Link to comment Share on other sites More sharing options...
heroj Posted February 16, 2016 Author Share Posted February 16, 2016 Hi, I reinstall all prestashop, and still some problem: when I click any image, then in debug mode write me: [PrestaShopDatabaseException]Unknown column 'p.id_tax' in 'on clause' SELECT p.*, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, p.`ean13`, i.`id_image`, il.`legend`, t.`rate`, m.`name` AS manufacturer_name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product`) LEFT JOIN `ps_image` i ON (i.`id_product` = p.`id_product` AND i.`cover` = 1) LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3) LEFT JOIN `ps_tax` t ON (t.`id_tax` = p.`id_tax`) LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`) LEFT JOIN `ps_nove_produkty` np ON (np.`id_product` = p.`id_product`) WHERE pl.`id_lang` = 3 AND np.id_nove_produkty is not null ORDER BY np.id_nove_produkty;at line 791 in file classes/db/Db.php 786. if ($webservice_call && $errno) {787. $dbg = debug_backtrace();788. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {790. if ($sql) {791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');792. }793.794. throw new PrestaShopDatabaseException($this->getMsgError());795. }796. } DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 643 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 133 - modules/blocknoveprodukty/blocknoveprodukty.php] - [1 Arguments] BlockNoveProdukty->hookRightColumn - [line 587 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 544 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 582 - classes/controller/FrontController.php] - [2 Arguments] FrontControllerCore->initContent - [line 172 - controllers/front/ProductController.php] ProductControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Know someone how resolve it? 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