module manager error?

General project discussion. NOT for help questions.
Post Reply
Metal Beryl
Forum Members
Forum Members
Posts: 69
Joined: Wed Apr 18, 2007 9:57 am

module manager error?

Post by Metal Beryl »

When I try to install the module form builder this error comes up

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1848461 bytes) in /home/sites/sterlingcabins.co.uk/web/modules/ModuleManager/ModuleManager.module.php on line 1023

anyone know what this means?

Jane
Signex

Re: module manager error?

Post by Signex »

You need to ask your host for more php memory. You have 16 Mb and you need more then 18Mb
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: module manager error?

Post by RonnyK »

Jane,

this means that with the running application and modules, your environment already uses the available memory. You could try increasing the memory by putting;
ini_set('memory_limit','24M');
just inside the <?php of your config.php.

Ronny
cyberman

Re: module manager error?

Post by cyberman »

You can try it via .htaccess file too.

Write this inside .htaccess

Code: Select all

php_value memory_limit 20M 
pb
Forum Members
Forum Members
Posts: 27
Joined: Sun Jun 01, 2008 8:41 pm

Re: module manager error?

Post by pb »

I have a memory limit of 128 M but with the same module

Fatal error: Maximum execution time of 150 seconds exceeded in classes\nusoap.php on line 2655
Metal Beryl
Forum Members
Forum Members
Posts: 69
Joined: Wed Apr 18, 2007 9:57 am

Re: module manager error?

Post by Metal Beryl »

I was able to install the module by downloading the xml file from the downloads>modules area of this website then uploading it in the extension>modules area of my cmsms website. I have built the form and inserted into a page on my website. It doesnt work though it says:

Sorry! There was an error handling your form submission.

Anyone had this before?

Thanks for your help so far
Post Reply

Return to “General Discussion”