• In attempting to move a site with wp ecommerce installed, I’m getting these database errors:
    wp_posts: Table ‘a8218182_blx.wp_posts’ doesn’t exist
    wp_comments: Table ‘a8218182_blx.wp_comments’ doesn’t exist
    wp_links: Table ‘a8218182_blx.wp_links’ doesn’t exist
    wp_options: Table ‘a8218182_blx.wp_options’ doesn’t exist
    wp_postmeta: Table ‘a8218182_blx.wp_postmeta’ doesn’t exist
    wp_commentmeta: Table ‘a8218182_blx.wp_commentmeta’ doesn’t exist

    UPDATE: in case anyone runs into this-export the missing tables from source site and import them to target site via phpmyadmin. For some reason they weren’t included with the db transfer.

  • The topic ‘Database errors’ is closed to new replies.