Guisselle Posted May 10, 2011 Share Posted May 10, 2011 I've just installed prestashop 1.4.1.0, everything is fine exept that when I go to the modules tab I have no modules listed there! Then when I go to the modules folder, all modules are there!!!I need to change my front page and I would like some extra modules which i understand are free. Why I don't see them??Can anyone please help me??Thanks... Link to comment Share on other sites More sharing options...
kristianmu Posted May 10, 2011 Share Posted May 10, 2011 It is because one of your modules it's not working fine, download all your modules, and upload 1 module each time, and you will see wich module is not working fine, you can also change the name of the folder of the module instead of downloading and uploading. Hope it works! Link to comment Share on other sites More sharing options...
Thomas Didierjean Posted May 10, 2011 Share Posted May 10, 2011 Or, your web server does not allow enough memory.In config/config.inc.php, replace lines 29-30 with @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); Go back to your module page and see if there's an error message. Link to comment Share on other sites More sharing options...
Guisselle Posted May 10, 2011 Author Share Posted May 10, 2011 Excellent! it worked....Thanks so much, you guys are amazing Just one more question, do I leave the code like this:@ini_set('display_errors', 'on');define('_PS_DEBUG_SQL_', true);Or do I need to change it back to "off" and "false". Would it hurt to leave it as true??I just don't want to mess it up Thanks Link to comment Share on other sites More sharing options...
Thomas Didierjean Posted May 11, 2011 Share Posted May 11, 2011 You should set it back to 'off' and 'false' because you probably don't want your customers to see error messages, and it is also a security flaw that can reveal informations on your website to hackers. Link to comment Share on other sites More sharing options...
Guisselle Posted May 11, 2011 Author Share Posted May 11, 2011 Ok, I will. Thanks so much for your help Link to comment Share on other sites More sharing options...
patrmich Posted July 20, 2011 Share Posted July 20, 2011 Hi,I have the same problem. No module is displayed in the Modules tab (and the problem is the same in the Payment tab).In config/config.inc.php, I replaced @ini_set('display_errors', 'off');define('_PS_DEBUG_SQL_', false); by@ini_set('display_errors', 'on');define('_PS_DEBUG_SQL_', true); But nor error message is displayed in the Modules tab and in the Payment tab.Would you have any suggestion ?Thank you in advance for any hep.Patrick Link to comment Share on other sites More sharing options...
Recommended Posts