• Hi

    I’ve created a new wordpress website yesterday and wanted to use your plugin LocateAndFilter on it, but I get a lot of errors, there seems to be some problems with arrays. It even
    The site crashes when I try to save a map or change the options and I have to manually delete the plugin-folder via FTP, since the website crashes.

    Is anyone else experiencing this issue?
    As i mentioned, the site is very new, so everything is up-to-date and there are only the following plugins installed: Classic Editor, Akismet Anti-Spam.
    As the theme I’m using: Customify

    Warning: Undefined array key "locate-anything-marker-html-template" in /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php on line 937 Warning: Undefined variable $additional_field_list in /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/admin/class-locate-and-filter-admin.php on line 582 Fatal error: Uncaught TypeError: abs(): Argument #1 ($num) must be of type int|float, string given in /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php:1334 Stack trace: #0 /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php(1334): abs('Warning: Undefi...') #1 /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php(1220): Locate_And_Filter_Public::tag_addon_DECtoDMS('Warning: Undefi...', 'Warning: Undefi...') #2 /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/admin/partials/locate-and-filter-preview.php(11): Locate_And_Filter_Public::generateJSON(Array, false) #3 {main} thrown in /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php on line 1334

    Warning: foreach() argument must be of type array|object, string given in /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/admin/class-locate-and-filter-admin.php on line 374 Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/admin/class-locate-and-filter-admin.php:374) in /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-includes/pluggable.php on line 1340 Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-content/plugins/locateandfilter/admin/class-locate-and-filter-admin.php:374) in /home/httpd/vhosts/schweizerherbalisten.ch/httpdocs/wp-includes/pluggable.php on line 1343

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author dgamoni

    (@dgamoni)

    Hi
    1 for right the plugin to work, you need to disable the display of error notification on the screen
    on your wp-config.php add define(‘WP_DEBUG_DISPLAY’, false);

    2 majority notification fixed on last free version 1.5.01
    now it works on development mode
    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_DISPLAY’, true);

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Errors that crashes my website’ is closed to new replies.