Quform insufficient memory

I received this error when I tried to activate the quforms v2.1:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /data/25/2/111/150/2926313/user/3241944/htdocs/sce/wp-admin/includes/update.php on line 373

Hi @bmatth1

Try to increase wp_memory_limit. This should do the job.

3 Likes

Yes. I had to modify my php.ini file.

Thanks.

I think it’s not a good solution by increasing the limits. In my opinion this error shouldn’t appear.

1 Like

True, if code is properly implemented with buffering this error should never occur unless the operation requires such large memory.

But here on the forums sadly we can’t do anything else to help. :neutral_face: