Jump to content

No Images On The Front Page


heroj

Recommended Posts

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 by heroj (see edit history)
Link to comment
Share on other sites

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 by heroj (see edit history)
Link to comment
Share on other sites

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

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

 

Know someone how resolve it? 

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