• Hi,

    Does anyone know where I can find the Database Description for version 2.0? This is the one for 1.5.2:
    http://codex.wordpress.org/Database_Description

    I need it because that’s the information I need to fix problems with displaying my posts, categories, and category archives.

    I’m getting these errors:

    [Unknown column ‘category_count’ in ‘field list’]

    AND

    [Unknown column ‘category_count’ in ‘order clause’]

    From what I’ve read, it’s becaue when I uploaded my old DB files, I hosed the new fields included in 2.0.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same story here. I’m writing a converter from a proprietary CMS and I’d like to know what is the use of certain table’s field.

    Ty

    The only real change to 2.0 in the categories table (minus the mod of category_parent to bigint(20)) is the addition of category_count, which holds the current post count of a category.

    Look at upgrade-schema.php in the wp-admin/ directory for the new db structure.

    i have the same problem but i’m not goof with codes.. can you teach me how you go about solving the problem??

    help!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Categories and Category Archive missing fields and values needed’ is closed to new replies.