Module Manager coming up blank
-
stopsatgreen
- Power Poster

- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Module Manager coming up blank
I installed 1.0 yesterday and the Module Manager was working fine; I've returned to it today, and it's displaying no results. Does the MM pull in an external page, and if so is this page currently down?
Re: Module Manager coming up blank
ModuleManager pulls in the current module information from the module repository.
I'm not experiencing any troubles with it at the moment.
If PHP's memory_limit is set too low the page returns without results (showing only the 'Available Modules' and 'Preferences' tabs with the tabs not working)
I'm not experiencing any troubles with it at the moment.
If PHP's memory_limit is set too low the page returns without results (showing only the 'Available Modules' and 'Preferences' tabs with the tabs not working)
-
stopsatgreen
- Power Poster

- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Re: Module Manager coming up blank
That's what it's showing; just the tabs. But what could have changed between yesterday and today so that it no longer shows?
Re: Module Manager coming up blank
Maybe there's more modules available, taking up more of PHP's memory.
New versions of NMS, Frontend Users, Feedback Form, Custom Content and Calendar were released:
http://dev.cmsmadesimple.org/
New versions of NMS, Frontend Users, Feedback Form, Custom Content and Calendar were released:
http://dev.cmsmadesimple.org/
-
stopsatgreen
- Power Poster

- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Re: Module Manager coming up blank
I see... and what could I do to stop this happening? Increase PHPs memory_limit? Where can I do that?
Re: Module Manager coming up blank
It's set in a file named php.ini on the server.
You can try putting ini_set("memory_limit", "16M"); near the top of include.php, but it's not guaranteed to work. It totally depends on the server configuration.
Some hosts support creating a php.ini file and placing it in your webroot.
You can try putting ini_set("memory_limit", "16M"); near the top of include.php, but it's not guaranteed to work. It totally depends on the server configuration.
Some hosts support creating a php.ini file and placing it in your webroot.
-
stopsatgreen
- Power Poster

- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Re: Module Manager coming up blank
I have access to php.ini as I'm working on a local dev server. I changed 8M to 16M, restarted Apache, and... nothing. 
Re: Module Manager coming up blank
Perfomance has increased drastically after some of the latest changes to ModuleManger.
Hopefully upgrading to 1.0.2 (will be released later today) will solve this issue for you.
Hopefully upgrading to 1.0.2 (will be released later today) will solve this issue for you.
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Module Manager coming up blank
When this happens, do a 'view source' and search for the word error, it usually tells you what's going on.... (the tabs are hiding the error message). Assuming of course, that your error reporting is setup correctly in php.inistopsatgreen wrote: That's what it's showing; just the tabs. But what could have changed between yesterday and today so that it no longer shows?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
