WPIntell

Source evidence

WP Mapbox Tools Error

WP Mapbox GL JS Maps · support · 2021-02-24T06:28:00+00:00

complaintsentiment
highseverity
0.97relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 33 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
swabygw unresolved
I’m using WordPress 5.6.2, PHP 8, IIS. Clicking on “WP Mapbox Settings” and entering the API access token works fine. Clicking on “WP Mapbox Tools” yields the following error: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in C:\inetpub\wwwroot\findeverythingin\wordpress\wp-content\plugins\wp-mapbox-gl-js\admin\partials\wp-mapbox-gl-js-tools.php:248 Stack trace: #0 C:\inetpub\wwwroot\findeverythingin\wordpress\wp-content\plugins\wp-mapbox-gl-js\admin\class-wp-mapbox-gl-js-admin.php(484): include() #1 C:\inetpub\wwwroot\findeverythingin\wordpress\wp-includes\class-wp-hook.php(287): WP_Mapbox_GL_JS_Admin->{closure}() #2 C:\inetpub\wwwroot\findeverythingin\wordpress\wp-includes\class-wp-hook.php(311): WP_Hook->apply_filters() #3 C:\inetpub\wwwroot\findeverythingin\wordpress\wp-includes\plugin.php(484): WP_Hook->do_action() #4 C:\inetpub\wwwroot\findeverythingin\wordpress\wp-admin\admin.php(259): do_action() #5 {main} thrown in C:\inetpub\wwwroot\findeverythingin\wordpress\wp-content\plugins\wp-mapbox-gl-js\admin\partials\wp-mapbox-gl-js-tools.php on line 248 This was resolved by adding the following two lines of code to wp-config.php: ini_set(‘log_errors’,’Off’); define(‘WP_DEBUG_LOG’, false); However, still cannot access the saved dataset (and, yes, I’ve created an access token with the appropriate permissions). Any help is appreciated.

Comments

1 shown
swabygw 2021-02-24T23:51:00+00:00

This was resolved by adding the following two lines of code to wp-config.php: ini_set(‘log_errors’,’Off’); define(‘WP_DEBUG_LOG’, false); However, still cannot access the saved dataset (and, yes, I’ve created an access token with the appropriate permissions). Any help is appreciated.