Unable to Log in

I don’t know where to start to fix the problem below. I can’t log into wordpress at all.

Warning: require(/app/public/wp-includes/class-requests.php): failed to open stream: No such file or directory in /app/public/wp-includes/class-http.php on line 11 Fatal error: require(): Failed opening required ‘/app/public/wp-includes/class-requests.php’ (include_path=’.:/usr/share/php:/www/wp-content/pear’) in /app/public/wp-includes/class-http.php on line 11

The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.

Hey @designbykeri

That general error means that something is having trouble locating code that the site needs to run.

The tricky part is drilling down to see what is causing that issue to occur.

This message is part of the recent WordPress 5.2 update which tries to be more helpful when WordPress is updating things.

In the case of Local, emails aren’t really sent anywhere, but you can still see them by accessing “Mailhog” from the “Utilities” tab within Local.

Beyond that, it’s just a matter of renaming plugin or theme folders until you identify which one is causing issues.

Trying to replace any folders that are missing. I’ve gotten to the code below and once I add the “rest-api” I get a fatal error message.

Warning: require_once(/app/public/wp-content/plugins/contact-form-7/includes/rest-api.php): failed to open stream: No such file or directory in /app/public/wp-content/plugins/contact-form-7/settings.php on line 20 Fatal error: require_once(): Failed opening required ‘/app/public/wp-content/plugins/contact-form-7/includes/rest-api.php’ (include_path=’.:/usr/share/php:/www/wp-content/pear’) in /app/public/wp-content/plugins/contact-form-7/settings.php on line 20

The site is experiencing technical difficulties.

You should try removing and reinstalling Contact Form 7. It seems to be corrupted.

Thank you. I removed the folder from my local folder and downloaded a new version and now get this error below. I’m desperate if anyone can help me get this fixed.

Fatal error: Uncaught Error: Class ‘Requests_IRI’ not found in /app/public/wp-includes/class-requests.php:596 Stack trace: #0 /app/public/wp-includes/class-requests.php(363): Requests::set_defaults(‘https://updates…’, Array, Array, ‘POST’, Array) #1 /app/public/wp-includes/class-http.php(384): Requests::request(‘https://updates…’, Array, Array, ‘POST’, Array) #2 /app/public/wp-includes/class-http.php(596): WP_Http->request(‘https://updates…’, Array) #3 /app/public/wp-includes/http.php(187): WP_Http->post(‘https://updates…’, Array) #4 /app/public/wp-content/plugins/revslider/includes/framework/loadbalancer.class.php(70): wp_remote_post(‘https://updates…’, Array) #5 /app/public/wp-content/plugins/revslider/revslider.php(88): RevSliderLoadBalancer->refresh_server_list(false) #6 /app/public/wp-settings.php(362): include_once(’/app/public/wp-…’) #7 /app/public/wp-config.php(76): require_once(’/app/public/wp-…’) #8 /app/public/wp-load.php(37): require_once(’/app/public/wp-…’) #9 /app/public/wp-blog-header.php(13 in /app/public/wp-includes/class-requests.php on line 596

The site is experiencing technical difficulties.

Seems like revslider is an issue too.