PHP includes errors after upgrading to WP 6.7.x
-
After upgrading to WordPress 6.7.x, I got a whole lot of error messages about translations loading too early. Replaced functions.php file from a fresh copy of WordPress in the includes directory, as suggested for a possible fix. Now, I get a heap of gobble-de-gook text which will not go away, and I cannot get past the php errors page to log into my site. Help!
UPDATE: Reinstalled WordPress 6.7.1. the above referenced code went away and I can log in to my site again, but now back to the same errors about translations loading too early – see error code below. Edited wp-config.php file as per WP Debugging suggestion, but the error code stays there for visitors to the site.
ERROR CODES NOW:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive 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 the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/fawnswor/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive 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 the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/fawnswor/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive 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 the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/fawnswor/public_html/wp-includes/functions.php on line 6114
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.