Quote Originally Posted by krazykev View Post
Are you using table prefixes - in which case cactus2_zc2.products_with_attributes_stock may really be something like cactus2_zc2.zen_products_with_attributes_stock.


Based on the way the define for the stock attribute table is in code I would believe that Kev is on to something here

Code:
define('TABLE_PRODUCTS_WITH_ATTRIBUTES_STOCK', DB_PREFIX . 'products_with_attributes_stock');
the DB_PREFIX in the define looks to be the problem.

Kellan