• Hi,

    I am using WordPress 3.0 along with Super Cache Plugin.

    Few days back, my blog stopped updating the homepage and is still showing up the old homepage(with old posts).

    Its only when I log into my WP Dashboard, I see the refreshed homepage as an Admin but the users are not seeing the updated homepage.

    I have tried all the following:

    a) Deactivated / Deleted / Activated Super Cache
    b) Refreshed my Cache
    c) Did a & b steps multiple times
    d) Deactivated all of my plugins

    Nothing seems to work for me and the blog still shows the old homepage.

    Here is the website -> http://bit.ly/9Zed9S

    Could any of you help me understand the reason here:

    Thanks.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Moderator t-p

    (@t-p)

    also try:

    -switching to the default theme to rule out any theme-specific issue.

    If you don’t have access to your admin area, then access your server via FTP or SFTP.

    -if that does not resolve the issue, try increasing memory available for php.

    Thread Starter websuperstar

    (@websuperstar)

    I tried both:

    a) Changed my theme to default one and it is still not working for me.

    b) increase the memory by using the following in my Wp-config.php

    define(’WP_MEMORY_LIMIT’, ’64M’);

    Both these had no effect on the caching issue.

    Pls help.

    Moderator t-p

    (@t-p)

    Have you tried:

    -If the above steps do not resolve the issue, Download WordPress again and replace your copies of everything except the wp-config.php file and the /wp-content/ directory with fresh copies. This should replace your core files without changing your content and settings in wp-config.php file and the /wp-content/ directory.

    Note that some uploaders may not overwrite files reliably, so you may want to delete the original files before replacing them.

    Thread Starter websuperstar

    (@websuperstar)

    t-p:

    Thanks for suggesting this but I have used Fantastico for installing wordpress & if I am correct, I should not take this route.

    Won’t it break something else in my blog ?

    Also in my .htaccess file, I see this:

    # Requires mod_expires to be enabled.
    <IfModule mod_expires.c>
    ExpiresActive on
    ExpiresDefault A600

    ExpiresByType image/gif “access plus 1 day”
    ExpiresByType image/jpeg “access plus 1 day”
    ExpiresByType image/png “access plus 1 day”
    ExpiresByType image/x-icon “access plus 1 day”
    ExpiresByType text/css “access plus 1 day”
    ExpiresByType application/x-javascript “access plus 1 day”
    ExpiresByType text/javascript “access plus 1 day”
    ExpiresByType text/ecmascript “access plus 1 day”

    <FilesMatch “\.(php|php4)$”>
    ExpiresByType text/html “now”
    </FilesMatch>
    </IfModule>

    Can it cause any problem ?

    Moderator t-p

    (@t-p)

    I am not familiar with the current content of your .htaccess.
    If you have concerns, then wait if someone more familiar with the contents of your .htaccess file can respond.

    Of course you do have the option of hiring someone (I am not a consultant, I do this just for fun!).
    See http://jobs.wordpress.net/ if you want to follow that option.

    Thread Starter websuperstar

    (@websuperstar)

    Thanks.

    But the magnitude of this problem does not warrant to post a job.

    Hope you understand what i am saying.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Backup all your files first 🙂

    Even if you use Fantastico, you can manually reinstall WordPress without data loss, but I wouldn’t do a full reinstall just yet.

    Replace your .htaccess with the default one, cleaning out any customizations. It’s possible something there is causing conflict.

    Thread Starter websuperstar

    (@websuperstar)

    Can I upgrade to 3.0.1 from 3.0 from my dashboard itself ?

    Won’t it update all those files ?

    I dont want to go through the hassle of uploading all core WP Files one by one.

    Pls advise.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Sure. Should be fine.

    BTW, you don’t copy the files up manually one at a time, you know 🙂 you can copy up the folders and it goes pretty fast.

    When did you last update your site?? did u also update supercache?

    Thread Starter websuperstar

    (@websuperstar)

    I am updating my website daily and I have the latest copy of Super Cache.

    Thread Starter websuperstar

    (@websuperstar)

    @ipstenu:

    I have tried copying the new WordPress files but even that is not helping here.

    Pls suggest.

    this is from your home page

    <!-- Dynamic page generated in 3.282 seconds. -->
    <!-- Cached page generated by WP-Super-Cache on 2010-10-22 04:19:56 -->
    <!-- super cache -->

    this is from your about page

    <!-- Dynamic page generated in 0.276 seconds. -->
    <!-- File not cached! Super Cache Couldn't write to: wp-content/cache/supercache/www.indiancarsbikes.in/about/4786390214cce6e81522054.71307617.tmp -->

    There is certainly some problem with the supercache plugin your are using…

    Delete supercache plugin and reinstall it again…after reinstalling it delete all the supercache and deactivate the plugin…..

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘WordPress Homepage showing Old Posts’ is closed to new replies.