Error while trying to access admin session in wordpress

Asked

Viewed 143 times

1

My site is working normally, but when I go to the admin session starts to appear this error, until the 29th was working normally, I stayed these days without entering.

The error shown below:

Fatal error: Uncaught Error: Class 'Wp_http_cookie' not found in /home/steakvillecom/public_html/Prod/wp-includes/class-wp-http-requests-Response.php:165 Stack trace: #0 /home/steakvillecom/public_html/Prod/wp-includes/class-wp-http-requests-Response.php(192): Wp_http_requests_response-

  • 1

    Looks like it’s Plugin Error. It must have been some kind of update. You can also ask on the Stackexchange Wordpress Platform https://wordpress.stackexchange.com/

  • Checks whether the file wp-includes/class-wp-http-cookie.php exists, if there is no need to download it and add it.

  • yes there is wp-includes/class-wp-http-cookie.php

  • So I imagine some plugin has updated automatically, but how do I return it? If there is no way to access the session.

  • Probably at the time of uploading via FTP wp-includes/class-wp-http-cookie.php has been truncated, try to upload again as BINARY.

1 answer

0

Probably at the time of uploading via FTP wp-includes/class-wp-http-cookie.php stayed truncated (broken during upload), try to upload again only from class-wp-http-cookie.php to the folder /public_html/prod/wp-includes/.

If it doesn’t work try sending as BINARY, if you are using Filezilla, click on Transfer > Transfer type > and change Auto for Binary

As in the image:

filezilla

Browser other questions tagged

You are not signed in. Login or sign up in order to post.