Jump to content

Cannot See any Modules


Recommended Posts

Just installed prestashop 1.4.1.0, on the back office manager, when I to modules.. I do not see the home text editor or anything. I do see all of the ones under positions. Any advice? All I want to do is edit my home page text. Attached my screenshot for a view. Thanks Ahead!!!

post-347521-0-05695000-1333938819_thumb.jpg

Link to comment
Share on other sites

This usually means that one of the installed modules is causing the error. Recently it was a module called 'paysafecard' (since updated in later versions) which the devs found was causing a problem like this. You could try deleting this module and seeing if it loads after.

 

Alternatively, if you go to the config folder and open up 'config.inc.php' and find:

 

/* Debug only */
@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);

 

Change 'display_errors' to 'on', upload it back to the folder then click the modules tab again. It should show an error message telling which module is causing the problem. Have a go and see if any of this works. Let me know if you need more help.

Link to comment
Share on other sites

Thanks Flaunt - The error message is: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 77824 bytes) in /home/my_domain/mydomain.com/html/classes/Module.php(492) : eval()'d code on line 185

 

I changed my allocated mem to 120MB and it did the trick.

 

Solved , please close. Thanks!

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