[wp-trac] [WordPress Trac] #61489: 6.1.7 and 6.2.6 Updates Cause Critical Error
WordPress Trac
noreply at wordpress.org
Tue Jun 25 15:17:45 UTC 2024
#61489: 6.1.7 and 6.2.6 Updates Cause Critical Error
-------------------------------+------------------------------
Reporter: mping001 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 6.1
Severity: critical | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Comment (by arnaudj):
I share with some hacks to get rid of this error.
First, is to touch WP core code, commenting some lines in `/wp-includes
/default-filters.php` (as mentionned before) or add a short code in `wp-
load.php` :
{{{#!php
<?php
// QUICKFIX https://core.trac.wordpress.org/ticket/61489
function _wp_footnotes_kses_init(){ return false; }
}}}
''Theses changes will be overwritten by the next WP update.''
Second, rollback to previous version if you have wp-cli.org tool installed
in the local/remote terminal:
{{{
wp core update --version=6.2.5 --force
}}}
{{{
wp core update --version=6.1.6 --force
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61489#comment:21>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list