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.
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
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.
Hi tonymina,
Can you increase the PHP allowed memory to say 64Mb (or more) and see if that fixes the problem?
Bob
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.
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
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.