Same.
I can only imagine the panic at Theme.co right now. Who knows how many tens of thousands of sites are down right now without the ability to push an update now. Iām guessing theyāre going to be educating an insane amount of people about how to go manually drop in a theme update that will fix the issue once theyāve resolved it.
@PremierWeb, yep. Thereās a reason I stopped writing code and this is one of them. Out of curiousity, is everyone up to date with Pro version?
Yup. WP should never, ever push a core update automatically. Honestly canāt believe that happened. I thought it was only for minor security patches but this is a BIG problem.
Yes, Pro 6.1.9
Itās set at the site level typically. The link in this picture is actually a toggle that will flip back and forth between just security or major release auto updates.
Lesson learned - Iāll be going through all my sites and ensuring theyāre all set to maintenance release only.
Where is that setting managed though? How are you getting to that config option?
Under the wordpress updates page
/wp-admin/update-core.php
Our 44 Pro website dashboards are all down here too.
All down here too. This should be fixed now. Thanks for all great advice for possible roads until it is fixed.
Iām having luck adding the following. We do not use this filter or add to this filter so Iām trying to figure out whatās going on. No amount of RAM will fix the issue as itās in an infinite loop. Please follow the guides above and if you have FTP access see if the following helps.
remove_all_filters("gettext_default");
Did not work for me unfortunately
Does this go in wp-config.php?
No, this would go in functions.php but so far hasnāt worked for me.
What worked for us is to use FTP/FIle Manager and go into wp-content/themes and then add ā-oldā to the PRO folder. Log back into the website, install WP Downgrade Plugin, downgrade to 6.1.1 and then take the ā-oldā off of the PRO folder in your FTP and it will work with the last version of WPā¦for now
This did not work on another dev environment so scratch what I said earlier.
I was wondering why all my sites have just gone to 503 error. Oh what a kerfuffle! Lesson learntā¦ gonna be switching to maintenance only auto updates from now om
If someone with some experience can add to the following file. Weāve tested in two separate environments, but we will hotfix this soon. Itās with legacy MEJS elements so you probably donāt need the rest of that file on a recent site. Something with the localization changes in 6.2.
return; // Add to line 194
.
framework/legacy/functions/plugins/cornerstone.php
Will there be a new update on X theme?
Yes we will be updating soon. I was looking for one more confirmation, but will do so without it soon if no one is available.