PHP includes errors after upgrading to WP 6.7.x
-
I have a similar issue to that in another forum post, but I have a lot less technical knowhow than the other OP?@kendriver, so can’t understand some of the guidance given about how to go about fixing and / or getting rid of the notices that appear on both the front and back end of my site,
The notices read as follows:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
ewww-image-optimizer
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinit
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/modflowe/public_html/wp-includes/functions.php on line 6114Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
updraftplus
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinit
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/modflowe/public_html/wp-includes/functions.php on line 6114Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
instagram-feed
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinit
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/modflowe/public_html/wp-includes/functions.php on line 6114The first I knew about something going wrong was my site going down numerous times over the weekend. I have updated all my plugins, disconnected Jetpack (but now seem unable to reconnect it again) and am absolutely stumped as to how to get my site back to functioning properly.
@kendriver managed to sort out his site using guidance provided in the forums by @threadi. The first part of this guidance involves adding the line of code ” define(‘WP_DEBUG_DISPLAY’, false); ” to the wp-config.php file, to stop the errors appearing on the front end of the site. But I can’t even find the wp-config.php file to add this.The other guidance given is to:
- Install all pending updates. The plugin developers may have already provided a fix. – I have updated all my plugins, but the notices are still there.
- Disable the output of PHP notices. This either happens because your WordPress is running in debug mode OR your hosting is outputting PHP errors. – I don’t know how to do this.
- Or downgrade to WordPress 6.2.2 and then wait some time until you go back to 6.7.x until the plugin developers have caught up. – I don’t know how to do this either.
- Or simply wait until the plugin developers make changes in this regard. – Given that something to do with these problems appears to be making my site repeatedly go down for short periods very frequently, I can’t just wait for the problems to resolve themselves.
I would be really grateful if someone could talk me through how to go about fixing this, bearing in mind that my technical knowhow is limited, so I will need quite basic step-by-step instructions!
- This topic was modified 3 months, 1 week ago by . Reason: typo
- This topic was modified 3 months, 1 week ago by . Reason: redundant link removed
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.