Posted on Dec 29, 2006, 4:48 pm by Siman
| |
Nightly build error
|
ok got the Nightly sent and un ziped pasted everything then this poped up
Inserting all required data in the database.
Failure! - Reported Error:
Sorry, unable to run query:
CREATE TABLE `BB_acls` ( `acl_ID` int(10) NOT NULL auto_increment, `acl_area` int(10) default NULL, `acl_group` int(10) default NULL, `canread` tinyint(1) default NULL, `canwrite` tinyint(1) default NULL, `canstart` tinyint(1) default NULL, `cansee` tinyint(1) default NULL, `canmod` tinyint(1) default NULL, `server` int(10) default NULL, KEY `acl_ID` (`acl_ID`), KEY `groups` (`acl_group`), KEY `server` (`server`), KEY `acl_area` (`acl_area`), KEY `cansee` (`cansee`), KEY `canread` (`canread`), KEY `canwrite` (`canwrite`), KEY `canstart` (`canstart`), KEY `canmod` (`canmod`)) ENGINE=MyISAM;
|