Not enough memory for Form Builder - what to do?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
iskanje
Forum Members
Forum Members
Posts: 17
Joined: Mon Oct 08, 2007 8:01 pm

Not enough memory for Form Builder - what to do?

Post 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 :)
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
iskanje
Forum Members
Forum Members
Posts: 17
Joined: Mon Oct 08, 2007 8:01 pm

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

Post by iskanje »

Gee, thanx!! So far so good, I got the module installed with no errors.
Post Reply

Return to “CMSMS Core”