• Resolved miruko

    (@miruko)


    Hi, I have this error (WP version 6.7.2)

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the complianz-gdpr 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 /public_html/staging-1/wp-includes/functions.php on line 6114

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor alaasalama

    (@alaasalama)

    Hi @miruko
    This notice is related to “complianz-gdpr” plugin, feel free to report it to their support team.

    If you wish to hide it, just add this line to wp-config.php of the staging site:

    define('WP_DEBUG', false);

    Or:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    Thanks,
    Alaa

    Thread Starter miruko

    (@miruko)

    sorry, but besides those annoying errors, my developer couldn’t get into my staging site, so I had to fall back on another plugin

    Plugin Contributor alaasalama

    (@alaasalama)

    @miruko The warnings aren’t from our part. The most reasons for not being able to log into the staging site are mentioned here. We are willing to help if you/customer can’t log into the staging site.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘error functions.php on line 6114’ is closed to new replies.