Jump to content

[Solved] I have no modules in modules tab!!!


Recommended Posts

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

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

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

  • 2 months later...

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

×
×
  • Create New...