• Hello all, when I try to open my dashboard I get the following error:
    PS: I use the most recent version of WordPress. With an older version I get exactly the same message.

    Fatal error: Uncaught Error: Call to undefined function gzinflate() in /srv/www/htdocs/wordpress/wp-includes/class-requests.php:947 Stack trace: #0 /srv/www/htdocs/wordpress/wp-includes/class-requests.php(886): Requests::compatible_gzinflate('\x8DP1\n\xC30\f\xFCK\xE6b'\x94\x92\x92...') #1 /srv/www/htdocs/wordpress/wp-includes/class-requests.php(835): Requests::compatible_gzinflate('\x1F\x8B\x08\x00\x00\x00\x00\x00\x00\x03\x8DP1\n\xC3...') #2 /srv/www/htdocs/wordpress/wp-includes/class-requests.php(675): Requests::decompress('\x1F\x8B\x08\x00\x00\x00\x00\x00\x00\x03\x8DP1\n\xC3...') #3 /srv/www/htdocs/wordpress/wp-includes/class-requests.php(383): Requests::parse_response(Array, 'http://api.word...', Array, Array, Array) #4 /srv/www/htdocs/wordpress/wp-includes/class-http.php(384): Requests::request('http://api.word...', Array, Array, 'POST', Array) #5 /srv/www/htdocs/wordpress/wp-includes/class-http.php(596): WP_Http->request('http://api.word...', Array) #6 /srv/www/htdocs/wordpress/wp-includes/http.php(187): WP_Http->pos in /srv/www/htdocs/wordpress/wp-includes/class-requests.php on line 947

Viewing 1 replies (of 1 total)
  • Are you able to install plugins even with the error? Please try using the debug mode feature in Health Check https://ww.wp.xz.cn/plugins/health-check/. Let us know what you find out from doing this.

    If you are receiving a blank white page that just displays the error you’ve shared please add the following code to your wp-config.php:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    Once added please try to load wp-admin again and then check wp-content for a debug.log file and see if there are any other errors showing in that file.

Viewing 1 replies (of 1 total)

The topic ‘wp-dashboard fatal error’ is closed to new replies.