Crash your site because of ob_start() – PLEASE FIX IT!
-
* WordPress Core Version 4.4.1
* Plugin: Header and Footer, Version 1.6.9 (worded before with lover WP versions.)Did wp_config.php
error_reporting(E_ALL); ini_set(‘display_errors’, 1);for more error reporting.
Then I checked the log file:
———
[30-Jan-2016 15:47:53 UTC] PHP Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in /home/u99999/public_html/cmswp/wp-content/plugins/header-footer-DISABLED/plugin.php on line 409
———PHP ERROR:
/plugins/header-footer-DISABLED/plugin.php on line 409
This crashes your whole SITE, renders EMPTY White space for end user and / or also for WP admin.
Solution: In FTP rename this plugin (add “-DISABLED” for example)
Then the Plugin stops and will get disabled by WP automatically.
- The topic ‘Crash your site because of ob_start() – PLEASE FIX IT!’ is closed to new replies.