m4tt300 Posted May 10, 2014 Share Posted May 10, 2014 Hi, I am using Prestashop 1.5.6.1 After I unistalled and re-Installed “Featured products on the homepage” (Version :1.4) I cannot see feature products module no more in my home page. The only thing that I did before was modify the line {assign var='nbItemsPerLine' value=4} in the /home2/buonissi/public_html/modules/homefeatured/homefeatured.tpl file setting value=10 In order to understand what happened I implemented 2 query to verify data in the data base using Advanced Parameters > SQL Manager by backoffice SELECT * FROM civ_product is full of data and OK SELECT * FROM civ_feature_product This query has no result. Could you please explain me what I can do to fix this problem? All in the web site is working fine except Featured products module Thank you in advance Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2014 Share Posted May 10, 2014 feature_product table is not related to featured products on homepage. turn on error reporting will see if there is any error. in addition, check module .tpl file, is there code? this module uses caching, so it's also worth to recompile theme and clean shop cache Link to comment Share on other sites More sharing options...
m4tt300 Posted May 10, 2014 Author Share Posted May 10, 2014 Hi Vekia, Thanks for your answer. There is code yes. Could you tell me how to recompile theme and clean shop cache? Best, M Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 you can do it under adv prefereces > performance tab in back office there are options to: turn on / off cache (turn it OFF) turn on / off force compile (turn it ON) then open your front office (theme will be recompiled) Link to comment Share on other sites More sharing options...
m4tt300 Posted May 11, 2014 Author Share Posted May 11, 2014 Unfortunately it didn't work. Do you have any other idea of what I can do? Link to comment Share on other sites More sharing options...
m4tt300 Posted May 11, 2014 Author Share Posted May 11, 2014 turn on error reporting will see if there is any error. Can you tell me how to do this as well? Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 turn on error reporting will see if there is any error. Can you tell me how to do this as well? prestashop above v1.5.3 open: config/defines.inc.php find this line: define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
m4tt300 Posted May 11, 2014 Author Share Posted May 11, 2014 I changed in true... where can I see the log? please help thanks Link to comment Share on other sites More sharing options...
m4tt300 Posted May 11, 2014 Author Share Posted May 11, 2014 i do not see any error in the web page. Does it mean there are not? What else should i try? Would help to re-install only the featured products module or shall i reinstall the whole prestashop? thanks a lot for your help Link to comment Share on other sites More sharing options...
Recommended Posts