Forums

[resolved] Why is wordpress telling people my pages don't exist?? (25 posts)

  1. Chocolate-Covered Katie
    Member
    Posted 4 months ago #

    I don't know what to do, and I feel like my blog will NEVER be fixed :(

    About two weeks ago, people started telling me that certain links on my blog were giving them 404 errors. However when I went to the pages, I could see the posts with no problem (even if I wasn't logged in as the admin).

    And many of the people are able to see the page again a few days later. (Also, different people are reporting the error on different pages.)

    Here's just one of the pages that some people can't see: http://chocolatecoveredkatie.com/2011/07/25/dark-chocolate-brownie-batter-dip/

    Any help would be appreciated SO much!

    (Also: my host DID do a full backup restore, and it didn't fix the problem. Now someone suggested reinstalling wordpress. Does anyone know if that sounds like a good idea?)

  2. wpismypuppet
    Member
    Posted 4 months ago #

    Did you recently upgrade WordPress? One thing you could try to do is flush the rewrite rules. It looks like you are using custom permalinks... try going to settings->permalinks and just clicking the "save changes" button. This will force a flush_rewrite. If that doesn't fix the issue, then try changing your custom structure to a default just to see if it works. You can always change it back after...

  3. Chocolate-Covered Katie
    Member
    Posted 4 months ago #

    I did recently upgrade wordpress... but just to the 3.1 version. And yes, the trouble started after I updated. (I haven't updated to the 3.3.1 yet.)

    I also did do the flush rewrite for the permalinks a few days ago, and unfortunately it didn't fix the issue. But my permalinks are set to "day and name" not custom. I'll try setting them to the default... Not to sound naive, but what's the benefit of having them not set to default? (In other words, why doesn't everyone just go with the default? Will it be bad for my site to change it to default and then just leave it that way?)

    Sorry for all the questions!

  4. wpismypuppet
    Member
    Posted 4 months ago #

    No worries on the questions... that's how we all learn.

    Using the default option would make your links look something like http://chocolatecoveredkatie.com/?p=12345... this typically isn't very "user" friendly.

    For instance, one of your loyal followers would turn to their friend and say "hey, check out Chocolate Covered Katies' new post about cupcakes... it's at http://chocolatecoveredkatie.com/... what's that weird number thing at the end?"

    And therefor it would be hard to have people go right to that post. Most people who install wordpress will use a custom structure of /%category%/%postname%/. This will show a pretty url such as http://chocolatecoveredkatie.com/cupcakes/dark-chocolate-brownie-batter-dip/... much easier for a user to remember and share with their friends.

    Even using the Day and Name might be a little confusing. You could always use the custom structure I just mentioned and see if that a) fixes your issue and b) makes things a little easier to manage on your end! Let me know if it works.

  5. kmessinger
    Member
    Posted 4 months ago #

    If you have problems after an upgrade follow the standard debug initially to isolate the problem.

    The normal debug.
    - deactivating all plugins (yes, all) to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). If you can't get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder if you have one. The easiest way is to rename that folder to mu-plugins-old.

    - switching to the Twenty Eleven theme to rule out any theme-specific problems. If you can't log in to change themes, you can remove the theme folders via FTP so the only one is twentyeleven. That will force your site to use it.

  6. Chocolate-Covered Katie
    Member
    Posted 4 months ago #

    Ok, I tried the permalinks and plugins suggestions... no luck.

    But it seems like the ONLY people who are getting the 404 error message are people using google chrome.

    I'm not sure why this is... does anyone have any ideas??

  7. wpismypuppet
    Member
    Posted 4 months ago #

    I'm not sure... I've tried on a few different machines now, and it seems you resolved the issue. Maybe the people still experiencing these problems are seeing cache related issues on their own machines? How many "complaints" are you getting?

    If you know someone who's having an issue, ask them to clear their browser's cache. If they are using Chrome, have them click the wrench in the upper right corner, then go to "options". From there, click on "Under the Hood", then "Clear Browser Data".

    See if that helps... other browsers will be similar to clearing cache, but it will be named something different. Give that a go and let us know from there. If you don't see the issue, and I don't see the issue (on at least 4 different machines and browsers), then it must be with the end user at this point. Cache has good intentions, but sometimes it stinks!

    http://en.wikipedia.org/wiki/Web_cache

  8. Chocolate-Covered Katie
    Member
    Posted 4 months ago #

    Thanks wpismypuppet!

    I think you might be right; that it's now a cache thing... the only post people have reported lately as a 404 is this one:

    http://chocolatecoveredkatie.com/2011/12/05/deep-dish-cinnamon-roll-pie/

    Can you (or anyone reading this) see that post in Google Chrome?

  9. zoonini
    help me help you
    Posted 4 months ago #

    I get a 404 in Chrome on this link but see it fine in Firefox.

    http://chocolatecoveredkatie.com/2011/12/05/deep-dish-cinnamon-roll-pie/

  10. zoonini
    help me help you
    Posted 4 months ago #

    Katie - since you've isolated this as a Chrome-specific problem (fascinating!) you could also try posting in the Chrome troubleshooting forum here:

    http://www.google.com/support/forum/p/Chrome/label?lid=43d46e8d92fef559&hl=en

  11. dragonsjaw
    Member
    Posted 3 months ago #

  12. dragonsjaw
    Member
    Posted 3 months ago #

    I also just got a 404 on the same link in Chrome

  13. kmessinger
    Member
    Posted 3 months ago #

    Same in IE.

  14. kmessinger
    Member
    Posted 3 months ago #

    Your permalink settings in the dashboard should look like this,
    /%year%/%monthnum%/%day%/%postname%/

    Your .htaccess should look basically like this

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

    Have you contacted VPS about this problem? I think a random 404 error could be a server problem.

    [edit]There are also errors http://validator.w3.org/check?uri=http%3A%2F%2Fchocolatecoveredkatie.com&charset=%28detect+automatically%29&doctype=Inline&group=0

  15. Chocolate-Covered Katie
    Member
    Posted 3 months ago #

    Unfortunately, I've talked extensively with my host (Servint) and they say they don't know what's wrong. They restored my database for me, but apparently it didn't fix the problem.

    Hmmm... as for the error link you gave me, is that for w3 total cache? Maybe that's what's causing the issue? If I uninstall it, is there a better cache plugin I should be using? My blog gets a lot of traffic, so I'd be afraid to not have any cache plugin installed.

    Thanks in advance for any advice anyone has for me!!

  16. kmessinger
    Member
    Posted 3 months ago #

    The link is for html errors. I don't think they are causing the problem but it would be best not to have errors.

    I don't know anything about servers but I think that is where the problem is. You can see some info here.
    http://redbot.org/?uri=http%3A%2F%2Fchocolatecoveredkatie.com

  17. Chocolate-Covered Katie
    Member
    Posted 3 months ago #

    Thanks again. I'm going to read the article you posted right now.

    My host says they DO get the error message on that page... but it's not showing up in the error logs!

  18. hair-but
    Member
    Posted 3 months ago #

    your pages looks fine , no problem on my browser..

  19. hair-but
    Member
    Posted 3 months ago #

    It would be wise if you leave your 404 page with the default message on it. Like page not found. The way it is , it's more disoriented.
    Just a thought :)

  20. hair-but
    Member
    Posted 3 months ago #

    It would be a good idea IF you have a Google account, You can check there for more details about your pages.
    If you have a account, just go to web masters tool and select diagnostics and select crawler errors. There you will find your error pages..

    But this will work only if you have sitemaped your pages, not sure but have a look.
    If you have issues with the web masters tool let me know.

    For how to sitemap , i have a simple tutorial here is the link,
    http://wordpress.org/support/topic/how-to-create-a-xml-sitemap-for-you-website
    But maybe im going to far and confusing you, sorry just trying to help.

  21. Chocolate-Covered Katie
    Member
    Posted 3 months ago #

    My host says they fixed the problem...

    Can you all see the page now? http://chocolatecoveredkatie.com/2011/12/05/deep-dish-cinnamon-roll-pie/
    I hope so!!!

    Hair-but: lol, that "gnarley dude" message actually IS wordpress's default 404 page! Weird, I know!

  22. zoonini
    help me help you
    Posted 3 months ago #

    I can see the cinnamon-roll post in Chrome now!

    My host says they fixed the problem...

    Hallelujah! So what was it? Not only are we all dying of curiosity it might help out someone else in the future if you let us know what the issue was. ;-)

  23. hair-but
    Member
    Posted 3 months ago #

    yes we can see it lol :)

  24. Chocolate-Covered Katie
    Member
    Posted 3 months ago #

    zoonini:
    They actually still don't know what caused it in the first place (scary!) but they were able to finally fix it by first restoring the database... and then, when there were still errors, they fixed the wp3 total cache, which was apparently caching incorrectly. But when they tried to fix the total cache before restoring the database, it didn't fix the issue, so the first problem wasn't a fault of the caching plugin. Since no one knows what first caused the issue, I'm worried I'll repeat the mistake that made it happen... but in any case, I am so so grateful for all the help of everyone here on this board. (Oh, and I tried to return the favor by looking to see if I could solve someone else's question on this board... I didn't know the answer to a single problem. I have a LOT to learn about computers!)

  25. zoonini
    help me help you
    Posted 3 months ago #

    Wow, what a story! So glad it's fixed now and good for you for being persistent with your host. (And you're so sweet to look for questions to help answer.)

    I'm going to mark this thread as resolved now - if anything crops up in the future feel free to start a new thread... but hopefully things will be uneventful for a while!

Reply

You must log in to post.

About this Topic