• Hi all,
    Having some trouble with a WordPress site which has been running fine to-date.

    Attempted to login to admin section to make changes and could not login. Got HTTP error 500.

    Having looked online, managed to do a couple of things, namely:
    Increased the php_memory limit
    Disabled all plugins – via cPanel file manager

    I can now access the admin site, albeit occasional errors. However, I cannot access the Dashboard or Updates pages at all. There is 1 update showing, which appears to be a Translation Update but whenever I click on Dashboard or Updates, I get the HTTP ERROR 500.

    I have got error logging enabled, which shows the following error continuously:

    PHP Fatal error: Class ‘Requests_Response’ not found in /home/aimd/public_html/eccytennis2/wp-includes/class-requests.php on line 629

    Line 628 – 632 of that file is:

    protected static function parse_response($headers, $url, $req_headers, $req_data, $options) {
    		$return = new Requests_Response();
    		if (!$options['blocking']) {
    			return $return;
    		}

    Does anyone have any ideas?

    Thanks,

    Atif

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter atifishaq

    (@atifishaq)

    Have tried replacing the code within the file and also the file itself but still no joy.

    I am using the standard 2013 template. Also tried changing to the 2017 template but same issue.

    Thread Starter atifishaq

    (@atifishaq)

    Anybody? I’ve run out of things to try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t access Dashboard & Updates pages of admin site’ is closed to new replies.