Page 1 of 1

Module Manager problem

Posted: Fri Nov 09, 2007 4:49 pm
by daneswood
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

Re: Module Manager problem

Posted: Fri Nov 09, 2007 9:58 pm
by oskarello
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:
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

Posted: Sat Nov 10, 2007 1:00 am
by unknown
oskarello wrote: Maybe there is a way to come around this ?
Yes. You'll be happy to know there is. :)

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>

Simply put it in your .htaccess file and you should be good to go.
One more thing, do change the value (120M) to the value that's right for your intended
environment.

Re: Module Manager problem

Posted: Mon Nov 12, 2007 12:58 pm
by daneswood
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.

Image

I've changed the htaccess file as well. still no luck


thanks for the help

Re: Module Manager problem

Posted: Sun Jan 13, 2008 9:53 pm
by lenzor
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!

Re: Module Manager problem

Posted: Sun Jan 13, 2008 9:56 pm
by calguy1000
Check your error logs..... I'll bet it's a php memory limit problem too.

Re: Module Manager problem

Posted: Mon Jan 14, 2008 6:01 pm
by JohnnyB
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.