Hello,
after my site was working a few months without errors, I can not get into the admin/pages panel. The loader is spinning until an error message like "Fatal error: Allowed memory size of 125829120 bytes exhausted (tried to allocate 614 bytes) in (...)/framework/model/Database.php on line 772" becomes visible.
I did some research on memory, did a phpinfo() inside the SilverStripe folder which gives 120M as memory limit. It is a small site and the dimensions of 120M are just absurd.
I have some other DataObjects like admin/MYDATAOBJECT which _do_ work via direct linking in the address bar.
However, admin/pages, admin/assets, do not work. It seems like all the standard pages in the admin backend do not load.
Frontend does work properly.
admin/settings: working
admin/pages: not working
admin/assets: not working
admin/security: working
admin/reports: working
admin/OWNDATAOBJECTS: All working!
What could be the error? How to debug?
Thank you!