Hello,
I have installed CMS MS on a few sites and the module manager on the latest buld does not appear. Does any one have a solution for this??
Thanks in advance
Module Manager problem
Re: Module Manager problem
Hello,
I have the same problem. But I saw on base of the (empty) module manager page a text for a little part of a second, so I read the source of it and it says:
Maybe there is a way to come around this ?
I have the same problem. But I saw on base of the (empty) module manager page a text for a little part of a second, so I read the source of it and it says:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /home/www/blahblah/modules/nuSOAP/classes/nusoap.php on line 6002
Maybe there is a way to come around this ?
Re: Module Manager problem
Yes. You'll be happy to know there is.oskarello wrote: Maybe there is a way to come around this ?

You'll need to tell your installation of PHP to increase it's memory limit.
A line like so will allow you to change it's current setting:
Code: Select all
<IfModule mod_php4.c>
php_value memory_limit 120M;
</IfModule>
One more thing, do change the value (120M) to the value that's right for your intended
environment.
Re: Module Manager problem
Hi thanks for the reply and help
here is a pic of the problem. I can't actually see the module manager and I also have a js problem ifyou look at the bottom left.. I 've tried reinstalling cmsms on the other sites and the problem occurs with this latest build.

I've changed the htaccess file as well. still no luck
thanks for the help
here is a pic of the problem. I can't actually see the module manager and I also have a js problem ifyou look at the bottom left.. I 've tried reinstalling cmsms on the other sites and the problem occurs with this latest build.

I've changed the htaccess file as well. still no luck
thanks for the help
Re: Module Manager problem
Hi Daneswood!
I'm having the same problem as you mentioned about the Module Manager. I see an empty screen when I'm at the Module Manager menu. I was wondering if you've solved the problem already. If you do, I would be really glad if you would tell me what to do to get it working!
Thanks!
I'm having the same problem as you mentioned about the Module Manager. I see an empty screen when I'm at the Module Manager menu. I was wondering if you've solved the problem already. If you do, I would be really glad if you would tell me what to do to get it working!
Thanks!
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Module Manager problem
Check your error logs..... I'll bet it's a php memory limit problem too.
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 problem
I had the same problem (1st time in about one dozen CMS MS sites).
My memory limit is 128M, I upped it to 160M and I still received the same error about memory limit and nusoap.
I noticed that during the install, the wizard reported that I only had 2M although I have 128M. It also reported the max upload size incorrectly as well...
The only thing that worked for me is adding using the config.php advice found here:
http://forum.cmsmadesimple.org/index.ph ... l#msg54916
All I did was add:
ini_set("memory_limit", "128M");
which is the same as I already have and the mod manager works now...
strange that the server already reports 128M but the install didn't see it.
The site is on a server that serves PHP from the CGI - phpsuexec, version 5.525 and apache 1.3.39.
My memory limit is 128M, I upped it to 160M and I still received the same error about memory limit and nusoap.
I noticed that during the install, the wizard reported that I only had 2M although I have 128M. It also reported the max upload size incorrectly as well...
The only thing that worked for me is adding using the config.php advice found here:
http://forum.cmsmadesimple.org/index.ph ... l#msg54916
All I did was add:
ini_set("memory_limit", "128M");
which is the same as I already have and the mod manager works now...

strange that the server already reports 128M but the install didn't see it.
The site is on a server that serves PHP from the CGI - phpsuexec, version 5.525 and apache 1.3.39.
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--