• 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 7 replies - 1 through 7 (of 7 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.).

    Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi again,

    Sorry this took me a while to get to. I had to step away from GEO my WP for a bit while handling other projects, but I’m back on it now.

    I just released a new version that should resolve these warnings. Please update to the latest version and let me know if you still see anything on your side.

    Thread Starter hebhansen

    (@hebhansen)

    Hi @ninjew

    Plugin updated. Not sure if further action is required but map is still not loading backend in block theme editor. I am not sure if further action is required on my side?

    I just reviewed my API keys. Server side a billing issue, since card died. This is now sorted and server side tests positive.

    Browser side. I am puzzled which APIs I need to enable. ChatGPT says:

    • Maps Javascript
    • Places

    After doing this, map still does not render. This has been hanging for sooooo long, so any help thx

    Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi @hebhansen,

    Could you please open a support ticket using this page and select “Other” under the “What can we help you with today?” option?

    I’ll be able to assist you more quickly and investigate the issue further through the support ticket system.

    Thank you!

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

You must be logged in to reply to this topic.