Hello,
I’m using X that I bought in June of 2022, which I’ve never updated, if that tells you the version. I’m not using a child theme.
My site auto-updated to WP 6.2 last night. Soon as it did, the site broke. Getting the “There has been a critical error on this website,” message when trying to view front end. All pages are affected. Can’t access the dashboard.
Looking at my error log, it’s getting inundated with “fatal error: memory size exhausted” messages, after the WP 6.2 update. For example:
[30-Mar-2023 02:46:16 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) in /home4/camphik3/public_html/wp-includes/class-wp-dependencies.php on line 260
That example is just the first of hundreds of similar memory exhausted errors.
How do I fix this?
Does adding the return;
to line 194 of framework/legacy/functions/plugins/cornerstone.php
fix this issue?
Line 194 on notepad++ just looks like a //. Do I just move this and everything below it down a line and paste the return; there?
Or do I ask for higher memory allocation in my wp-config.php file?
Sorry I’m new to all of this, and am not too computer savvy.
Thanks,
Andrew Feazelle