WP-Cache Blank Page of Doom
If any of you have tried to enable caching because when you site hits the frontpage, you site just can’t handle the traffic.
The WP-Cache for Wordpress is an excellent option for PHP 4 and a almost perfect option for PHP 5 with one tiny exception. The Blank Page of Doom. Fortunately there is an extremely easy fix.
Edit: /wp-content/plugins/wp-cache/wp-cache-phase2.php
And do a simple find and replace on:
Find: ob_end_clean(); Replace: ob_end_flush();
This is because WP-Cache was built for PHP 4.
Now enjoy the blazing fast speed WP-Cache provides!
Regards,
Steven Roddis