10/07/2016 at 12:11 pm
#394623
Keymaster
@ Peggy
The error is saying that PHP has run out of the memory that was allocated to it. Presently it seems there is about 72MB assigned. You’ll have to increase this amount. I suggest setting it to 128MB. Here’s a link that outlines several methods you can use to increase this amount. Which method will work for you really depends on your web host and their configuration of the server. My suggestion is to start at the top of list and work your way down.
The error is the cause of you not being able to edit entries. This is because PHP ran out of memory before the page could finished being loaded.
I hope that helps, let me know.