If you've recently updated to WordPress 6.8 and have debugging enabled, you may have noticed error notices appearing in your admin panel:
Notice: Function _load_textdomain_just_in_time was called incorrectly
This issue is caused by compatibility problems between the new WordPress 6.8 update and the WPBakery Page Builder plugin. These notices appear due to changes implemented in the latest WordPress version that affect how WPBakery handles certain functions.
Current Status
We have released Uncode 2.9.3.2 which addresses these compatibility issues with WordPress 6.8 and WPBakery Page Builder. We recommend updating to this version to resolve the errors.
You can update Uncode through your WordPress dashboard. Please make sure to back up your website before performing any updates as a best practice.
Temporary Solution
If you experience issues during the update process or are unable to update immediately, you can temporarily resolve this issue by disabling WordPress Debug mode by setting it to False in your wp-config.php file:
- Access your website's files through FTP or your hosting file manager
- Locate and edit your wp-config.php file
- Find the WP_DEBUG constant and set it to false: define('WP_DEBUG', false);
- Save the file
For more information about WordPress debugging, you can visit: WordPress Debugging Documentation
Comments
0 comments
Article is closed for comments.