Gio Takahashi |
11-15-2003 05:16 AM |
people can make their own categories...but I can't make a "public" category from the admin CP everytiem I do I get this error:
PHP Code:
Database error in vBulletin Control Panel 2.3.2: Invalid SQL: INSERT INTO `items_cats` (`id`, `name`, `description`, `catorder`, `type`, `ownerid`) VALUES ('', 'test', 'test', '5', '0', '') mysql error: Duplicate entry 'test' for key 2 mysql error number: 1062 Date: Friday 14th of November 2003 11:18:51 PM Script: [url="http://www.unitedempire.net/forum/forum/admin/itemadmin.php"]http://www.unitedempire.net/forum/forum/admin/itemadmin.php[/url] Referer: [url="http://www.unitedempire.net/forum/admin/itemadmin.php?action=addcat&"]http://www.unitedempire.net/forum/admin/itemadmin.php?action=addcat&[/url]
And, when people try to view Itemshop CP, they get this:
PHP Code:
Database error in vBulletin 2.3.2: Invalid SQL: SELECT item7,points7,description7,icon7 FROM items_user WHERE userid=1 mysql error: Unknown column 'item7' in 'field list' mysql error number: 1054 Date: Friday 14th of November 2003 11:22:36 PM Script: [url="http://www.unitedempire.net/forum/forum/itemshop.php"]http://www.unitedempire.net/forum/forum/itemshop.php[/url] Referer:
Also note that I used this hack in order to integrate it with Lesane's store hack and I figured it might have something to do with it.
|