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
module manager error?
Re: module manager error?
You need to ask your host for more php memory. You have 16 Mb and you need more then 18Mb
Re: module manager error?
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;
Ronny
this means that with the running application and modules, your environment already uses the available memory. You could try increasing the memory by putting;
just inside the <?php of your config.php.ini_set('memory_limit','24M');
Ronny
Re: module manager error?
You can try it via .htaccess file too.
Write this inside .htaccess
Write this inside .htaccess
Code: Select all
php_value memory_limit 20M
Re: module manager error?
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
Fatal error: Maximum execution time of 150 seconds exceeded in classes\nusoap.php on line 2655
-
- Forum Members
- Posts: 69
- Joined: Wed Apr 18, 2007 9:57 am
Re: module manager error?
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
Sorry! There was an error handling your form submission.
Anyone had this before?
Thanks for your help so far