• Resolved Stephen S

    (@ssuess)


    I started noticing recently a number of errors in the logs, not sure how long they have been there, but they are all of the form:

    WordPress database error Table ‘wordpress.wp_wpsc_product_list’ doesn’t exist for query SELECT *\n\t\t\t\t\t\t\t\t\t\t\t\t FROM wp_wpsc_product_list\n\t\t\t\t\t\t\t\t\t\t\t\t WHERE id=’702’\n\t\t\t\t\t\t\t\t\t\t\t\t LIMIT 1 made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), wpsc_allow_free_cart_checkout, wpsc_is_free_cart, wpsc_cart_total, wpsc_cart->calculate_total_price, wpsc_cart->calculate_total_shipping, wpsc_cart->calculate_base_shipping, ses_wpsc_premium_shipping->getQuote, ses_wpsc_premium_shipping->ps_get_item_shipping, referer: http://my-site.com/shop/ltd-edition/

    IT seems there is no table by this name in the db! And when I tried reinstalling the plugin, it did not create it. I even tried a fresh install on a different wordpress and it did not create this table. Any suggestions?

    https://wordpress.org/plugins/wp-e-commerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mihai Joldis

    (@misulicus)

    It looks like there is a plugin looking for that table. From what i can tell you have a Premium shipping plugin thats causing the error.
    As you can see from the error the last function is not a WP eCommerce core function. ses_wpsc_premium_shipping->ps_get_item_shipping

    Thread Starter Stephen S

    (@ssuess)

    that is odd, because when I disable that plugin, I still get that error. I will look into it though, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wpsc_product_list database error – table doesn't exist’ is closed to new replies.