Page 1 of 1

Module Manager not working

Posted: Wed Jun 06, 2007 9:37 pm
by Hansie
Hi,

I installed CMS and no errors during the install steps. (followed the install doc)

When I login or start the CMS all works except the Module Manager.

There is no list of available itmes only the header.
Available Modules | Preferences

Explorer gives this error Object required.
http://xx.xx.xx.xx/moduleinterface.php? ... uleManager

Thanks in advance,

Hansie

Re: Module Manager not working

Posted: Thu Jun 07, 2007 4:41 pm
by Nullig
The only times I've had problems with the Module Manager was on sites where the php memory limit was at 8M. When I've increased this to 16M on those sites, it all worked well.

You could try adding:

ini_set("memory_limit", "16M");

near the top of your config.php file and see if it helps.

Nullig

Re: Module Manager not working

Posted: Thu Jun 07, 2007 10:53 pm
by calguy1000
the problem is, ini_set won't work in most hosted environments.

We've upped the memory limit requirements for 1.1 for reasons like this.

Re: Module Manager not working

Posted: Sun Jun 10, 2007 9:05 pm
by Hansie
Thanks for the advice.
Its my own server :-)

I edited /etc/php5/apache2/php.ini and changed 16M to 30M
And the modules are visible.

Hansie