Page 1 of 1

Not enough memory for Form Builder - what to do?

Posted: Sun Mar 09, 2008 6:53 am
by iskanje
Tried to install Form Builder 0.4.4 but got this:

Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 77029 bytes) in /home/uno3117/public_html/mydomainname.net/lib/classes/class.moduleoperations.inc.php on line 154

The hosting provider is not too keen on increasing the PHP-memory allocation for this service class, so I'm looking into other solutions.

I'm running CMSMS 1.2.3., so Feedback Form wouldn't install. Then I found a contact_form tag which works but I can't figure out how to apply my own style and layout to the form. Where can I change the form style?

Do I have more options that I could use for a feedback form? Also, is it possible to have an export function of the feedback data, CSV for example?

Thanks :)

Re: Not enough memory for Form Builder - what to do?

Posted: Sun Mar 09, 2008 6:59 am
by RonnyK
You could try to make the memory a little bigger, by setting it in the top of the config.php, just inside de <?php.....

ini_set('memory_limit','16M');

and see if it takes the local memory-increase. If not, you could try uninstalling some unneeded modules.

Ronny

Re: Not enough memory for Form Builder - what to do?

Posted: Sun Mar 09, 2008 7:15 am
by iskanje
Gee, thanx!! So far so good, I got the module installed with no errors.