Localhost wp.local Fatal Error [SOLUTION]
-
This is the same error as the previous post here.
It happens when the plugin tries to get the server geolocation. We have to shortcut the function and return “IP Undetectable”.
Edit the file
/wp-content/plugins/system-dashboard/admin/class-system-dashboard-admin.php
and add the return code around line 1400:public function sd_server_location() { return 'Undetectable'; // <--- THIS if (function_exists('file_get_contents')) {
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Localhost wp.local Fatal Error [SOLUTION]’ is closed to new replies.