WPIntell

Source evidence

Fatal Error free version

LocateAndFilter · support · 2024-03-07T13:42:00+00:00

mixedsentiment
highseverity
0.95relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 23 rows with source links

30.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Limbus Studio resolved
Hello I installed the latest version of LocateAndFilter (1.6.14). All WordPress and other plugins are up to date too. I have this error (see below). Will this error be corrected with the pro or ACF version of your plugin? Warning: Undefined variable $marker in /home/ioxfcjv/www/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php on line 1053 Fatal error: Uncaught TypeError: abs(): Argument #1 ($num) must be of type int|float, string given in /home/ioxfcjv/www/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php:1403 Stack trace: #0 /home/ioxfcjv/www/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php(1403): abs(‘42,5211’) #1 /home/ioxfcjv/www/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php(1289): Locate_And_Filter_Public::tag_addon_DECtoDMS(‘42,5211’, ‘74,3524’) #2 /home/ioxfcjv/www/wp-content/plugins/locateandfilter/admin/partials/locate-and-filter-preview.php(14): Locate_And_Filter_Public::generateJSON(Array, false) #3 {main} thrown in /home/ioxfcjv/www/wp-content/plugins/locateandfilter/public/class-locate-and-filter-public.php on line 1403 This topic was modified 2 years, 2 months ago by Limbus Studio . The page I need help with: [ log in to see the link] Hi You need change on file locateandfilter/public/class-locate-and-filter-public.php string 1289 from $add["dms"] = Locate_And_Filter_Public::tag_addon_DECtoDMS( $add["lat"], $add["lon"] ); to $add["dms"] = Locate_And_Filter_Public::tag_addon_DECtoDMS( floatval($add["lat"]), floatval($add["lon"]) ); I hope this help This reply was modified 2 years, 2 months ago by dgamoni . Hi Dgamoni Thank you for your help and solution. it works now. thanks again Hi Dgamoni How I can fix these errors. These are similar to the above ones. The errors are causing 500 error on my website and I would appreciate your help to find a fix asap please. Hi @vadyp97 You need open new topic for this its not errors its PHP Notice These messages do not contain any errors you can disable them if your paste on file locateandfilter/public/class-locate-and-filter-public.php locateandfilter/admin/class-locate-and-filter-admin.php on string 2 after open php tag error_reporting(E_ALL & ~( E_NOTICE )); I hope I will fix all Notice in the next versions but It takes a lot of time. If this solutions does not help you and you urgently need to fix all the notes today tomorrow, you can write to me by email monothemes@gmail.com and I will fix it for a fee Hi thank you for your response. I will wait for your next update which hopefully fixes the warnings too.

Comments

5 shown
dgamoni 2024-03-07T14:43:00+00:00

Hi You need change on file locateandfilter/public/class-locate-and-filter-public.php string 1289 from $add["dms"] = Locate_And_Filter_Public::tag_addon_DECtoDMS( $add["lat"], $add["lon"] ); to $add["dms"] = Locate_And_Filter_Public::tag_addon_DECtoDMS( floatval($add["lat"]), floatval($add["lon"]) ); I hope this help This reply was modified 2 years, 2 months ago by dgamoni .

Limbus Studio 2024-03-08T10:45:00+00:00

Hi Dgamoni Thank you for your help and solution. it works now. thanks again

vadyp97 2024-04-17T05:50:00+00:00

Hi Dgamoni How I can fix these errors. These are similar to the above ones. The errors are causing 500 error on my website and I would appreciate your help to find a fix asap please.

dgamoni 2024-04-17T10:24:00+00:00

Hi @vadyp97 You need open new topic for this its not errors its PHP Notice These messages do not contain any errors you can disable them if your paste on file locateandfilter/public/class-locate-and-filter-public.php locateandfilter/admin/class-locate-and-filter-admin.php on string 2 after open php tag error_reporting(E_ALL & ~( E_NOTICE )); I hope I will fix all Notice in the next versions but It takes a lot of time. If this solutions does not help you and you urgently need to fix all the notes today tomorrow, you can write to me by email monothemes@gmail.com and I will fix it for a fee

vadyp97 2024-04-24T02:36:00+00:00

Hi thank you for your response. I will wait for your next update which hopefully fixes the warnings too.