• WordPress database error: [Table 'en_blog.en_post2cat' doesn't exist]
    SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM <code>en_posts</code> p LEFT JOIN <code>en_post2cat</code> pc ON p.ID = pc.post_id LEFT JOIN <code>en_categories</code> c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID

    How to fix it? this error, make auto save doesn’t work ??

    Please help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jauhari

    (@jauhari)

    Can anybody help me? how to fix it?

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Make certain that you updated ALL the wordpress files.

    Also, disable your plugins, see if the problem goes away. WordPress 2.3 breaks compatibility with a lot of older plugins.

    Thread Starter Jauhari

    (@jauhari)

    Okay let’s me check it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Why my WordPress 2.3 Auto save doesn’t work?’ is closed to new replies.