i did like that;
CREATE TABLE `vbr_config` (
`oid` int(11) NOT NULL default 1,
`active` int(11) NOT NULL default 1,
`forumid` int(11) NOT NULL default 0,
`linkamfd` int(11) NOT NULL default 2,
`linkamst` int(11) NOT NULL default 1,
`typem` int(11) NOT NULL default 1
) TYPE=MyISAM COMMENT='vBRecycle Config'
and
INSERT INTO `vbr_config` VALUES(1, 1, '', 2, 1, 1)
query is ok...
but
now it follows from Recycle Manager when i click
Database error in vBulletin 3.5.0 Release Candidate 3:
Invalid SQL:
select * from forum where recycle = 1;
MySQL Error : Unknown column 'recycle' in 'where clause'
Error Number : 1054
Date : Tuesday, September 27th 2005 @ 07:17:58 PM
Script :
http://www.,,,,,,.com/forum/admincp/...php?do=manager
Referrer :
http://www.,,,,,.com/forum/admincp/index.php
IP Address : 85.103.28.84
Username : ,,,,
Classname : vb_database
and
MySQL Error : Unknown column 'recycle' in 'field list'