Error trying to open created forms

aceitrelocation 09 Apr, 2015
Hi

We have two forms which work fine, but I want to amend one. When trying to open a form in Form Manager I'm getting the following error:

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /home/x00000xx/public_html/libraries/vendor/joomla/string/src/phputf8/utils/unicode.php on line 204

I've cleared the cache, 'fixed' the database and checked everything in. Any ideas?

Thanks
GreyHead 10 Apr, 2015
1 Likes
Hi aceitrelocation,

This is usually a sign of a loop in the code somewhere - we’ve seen that in the front-end with forms that call themselves. I don't recall seeing it reported in the Forms Manager. Is the form very big? It might just be that it is 'too' big but the memory setting of 256Mb looks as if it should be OK. You could try increasing that in php.ini if your host allows it.

Bob
aceitrelocation 10 Apr, 2015
Thanks Bob

No, the forms are both very small. Just name/email/message fields.

Its strange, it seems ok today. I thought it might be a memory leak in some code, but I have asked my host to investigate as it's most likely a server issue.

cheers

Don
This topic is locked and no more replies can be posted.