novashun Posted April 9, 2012 Share Posted April 9, 2012 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!!! Link to comment Share on other sites More sharing options...
Flaunt Posted April 9, 2012 Share Posted April 9, 2012 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 More sharing options...
novashun Posted April 10, 2012 Author Share Posted April 10, 2012 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 More sharing options...
Flaunt Posted April 10, 2012 Share Posted April 10, 2012 That's good to hear. The memory limit problem was my next thought but glad to see you fixed it yourself. Enjoy Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now