Wordpress WP-Cache Fix For Blank Pages

Wordpress WP-Cache Fix For Blank Pages

Posted by: manateemedia
Posted on: 2006-07-06 11:57:00

I just installed Wordpress and activated the WP-Cache and the default install will give blank pages on new posts, categories, etc. I found a fix that seems to be working in case anyone else is having the problem.

You need to manually edit the wp-cache-phase2.php file via FTP, located in your wp-content/plugins/wp-cache folder.

Look on line 219 and it should say:

ob_end_clean();

Change that line to:

ob_end_flush();

Upload and it should fix the problem. In my opinion, Dreamhost should fix this when Wordpress is installed...since they say "Please..PLease...Please... install WP-Cache"!



Re: Wordpress WP-Cache Fix For Blank Pages

Posted by: Raz2133
Posted on: 2006-07-06 12:22:00

In reply to:

I found a fix that seems to be working


This fix is already documented in the DreamHost wiki.

In reply to:

In my opinion, Dreamhost should fix this when Wordpress is installed


At the very least I think they should mention the issue, with a link to the relevant wiki article.

Mark

Tags: cache folderdreamhostphp filepluginsuploadftpdefault