Page 1 of 1

Module Manager coming up blank

Posted: Tue Sep 12, 2006 9:21 am
by stopsatgreen
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

Posted: Tue Sep 12, 2006 11:53 am
by Dee
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)

Re: Module Manager coming up blank

Posted: Tue Sep 12, 2006 12:02 pm
by stopsatgreen
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

Posted: Tue Sep 12, 2006 12:22 pm
by Dee
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/

Re: Module Manager coming up blank

Posted: Tue Sep 12, 2006 12:32 pm
by stopsatgreen
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

Posted: Tue Sep 12, 2006 12:42 pm
by Dee
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.

Re: Module Manager coming up blank

Posted: Tue Sep 12, 2006 12:53 pm
by stopsatgreen
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

Posted: Wed Sep 20, 2006 8:51 pm
by Dee
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.

Re: Module Manager coming up blank

Posted: Wed Sep 20, 2006 11:54 pm
by calguy1000
stopsatgreen 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?
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.ini