Yoast 14.9 : PHP Fatal error: Allowed memory size
-
Hello,
I’m getting 500 errors on the pages (only post type = page, excluding homepage, blog page, CPT, taxonomy and term)
I restarted the update process several times by doing the updates one by one and the error 500 is triggered just after updating Yoast (or after deactivation / reactivation of Yoast).Error logs don’t seem to help:
[25-Sep-2020 14:14:09 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32768 bytes) in /home/xxx/public_html/xxx/wp-content/themes/vinci/builder/top-banner.php on line 1 [25-Sep-2020 14:14:09 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/xxx/public_html/xxx/wp-includes/pomo/entry.php on line 89 [25-Sep-2020 14:14:09 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32768 bytes) in Unknown on line 0
This errors also appears :
[25-Sep-2020 14:31:12 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 53248 bytes) in /home/xxx/public_html/xxx/wp-includes/functions.php on line 4669 [25-Sep-2020 14:34:51 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/xxx/public_html/xxx/wp-includes/wp-db.php on line 2131
The file top-banner.php only contains a php tag open. Strange thing: if I empty this file and refresh the page, it displays without error but without the contents of the file. If I then put back the original content of my file and refresh the page, the page loads without problem. The “top-banner.php” file is loaded on all the pages and I have to do this manipulation individually on all the pages to avoid having a 500 error.
I think there is an infinite loop somewhere in the Yoast update that is filling up memory.
Hope it helps
- The topic ‘Yoast 14.9 : PHP Fatal error: Allowed memory size’ is closed to new replies.