Module Manager coming up blank

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am

Module Manager coming up blank

Post 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?
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Module Manager coming up blank

Post 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)
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am

Re: Module Manager coming up blank

Post 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?
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Module Manager coming up blank

Post 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/
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am

Re: Module Manager coming up blank

Post by stopsatgreen »

I see... and what could I do to stop this happening? Increase PHPs memory_limit? Where can I do that?
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Module Manager coming up blank

Post 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.
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am

Re: Module Manager coming up blank

Post 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. :(
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Module Manager coming up blank

Post 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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Module Manager coming up blank

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

Return to “CMSMS Core”