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
Module Manager not working
Re: Module Manager not working
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
You could try adding:
ini_set("memory_limit", "16M");
near the top of your config.php file and see if it helps.
Nullig
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Module Manager not working
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.
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.
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.
Re: Module Manager not working
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
Its my own server

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