Module Manager not working

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Hansie

Module Manager not working

Post 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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Module Manager not working

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

Re: Module Manager not working

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

Re: Module Manager not working

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”