Module Manager problem

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
daneswood
Forum Members
Forum Members
Posts: 10
Joined: Wed Aug 01, 2007 11:39 am

Module Manager problem

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

Re: Module Manager problem

Post 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 ?
unknown

Re: Module Manager problem

Post 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.
daneswood
Forum Members
Forum Members
Posts: 10
Joined: Wed Aug 01, 2007 11:39 am

Re: Module Manager problem

Post 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
lenzor
New Member
New Member
Posts: 2
Joined: Sun Jan 13, 2008 9:38 pm

Re: Module Manager problem

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

Re: Module Manager problem

Post by calguy1000 »

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.
JohnnyB
Dev Team Member
Dev Team Member
Posts: 731
Joined: Tue Nov 21, 2006 5:05 pm

Re: Module Manager problem

Post 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.
"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.
--
Post Reply

Return to “CMSMS Core”