• Does anybody know why I would get this error?

    WordPress database error: [Table ‘mpwrf93_wrdp8.wp_post2cat’ doesn’t exist]
    SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_ID

    I am using feedwordpress plugin. Blog is at greenbuilding411.com/news

Viewing 3 replies - 1 through 3 (of 3 total)
  • What version of wordpress and what version of the plugin? I know older versions don’t work on new version of wordpress and the newest plugin might now work with 2.3.1….

    Trent

    Yea, 2.3 doesn’t use post2cat.. alot of older plugins need this, which is why I manually downgraded all of my WordPress installs shortly after upgrading them. Pretty gay to get rid of something that tons of plugins rely on. Downgrade your WordPress installation and save yourself the headaches.

    Thread Starter bigbadhomesale

    (@bigbadhomesale)

    Is there an easy way to downgrade with fantastico? Will I need to add back all my plugins, et al?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘feedwordpress errors’ is closed to new replies.