DS MrSinister |
12-31-2005 05:23 PM |
Ok i just install this on my test site and works great. when i try to upgrade to this on my main site Not so good. :(..
Its due to PHPversions i guess. Since my host runs php 4.3.11, mysql 4.0.16 and my localhost is running MySQL 5.0.15, PHP 5.0.5.
Its not creating this table. can anyone help me out
Code:
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'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='vBRecycle Config';
INSERT INTO _vbr_config VALUES('1', '1', '3', '2', '1', '1');
|