404 errors on ALL of my categories in WordPress

Discussion in 'WordPress' started by waxingpoetic, Feb 14, 2008.

  1. #1
    I just imported my posts from Blogger into WordPress today, and it looks great. The problem is the large list of categories appearing in my sidebar produce an ugly 404 error message.

    Does anyone know how to fix this?

    the blog
     
    waxingpoetic, Feb 14, 2008 IP
  2. Munday

    Munday Peon

    Messages:
    299
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I had this before with one of my blogs and about an hour later it disappeared. Turned out to be a problem with my host.

    Have you got access to the MySQL database, can you see if the categories are all in there fine? Did you import an XML file?
     
    Munday, Feb 14, 2008 IP
    waxingpoetic likes this.
  3. waxingpoetic

    waxingpoetic Well-Known Member

    Messages:
    886
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    140
    #3
    I do have access...I checked it and this is what I got:

    MySQL Databases

    Checking Database

    waxp75_wrdp1 is now being checked.

    waxp75_wrdp1.wp_comments OK waxp75_wrdp1.wp_links OK waxp75_wrdp1.wp_options OK waxp75_wrdp1.wp_postmeta OK waxp75_wrdp1.wp_posts OK waxp75_wrdp1.wp_term_relationships OK waxp75_wrdp1.wp_term_taxonomy OK waxp75_wrdp1.wp_terms OK waxp75_wrdp1.wp_usermeta OK waxp75_wrdp1.wp_users OK

    Check Complete


    I didn't import XML I don't think. I just used the import feature in WP and clicked Blogger. Then I clicked the Import button. All my posts are there, the categories just don't work. Thanks for your response. Rep +
     
    waxingpoetic, Feb 14, 2008 IP
  4. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #4
    Looks like all your links are FUBAR. Check permalink structure.
     
    mizaks, Feb 14, 2008 IP
    waxingpoetic likes this.
  5. waxingpoetic

    waxingpoetic Well-Known Member

    Messages:
    886
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Now my page isn't coming up at all...hmmm...and then it came back up....bouncy, bouncy.
     
    waxingpoetic, Feb 14, 2008 IP
  6. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #6
    Was your .htaccess file updated correctly after you altered the permalink structure?
     
    ThreeGuineaWatch, Feb 14, 2008 IP
    waxingpoetic likes this.
  7. waxingpoetic

    waxingpoetic Well-Known Member

    Messages:
    886
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    140
    #7
    It tells me that I should update it now. I'm not sure how to do that. *Googling* Thanks everyone so far for your suggestions. Rep + to all.
     
    waxingpoetic, Feb 14, 2008 IP
  8. waxingpoetic

    waxingpoetic Well-Known Member

    Messages:
    886
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    140
    #8
    Well, I tried updating the .htaccess myself which I'm sure I did wrong because it didn't fix the problem. This is the file I uploaded:

    # -FrontPage-

    Options None

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    AuthType Basic
    AuthName waxingpoetic75.com
    AuthUserFile /home/waxp75/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/waxp75/public_html/_vti_pvt/service.grp


    My blog still works...so I guess I didn't screw things up too bad. *knocks on wood*
     
    waxingpoetic, Feb 14, 2008 IP
  9. waxingpoetic

    waxingpoetic Well-Known Member

    Messages:
    886
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    140
    #9
    Aahhhh!!! Wax broke out the programming....perhaps I will consult the programming forum.
     
    waxingpoetic, Feb 15, 2008 IP
  10. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #10
    The front page is working. The entries do not appear. Can you change the permalink structure back to the default and see what you get?
     
    ThreeGuineaWatch, Feb 15, 2008 IP
  11. waxingpoetic

    waxingpoetic Well-Known Member

    Messages:
    886
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    140
    #11
    That fixes it. I would like my permalink to be the name of my post though. However, that was a good call. At least it works now...better than leaving it sit with non-working everything. Thanks. I was about to break out the copy and paste and redo the whole thing. That would have taken years.
     
    waxingpoetic, Feb 15, 2008 IP
  12. waxingpoetic

    waxingpoetic Well-Known Member

    Messages:
    886
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    140
    #12
    Problem resolved. Thanks ThreeGuineaWatch!!!
     
    waxingpoetic, Feb 15, 2008 IP
  13. Pixelrage

    Pixelrage Peon

    Messages:
    5,083
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    0
    #13
    this happens when your .htaccess doesnt have the proper permissions, CHMOD it to 666, re-apply the permalink change, then try it again...and change your .htaccess back to 644
     
    Pixelrage, Feb 18, 2008 IP