• WordPress database error: [Table ‘tafreehm_blog.wp_categories’ doesn’t exist]
    SELECT cat_ID, cat_name, category_nicename FROM wp_categories

    WordPress database error: [Table ‘tafreehm_blog.wp_post2cat’ doesn’t exist]
    SELECT DISTINCT post_id FROM wp_post2cat

    WordPress database error: [Table ‘tafreehm_blog.wp_categories’ doesn’t exist]
    ALTER TABLE wp_categories ADD INDEX ( category_nicename )

    WordPress database error: [Unknown column ‘user_nickname’ in ‘field list’]
    SELECT ID, user_nickname, user_nicename FROM wp_users

    WordPress database error: [Table ‘tafreehm_blog.wp_categories’ doesn’t exist]
    SELECT * FROM wp_categories ORDER BY cat_ID

    WordPress database error: [Table ‘tafreehm_blog.wp_post2cat’ doesn’t exist]
    SELECT post_id, category_id FROM wp_post2cat GROUP BY post_id, category_id

    WordPress database error: [Table ‘tafreehm_blog.wp_linkcategories’ doesn’t exist]
    SELECT cat_id, cat_name FROM wp_linkcategories
    Upgrade Complete

    Your WordPress database has been successfully upgraded!
    Continue

    this is what i get on step of installation ??

    and i did not write anything in here

    define(‘DB_COLLATE’, ”);

    please help

    thankx

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Tables Missing ( new installation)’ is closed to new replies.