Module Manager error

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
mmcw
Forum Members
Forum Members
Posts: 11
Joined: Sat Dec 08, 2007 7:32 pm

Module Manager error

Post 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
Fido
Forum Members
Forum Members
Posts: 104
Joined: Fri Mar 31, 2006 3:10 pm

Re: Module Manager error

Post by Fido »

up !
alby

Re: Module Manager error

Post by alby »

Fido wrote: up !
Add in config.php:
<?php
ini_set('memory_limit', '32M');
Alby
Fido
Forum Members
Forum Members
Posts: 104
Joined: Fri Mar 31, 2006 3:10 pm

Re: Module Manager error

Post by Fido »

that's right !

16 mb work too !

thanks
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Module Manager error

Post 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.
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.
Fido
Forum Members
Forum Members
Posts: 104
Joined: Fri Mar 31, 2006 3:10 pm

Re: Module Manager error

Post by Fido »

ok, thanks.
Locked

Return to “[locked] Installation, Setup and Upgrade”