Page 1 of 1

Module Manager error

Posted: Mon Mar 03, 2008 5:19 pm
by mmcw
When I trie to open the Module Manager I get two tabs.
But NO list of additional mods to instal!

I looked my error log and found the following error:

[Mon Mar 03 18:15:00 2008] [error] [client 217.120.228.165] PHP Fatal error:  Allowed memory size of 16777216 bytes exhausted (tried to allocate 82 bytes) in /usr/home/test/www/modules/nuSOAP/classes/nusoap.php on line 6003, referer: http://www.test.nl/admin/index.php

what is going wrong?
The memory to use has been set to 16 mb?
Looks like it is still not enough??

Can someone help me?

greetings Michel

Re: Module Manager error

Posted: Wed Apr 16, 2008 1:01 pm
by Fido
up !

Re: Module Manager error

Posted: Wed Apr 16, 2008 1:04 pm
by alby
Fido wrote: up !
Add in config.php:
<?php
ini_set('memory_limit', '32M');
Alby

Re: Module Manager error

Posted: Wed Apr 16, 2008 2:00 pm
by Fido
that's right !

16 mb work too !

thanks

Re: Module Manager error

Posted: Wed Apr 16, 2008 2:11 pm
by calguy1000
the amount of memory you need depends on a large number of factors:

1) the amount of modules you have installed
2) the action you're trying to perform
3) potentially the number of pages in the site

more that I can't think of at the moment.

People need to understand error messages and understand how to fix them.  A simple google search would've told you that this problem is not unique to CMS Made simple, and how to solve it.

Re: Module Manager error

Posted: Wed Apr 16, 2008 2:14 pm
by Fido
ok, thanks.