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
Module Manager error
Re: Module Manager error
Add in config.php:Fido wrote: up !
Alby<?php
ini_set('memory_limit', '32M');
Re: Module Manager error
that's right !
16 mb work too !
thanks
16 mb work too !
thanks
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Module Manager error
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.
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.
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 error
ok, thanks.