• Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the geo-my-wp 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 /my-site/public_html/wp-includes/functions.php on line 6131

    Hi Eyal

    I am getting this error en debug mode. Maps are not loading in backend editor (Block Theme TT5) for Posts, Pages etc. Let me know how to proceed.

    Thx

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve had the same issue. On standalone sites, I was able to fix this by replacing the last line in geo-my-wp.php:

    $GLOBALS['geomywp'] = GMW();

    With the following:

    add_action( 'plugins_loaded', 'GMW' );

    However, this does not work for multisite wordpress installations, and I have yet to figure out why.

    Plugin Author Eyal Fitoussi

    (@ninjew)

    Hello @hebhansen and @kionae,

    I apologize for not replying sooner.

    Are you both using the latest version of GEO my WP?

    Thread Starter hebhansen

    (@hebhansen)

    yes – I auto update to latest official release. I am on latest WP, tt5 theme, php 8.3. Problem persists.

    Yes, I am also on the latest GeoMyWP release, latest WP release, PHP 8.3, and using a child theme of the latest release of the TwentyTwenty theme (among others… I use the plugin on several sites.).

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

You must be logged in to reply to this topic.