I am following this thread too. The error is caused by memory being exhausted for my site and probably yours a well.
In your php, choose to display errors and load the page again. Post here the errors you are getting.
Thread Starter
cdfly
(@cdfly)
K… thanks for the info. Unfortunately , I don’t have access to the cpanel this morning, I’ll have to wait a couple hours till I can get to that machine. I sent a message to the host company, maybe they cane get it resolved.
Thanks again
Host wont help you because its not a hosting problem. Roll back to the previous version.
Thread Starter
cdfly
(@cdfly)
I see. Do you know the steps to rollback via cpanel, since I can’t get in through the WP Admin?
I get “Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /www/htdocs/***/wp-includes/script-loader.php on line 1029”
I have automatic backups so I just restored. I am assuming google will have more info.
Also, the problem is coming from the theme you are using (most likely). I am using theme x, this is what they wrote:
When you call wp_enqueue_script('mediaelement') in their callbacks (x_native_wp_video_shortcode_library and x_native_wp_audio_shortcode_library) it starts an infinite loop because the first call to wp_scripts() hasn’t resolved the global $wp_scripts yet which causes a call to wp_enqueue_script to instantiate a new WP_Scripts object again, and again, and again.
So this is infinite loop that causes memory exhaustion. Alert your theme developer and ask for a fix. In the meantime, rollback to worpdress prior version.
Thread Starter
cdfly
(@cdfly)
Will do. Thanks again for the help
Thread Starter
cdfly
(@cdfly)
Good call. Just looked at Themco’s site and they had a KB about it. If anyone else is using Themco/Cornerstone the link is below
https://theme.co/forum/t/important-wp-6-2-issue-please-read-before-updating/104085
Two sites get error with “allocated memory”. I increase memory_limit till 2048M but the same.
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 8192 bytes) in /var/www/data/www/site/wp-includes/class-wp-scripts.php on line 523
Ok. In my case it is WP6.2 and a older Pro (theme.co) Theme.
First update Theme, than WP.
Same problem here… it comes from the automatic update of the WP version, before theme and plug in. I will try to installing a based version theme, coming to a prev version of WP, and then proceeding with all the update…