Quote:
Originally Posted by micheal332001
Did you run the installer thats in the admincp as that still adds all the databases to your league.
I dont know id blaine has changed that i will have alook today.
|
There is not a installer script. It's all in the plugin system. Looks like there is a syntax problem with creating tables when importing the plugin...
Code:
Database error in vBulletin 3.5.0:
Invalid SQL:
CREATE TABLE '.TABLE_PREFIX.'league_news (
`newsid` int(5) NOT NULL,
`newstitle` varchar(50) NOT NULL default '',
`newsinfo` text NOT NULL,
`newsdate` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`newsid`)
) TYPE=MyISAM;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''.TABLE_PREFIX.'league_news (
`newsid` int(5) NOT NULL,
`news
Error Number : 1064
Date : Friday, October 7th 2005 @ 07:13:17 AM
Script : http://wolfservers.com/portal/admincp/plugin.php
Referrer : http://wolfservers.com/portal/admincp/plugin.php?do=productadd
IP Address : 65.13.152.31
Username : GiJoe
Classname : vb_database