• After moving my WordPress-blog to another host, all new posts end up in the default category. No matter what category I choose to put them in while writing. Why is that and how to solve it? I guess it must be some parameter in the database, but which?

    Ehrm…help? ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Erwin

    (@erwin)

    *bump*

    Thread Starter Erwin

    (@erwin)

    Really nobody? ??

    Thread Starter Erwin

    (@erwin)

    Argh, this is really very annoying.

    -> WordPress 2.0
    -> MySQL 4.0.26
    -> cat_ID bigint(20) NOT NULL default ‘0’,
    cat_name varchar(55) NOT NULL default ”,
    category_nicename varchar(200) NOT NULL default ”,
    category_description longtext NOT NULL,
    category_parent int(4) NOT NULL default ‘0’,
    PRIMARY KEY (cat_ID),
    KEY category_nicename (category_nicename)
    ) TYPE=MyISAM;
    -> category ID 1 = default, there is no category id 0

    So all posts end up in category id 1, no matter what I set the post to while writing it. Same while editting posts.

    Help would be greatly appreciated. ??

    YES! This is going on now with my installation, after my upgrade to 2.0. I found another support thread that talked about potentially turning off the CACHE to help with a similar problem, so I tried that.

    Still broken.

    Anyone have any ideas what’s going on here?? No matter what I assign, it’s only using cat 1.

    Thread Starter Erwin

    (@erwin)

    Where is the other thread? ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Moved to new host, posts go in default category?’ is closed to new replies.