jparkerbishop Posted June 10, 2011 Share Posted June 10, 2011 Hello,I've been really struggling to find how to make the module list in the back office show as they seem to not be there. I have followed a few threads on the site, including changing the php memory limit but that hasn't worked for me. I have attached the php.ini file I have made as I think this may be the issue based on other users comments. Any help would be great,Many Thanks Link to comment Share on other sites More sharing options...
rocky Posted June 12, 2011 Share Posted June 12, 2011 Topic movedEdit config/config.inc.php and temporarily change 'display_errors' from 'off' to 'on'. That should give me an error message on the Modules tab, which will let you determine whether it's a memory issue or a module compatibility issue. Link to comment Share on other sites More sharing options...
jallen53 Posted September 15, 2011 Share Posted September 15, 2011 Topic moved Edit config/config.inc.php and temporarily change 'display_errors' from 'off' to 'on'. That should give me an error message on the Modules tab, which will let you determine whether it's a memory issue or a module compatibility issue. hi there i have a similar pronlem as above , i get the eror message Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 19456 bytes) in /hermes/bosweb26a/b163/nf.jandltrading/public_html/jandltrading.co.uk/classes/ObjectModel.php on line 200 please advise ...... Link to comment Share on other sites More sharing options...
oxyweb Posted September 15, 2011 Share Posted September 15, 2011 That's 256MB which is a lot already. Could be a rogue module. Use your hosts filemanager (or FTP but slower) and move all the folders from the /modules/ directory into another folder for backup but it must be above the modules folder not within it. See if you can then get the page loaded without error. If it does load without error, then move the modules back in small chunks. it happened to me once before and the memory increase did not help. Can't remember the module that affected me but it was one that started with a 'c'! Link to comment Share on other sites More sharing options...
jallen53 Posted September 15, 2011 Share Posted September 15, 2011 That's 256MB which is a lot already. Could be a rogue module. Use your hosts filemanager (or FTP but slower) and move all the folders from the /modules/ directory into another folder for backup but it must be above the modules folder not within it. See if you can then get the page loaded without error. If it does load without error, then move the modules back in small chunks. it happened to me once before and the memory increase did not help. Can't remember the module that affected me but it was one that started with a 'c'! i will try it , nice one ... 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