-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The following error messages were all caused by getFeed (we documented the whole issue and attempts to resolve it, but its in a private forum ...)
Here are the error messages:
Receiving the following error messages (alternately)
1.
Fatal error: Out of memory (allocated 11796480) (tried to allocate 40961 bytes) in /home/sebweb/sebweb-modx-core/model/modx/modscript.class.php on line 48
(related to XPDO)
Fatal error: Out of memory (allocated 11796480) (tried to allocate 55125 bytes) in /home/sebweb/sebweb-modx-core/xpdo/cache/xpdocachemanager.class.php on line 925
When logged into the MODx manager, if I "save" a resource or an element, the website becomes accessible and loads without issue.
As soon as the home page is "requested" a second time, I get the following error message:
Fatal error: Out of memory (allocated 11796480) (tried to allocate 40961 bytes) in /home/sebweb/sebweb-modx-core/model/modx/modscript.class.php on line 48
1.
If I attempt further "refreshing of the home page, I get the following error message:
Fatal error: Out of memory (allocated 11796480) (tried to allocate 14332 bytes) in /home/sebweb/sebweb-modx-core/model/modx/modparser.class.php on line 87
When logged into the MODx manager, I can navigate the website (with the same browser) with absolutely no issues. No error messages, no page crashing, everything works perfectly.