• I’ve started getting this error message on most of the pages on my website following a recent automatic update…

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the post-smtp 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 /var/www/wp-includes/functions.php on line 6114

    A few similar ones also appear.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • WordPress 6.7.x has introduced changes that are causing PHP notices (not critical errors) to appear when using certain incompatible plugins. Here are your options to resolve this:

    1. Check for Plugin Updates: Many developers have likely released compatibility fixes already, so start by ensuring your plugins are up to date. In your case the error is from the Post SMTP plugin, so you can also reach to their support team: https://ww.wp.xz.cn/support/plugin/post-smtp/
    2. Adjust Error Reporting Settings: If the notices persist, it’s likely because your site is in debug mode or your host displays PHP notifications. To prevent these notices from showing up, disable Debug mode by editing your wp-config.php file. Replace this line:
      define( 'WP_DEBUG', true );with: define( 'WP_DEBUG', false );
    3. Other Options:
      • Temporarily roll back to WordPress 6.2.2 and upgrade again once plugin developers catch up.
      • Alternatively, maintain your current version and wait for plugin updates.

Viewing 1 replies (of 1 total)

The topic ‘Update causing a new bug…’ is closed to new replies.