WordPress 6.8 was officially released on April 15, 2025, introducing several new features such as an enhanced block editor, font size presets, and more efficient lazy loading for images. However, many users have reported a series of issues after upgrading, particularly with theme editing, including freezes, inability to edit, and even website functionality errors. This article summarizes the known issues and advises users to cautiously consider whether to upgrade until the problems are resolved.
Common Issues After Upgrading to WordPress 6.8
Based on recent online discussions and community feedback, users upgrading to WordPress 6.8 are facing the following major issues:
- Theme Editor Freezes or Fails to Edit: Many users report that after upgrading to 6.8, attempting to modify themes via “Appearance > Theme Editor” or the block editor results in the interface freezing or changes failing to save. For example, some users noted that editing CSS or PHP files in the theme editor causes the page to redirect to the homepage or display a blank screen. This issue is particularly prominent with certain themes like Astra or custom themes.
- Editor Interface Anomalies (Scrolling and Background Color Issues): Several users have reported problems with the post editor interface in 6.8, such as inability to scroll normally (only keyboard arrow keys work) or the editor background displaying strange colors, impacting readability and usability. These issues are likely related to updates in the block editor (Gutenberg).
- Frequent Error Messages: After upgrading, some websites display the error: “Notice: Function _load_textdomain_just_in_time Was Called Incorrectly.” Discussions on X indicate that this issue has affected thousands of websites in the past 24 hours, especially after automatic updates. The error may stem from changes in the language loading mechanism in core files, causing compatibility issues.
- Theme and Plugin Compatibility Issues: WordPress 6.8 has stricter requirements for PHP 8.2+, and some outdated themes or plugins may cause website functionality to break due to incompatibility. For instance, users have reported that custom CSS fails to apply correctly, or theme styles display abnormally in the backend.
- Image Display Issues: On the WordPress.org forums, users have noted that images fail to display properly after upgrading to 6.8. This may be related to the new core’s optimization of lazy loading for images, especially when using specific themes or plugins.
Reported Issues and Community Feedback
Multiple WordPress users have shared their experiences on forums, highlighting the widespread nature of 6.8 upgrade issues:
- User @Motoharusumi stated that after an automatic update to 6.8, the editor interface became nearly unusable, and downgrading to an older version was not possible, urging others to disable automatic updates immediately.
- @Cool_satinder pointed out that thousands of websites experienced language loading errors after upgrading, disrupting normal operations.
- @Strenweb recommended testing 6.8 on less critical websites first, emphasizing that theme compatibility issues could lead to severe consequences.
Additionally, discussions on Reddit and WordPress.org forums reveal that many users faced issues due to not backing up their websites before upgrading. Previous WordPress versions (e.g., 6.4 and 6.7) also experienced plugin or theme compatibility issues due to core updates, and 6.8 appears to continue this trend.
Why Are These Problems Happening?
WordPress 6.8 introduces several technical updates, including:
- Block Editor Improvements: The new Gutenberg version adds more block features but may conflict with older themes or plugins.
- PHP 8.2+ Requirements: Higher PHP version requirements make older themes or plugins prone to compatibility issues.
- Language Loading and Core File Changes: Adjustments to core functions (e.g.,
_load_textdomain_just_in_time) may cause outdated themes or plugins to malfunction. - Default Automatic Updates: Since WordPress 6.5, core automatic updates are enabled by default, forcing many users to upgrade without backups, amplifying the impact of issues.
While these changes aim to improve performance and security, they can lead to unexpected errors for themes or plugins that haven’t been updated.
Recommendation: Pause Upgrades and Take Precautions
Given the current reported issues, WordPress users are advised to take the following precautions until the problems are resolved:
- Disable Automatic Updates
Immediately check and disable WordPress’s automatic update feature to avoid upgrading to 6.8 unprepared. Steps:
- Go to WordPress Dashboard > Updates and check for update prompts.
- Edit the
wp-config.phpfile and add the following code to disable automatic updates:php define('AUTOMATIC_UPDATER_DISABLED', true); - Alternatively, use a plugin like “Disable Updates Manager” to manage update settings.
- Backup Your Website
Before any upgrade, always back up your website’s files and database. Recommended plugins include Duplicator or UpdraftPlus, or use backup tools provided by your hosting provider for a full backup. - Test in a Staging Environment
Before upgrading your live site, install WordPress 6.8 in a local or staging environment to verify compatibility with your current themes and plugins. Ensure all plugins and themes are updated to their latest versions and confirm they support PHP 8.2+. - Check PHP Version
Verify that your hosting environment is running PHP 8.2 or higher. If using an older version (e.g., PHP 7.4), upgrade PHP and test website functionality first. - Monitor Community Updates
Stay updated by following WordPress.org forums, X, or Reddit’s WordPress communities for progress on 6.8 fixes. The WordPress core team typically releases maintenance versions (e.g., 6.8.1) to address major issues. - Contact Theme and Plugin Developers
If specific themes or plugins fail to work under 6.8, contact their developers for support or consider switching to compatible alternatives.
How to Handle Issues After Upgrading?
If you’ve already upgraded to 6.8 and encountered issues, try the following solutions:
- Switch to a Default Theme: Temporarily switch to a WordPress default theme (e.g., Twenty Twenty-Five) to check if the issue is caused by your current theme.
- Disable Plugins: Deactivate plugins one by one to identify any causing conflicts.
- Check Error Logs: Enable WordPress debug mode (set
WP_DEBUGtotrueinwp-config.php) and review error logs to pinpoint the issue’s source. - Restore a Backup: If you have a backup, restore your site to the pre-upgrade version using your hosting provider or a plugin.
- Manually Downgrade: Download the WordPress 6.7.2 installation package and overwrite core files via FTP to downgrade (caution: perform this carefully and ensure backups).
Conclusion
WordPress 6.8 brings exciting new features, but current reports indicate issues such as theme editing freezes, interface anomalies, and error messages, particularly affecting websites using custom themes or outdated plugins. To avoid unnecessary trouble, users are advised to pause upgrades, disable automatic updates, and verify compatibility in a test environment. Meanwhile, closely monitor the WordPress core team’s progress on fixes and wait for a more stable version (e.g., 6.8.1) before updating.
References
- WordPress 6.8 Official Release: Comprehensive Upgrades to Performance, Security, and User Experience
- WordPress.org Forum: Discussions on 6.8 Update Issues
- X Platform User Reports: @Cool_satinder, @Motoharusumi, @Strenweb, etc.
- Technical Articles: WordPress Troubleshooting Guides from WPBeginner, Kinsta, Jetpack, etc.


發佈留言