• mooneesh

    (@mooneesh)


    I am getting this ERROR: while I checked the debug.log.

    [25-Feb-2025 14:13:31 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pinkmart 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/sightsav/public_html/wp-includes/functions.php on line 6114

    check all the functions.php file didn’t saw any function with _load_textdomain_just_in_time

    The error in functions.php on line 6114 is

    trigger_error( $message, $error_level );
Viewing 2 replies - 1 through 2 (of 2 total)
  • threadi

    (@threadi)

    These PHP notices (not errors) appear because your theme Pinkmart is not compatible with changes in WordPress 6.7.x. To solve this you can:

    • Install all pending updates. The theme and plugin developers may have already provided a fix.
    • Disable the output of PHP notices. This either happens because your WordPress is running in debug mode OR your hosting is outputting PHP errors. The support of your hoster might help here.
    • Or downgrade to WordPress 6.6.2 and then wait some time until you go back to 6.7.x until the plugin developers have caught up.
    • Or simply wait until the plugin developers make changes in this regard.

    See also the information from the core developers about the upcoming changes for plugin developers from a few weeks ago: https://make.www.ads-software.com/core/2024/10/21/i18n-improvements-6-7/

    Please also note that Pinkmart is a commercial theme for which no further help can be given here in the forum. Their support can be found here: https://themeforest.net/item/pinkmart-ajax-theme-for-woocommerce/24735635/support

    Thread Starter mooneesh

    (@mooneesh)

    Thanks for helping.

    I have already discussed with them. As per them I have to update the theme and WordPress to the latest version, which already done. But issue still exist on contacting them received no response to resolve the issue.

    Therefore thought may be someone might have faced such issue previously. But thanks for helping out.

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