Title: Blank page, refresh issue?
Last modified: August 18, 2016

---

# Blank page, refresh issue?

 *  [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/)
 * Hey friends, I have an issue with [http://www.thebluntprophet.com](http://www.thebluntprophet.com).
   It seems that I always have to reload the page for any grapics to come up. It
   does NOT matter which template/theme I use. I haven’t had this problem on [http://www.sniderz.com](http://www.sniderz.com)
   or [http://www.hereticsguild.com](http://www.hereticsguild.com) which is on the
   same server. I am very stumped and hope that someone can help me out here.
 * Thanks

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/blank-page-refresh-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/blank-page-refresh-issue/page/2/?output_format=md)

 *  [ladydelaluna](https://wordpress.org/support/users/ladydelaluna/)
 * (@ladydelaluna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422748)
 * [http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.thebluntprophet.com%2F](http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.thebluntprophet.com%2F)
 * what is “vslider”? and “post-slider”? these might be your issue, though i haven’t
   checked the other two sites to see if you’re using them there… thebluntprophet
   takes forever to load up the first time as it is… however without refreshing (
   just waiting) the images finally showed up on the first shot.
 * on second notice – the other two sites are taking forever to load up as well –
   and i’m on a cable connection… over a minute and counting right now…
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422753)
 * I have noticed that also with the server. I am in talks with the ost now to move
   them to a newer server etc.
 * vslider and postslider are part of the themes I use now for bluntprophet. SO 
   as I said any theme it seems to do this for me.
 * At least it showed for you now.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422754)
 * I couldn’t even wait for the sites to appear… way too slow, all of them. At this
   moment I wouldn’t worry about anything else: just get a normal, faster host.
   (
   lady seems to be more patient: I don’t wait a minute or more just to see a site,
   sorry!)
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422756)
 * Just copied and pasted this into my hosts trouble call system, hopefully will
   see something soon
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422911)
 * Hosting is better now and I still and having to refresh once it supposedly loads.
   No matter what theme, what browser etc.
 * Thanks
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422912)
 * Is [2.0.3 tuneup plugin](http://txfx.net/code/wordpress/wordpress-203-tuneup/)
   installed?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422913)
 * you have this also:
 * [http://validator.w3.org/check?uri=http://www.thebluntprophet.com/?p=3](http://validator.w3.org/check?uri=http://www.thebluntprophet.com/?p=3)
 * related to your `<head>` tags in your single page views. Might want to fix that,
   as thats going to be the first thing to lad into the browser window.
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422916)
 * Yosemite I installed this plugin right away. Still getting it as far as I can
   tell.
 * Whooami –
    This is my header file – Only one that has <head> anywhere
 * <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt);
   
   <html xmlns=”[http://www.w3.org/1999/xhtml”&gt](http://www.w3.org/1999/xhtml”&gt);
 *  <head profile=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt);
 *  <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset
   =<?php bloginfo(‘charset’); ?>” />
 *  <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> 
   <!– leave this for stats –>
 *  <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/
   css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title
   =”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” /
   > <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
 *  <style type=”text/css” media=”screen”>
    [@import](https://wordpress.org/support/users/import/)
   url(“<?php bloginfo(‘stylesheet_url’); ?>”); </style>
 *  <?php wp_head(); ?>
 *  </head>
 *  <body>
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422937)
 * Can anyone tell me how to fix this 1 last error?
 *  [nfm](https://wordpress.org/support/users/nfm/)
 * (@nfm)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422952)
 * I don’t think the head thingy is causing the problem, I’m experiencing the same
   problem and don’t know how to fix it either.
 * Do you have your site hosted with Dreamhost by any chance? I was searching for
   similar topics and found someone with the same problem, he was hosting his blog
   on Dreamhost, just as I am.
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422958)
 * I can’t re-create this with FF 1.5.0.4… I just don’t see the problem you describe.
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422959)
 * nfm I am on Dreamhost for my hosting. I have had another blog though with wordpress
   that I thought worked. Its been a while though. I will send them a help ticket
   now.
 * Yosemite – basically what happens is when you click the link or type it in, it
   just shows up as a white page. Then you hit refresh and BAM it shows just fine.
   
   The coworker right next to me just experienced it.
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422960)
 * Just submitted a site ticket. Hopefully its something they can take care of since
   most people are not seeing it happening or do not know what the error is.
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422972)
 * Found that its a problem with the wp-cache plugin and PHP5.
 * You need to do the following to the wp-cache-phase2.php file.
 * Find: ob_end_clean()
 * Replace with: ob_end_flush()
 * It seems to be working. Will check back with you all if you need any more help.
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blank-page-refresh-issue/#post-422990)
 * Ahh yes. Another good reason to read all the comments at the plugin author’s 
   page. I learned that the hard way…

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/blank-page-refresh-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/blank-page-refresh-issue/page/2/?output_format=md)

The topic ‘Blank page, refresh issue?’ is closed to new replies.

## Tags

 * [Pictures](https://wordpress.org/support/topic-tag/pictures/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 9 participants
 * Last reply from: [jackdaw](https://wordpress.org/support/users/jackdaw/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/blank-page-refresh-issue/page/2/#post-423054)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
