• Site auto updated to WordPress 6.7.1 and then got this error on site:
    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the supsystic_tables 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 /home2/lebowcom/public_html/wp-includes/functions.php on line 6114

    I fixed by updating the plugin code in file: vendor/Rsc/Environment.php. Line: 189

    add_action(‘init’, function() {

        $this->getLang()->loadTextDomain();

    });

Viewing 1 replies (of 1 total)
  • Thanks for posting this. I’m glad I’m not the only one that had this issue. Line 6114 was quoted as the problem for me, as well. Had to restore the entire site from a backup made two days before the update; so far, so good. I checked, and the Environment.php doesn’t exist on mine to update. Hopefully, though, your solution helps someone else wondering how their site suddenly went kaput ??.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.