Forums

Fatal Error

tonymina 27 Apr, 2015
Hi, when I create a form I get this error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1982333 bytes) in /data/3/0/120/110/120273/user/121870/htdocs/infohtml/cms3/plugins/system/betterpreview/helpers/link.php on line 205

This is the first form I am creating after I installed v5

Thanks.
GreyHead 27 Apr, 2015
Hi tonymina,

There's not enough information here to be sure and you don't say if the error is when you edit the form or when you view or submit it. The most likely cause of this error is having an Event Loop action that points to itself.

Bob
tonymina 27 Apr, 2015
I got this error from a fresh install of ChronoForms v5 when I clicked on the New or New Simple button. I am not editing or viewing just creating the first form.
GreyHead 27 Apr, 2015
Hi tonymina,

Can you increase the PHP allowed memory to say 64Mb (or more) and see if that fixes the problem?

Bob
tonymina 27 Apr, 2015
I looked at the PHP link.php on line 205 and don't see anything about allocation. I have attached the php mentioned on the fatat error. One thing I am confused is that it seems that this pnp is from nonumber.nl. Thanks.
Sorry can't attach the file. I send it thru email.
GreyHead 28 Apr, 2015
Hi Tonymina,

Unfortunately when you run out of memory the PHP report just tells you the last code run. It's usually nothing to do with the error (it's like running out of petrol - where the car stops is by chance).

Have you tried increasing the memory?

Bob
tonymina 29 Apr, 2015
Hi Bob,

I finally found the php.ini where to change the memory allocation. There was no memory_limit directive so I added memory_limit = 128M and everything went fine.

Thanks for the help.
This topic is locked and no more replies can be posted.