• Resolved brasofilo

    (@brasofilo)


    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')) {
    
    • This topic was modified 1 year, 7 months ago by brasofilo.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bowo

    (@qriouslad)

    @brasofilo thanks for reporting this. I’ve attempted to address this issue of compatibility with localhost installations in v2.8.5 I’ve just published. This is done by detecting if the WP install is on localhost, and if so, bypass certain code that is causing fatal errors, including the one you reported above.

    Please consider installing and enabling Debug Log Manager when you test v2.8.5, and let me know if you’re still seeing fatal errors being reported and on which file+line. Thank you!

    Thread Starter brasofilo

    (@brasofilo)

    Working great, Bowo, thanks for the update!

    No errors are reported on my system.

    Plugin Author Bowo

    (@qriouslad)

    @brasofilo awesome. Hope you find some good use from System Dashboard ahead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Localhost wp.local Fatal Error [SOLUTION]’ is closed to new replies.