Database error in vBulletin 3.5.2:
Invalid SQL:
INSERT INTO itemshop_cat (cid, cname, cdescr, csold, cprofit, citems) VALUES (1, 'Test Category', 'Get your items here!', 0, 0, 0);
MySQL Error : Table 'coc.itemshop_cat' doesn't exist
Error Number : 1146
Date : Tuesday, May 16th 2006 @ 08:36:23 PM
................
I get the above whenever I try adding the product
EDIT: I got it working by removing the " . TABLE_PREFIX . " from the script
|