Support Forum

Users can't access forum since last update

PS Paul Smith
Paul Smith
Member

They’re getting the following message….

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 112 bytes) in /problem-with-post-edit-buttonome/livingon/public_html/wp-includes/meta.php on line 826

 Any idea what the solution is?

5 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Well clearly you need to allocate more memory space to php processing,
https://simple-press.com/documentation/codex/faq/troubleshooting/i-have-a-fatal-error-that-says-i-have-run-out-of-memory/

PS Paul Smith
Paul Smith
Member

OK. Thanks. I’ll ask my host to increase the memory. Does the problem have anything to do with the latest update or is this just coincidence?

YS Yellow Swordfish
Yellow Swordfish
Member

Nothing out of the ordinary in this update as far as I know. Memory problems come up every now and then. There are so many factors involved it can be hard to point any fingers! And ot really does come down to how much is set aside for php on the first place and how much you are loading. So as site with lots of plugins – for example – will need more and more memory. Why it is tripping up in the WP core meta code I have no idea. Bit that is the mainly random nature of these things – assuming you have not activated anything new in that area…

PS Paul Smith
Paul Smith
Member

Thanks for the explanation. The memory has been increased now and the exercise appears to have resolved the issue. Thanks again for your help.