Page 1 of 1
module manager error?
Posted: Mon Jun 09, 2008 10:43 am
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
Re: module manager error?
Posted: Mon Jun 09, 2008 11:03 am
by Signex
You need to ask your host for more php memory. You have 16 Mb and you need more then 18Mb
Re: module manager error?
Posted: Mon Jun 09, 2008 11:04 am
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
Re: module manager error?
Posted: Mon Jun 09, 2008 11:07 am
by cyberman
You can try it via .htaccess file too.
Write this inside .htaccess
Re: module manager error?
Posted: Mon Jun 09, 2008 11:14 am
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
Re: module manager error?
Posted: Mon Jun 09, 2008 11:31 am
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