• Resolved alexsoso

    (@alexsoso)


    Hello after migration with no error i have see error in Locate And filter > Edit Map

    Warning: Undefined array key "locate-anything-marker-html-template" in C:\xampp\htdocs\focom\wp-content\plugins\locateandfilter\public\class-locate-and-filter-public.php on line 1002
    
    Warning: Undefined variable $marker in C:\xampp\htdocs\focom\wp-content\plugins\locateandfilter\public\class-locate-and-filter-public.php on line 1037
    
    Warning: Undefined variable $marker in C:\xampp\htdocs\focom\wp-content\plugins\locateandfilter\public\class-locate-and-filter-public.php on line 1037
    
    Warning: Undefined variable $marker in C:\xampp\htdocs\focom\wp-content\plugins\locateandfilter\public\class-locate-and-filter-public.php on line 1037
    
    Warning: Undefined variable $marker in C:\xampp\htdocs\focom\wp-content\plugins\locateandfilter\public\class-locate-and-filter-public.php on line 1037
    
    Warning: Undefined array key "locate-anything-lat" in C:\xampp\htdocs\focom\wp-content\plugins\locateandfilter\public\class-locate-and-filter-public.php on line 1164
    
    Warning: Undefined array key "locate-anything-lon" in C:\xampp\htdocs\focom\wp-content\plugins\locateandfilter\public\class-locate-and-filter-public.php on line 1165

    I tried uninstalling and reinstalling but nothing happened.

    Wordpress 6 .
    Theming : Hello elementor
    Thanks

    • This topic was modified 2 years, 7 months ago by alexsoso.
Viewing 1 replies (of 1 total)
  • Plugin Author dgamoni

    (@dgamoni)

    Hi
    you need to disable the display of warnings on the screen
    on wp-config.php
    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

Viewing 1 replies (of 1 total)
  • The topic ‘error Undefined array key “locate-anything-marker-html-template”’ is closed to new replies.