web-hook crash
-
Hello, we are using stripe. I just upgraded my wordpress to 4.8 and also upgraded the twenty Seventeen theme. Then Bam, the whole site crashed leaving me with this message: Fatal error: Class ‘Requests_Hooks’ not found in /home/content/35/7753335/html/environmental_kids/wp-includes/class-wp-http-requests-hooks.php on line 17
I then fttp’d into the site and followed the above reference until I found line 17 which is as follows: class WP_HTTP_Requests_Hooks extends Requests_Hooks {
But in context, lines 1-17 look like this: <?php
/**
* HTTP API: Requests hook bridge class
*
* @package WordPress
* @subpackage HTTP
* @since 4.7.0
*//**
* Bridge to connect Requests internal hooks to WordPress actions.
*
* @package WordPress
* @subpackage HTTP
* @since 4.7.0
*/
class WP_HTTP_Requests_Hooks extends Requests_Hooks {So we have no idea why the site crashed or how to fix it.
Any input you can offer would be very helpful
- The topic ‘web-hook crash’ is closed to new replies.