Support » Fixing WordPress » Pages are not loading correctly.

  • jonhurlock

    (@jonhurlock)


    Hi, I’ve recently set-up a site for a client (client’s site). It was originally setup using version 2.3.3 but I have just upgraded to v 2.5.

    The problem is: When navigating between pages & posts, frequently the next page will not load. Just a white page appears, however if I press refresh on my browser the page loads fine.

    To see what I mean, if you click about 4-5 links on the site, it will probably happen. It was occurring in the 2.3.3 setup and is still occurring in the 2.5 upgrade.

    I was wondering if anyone knew what could be causing this?

    .htaccess file contains

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    My permalink structure is as follows:
    /news/%year%/%monthnum%/%postname%/

    Any help would be greatly appreciated. Kind Regards,

    Jon

  • The topic ‘Pages are not loading correctly.’ is closed to new replies.