Creating the tables...
SQL ERROR: Unable to do_query: CREATE TABLE ubbBoards( Bo_Title text,
Bo_Description text,Bo_Keyword varchar(100) NOT NULL,
Bo_Total INT(9) UNSIGNED, Bo_Last INT(11) UNSIGNED,
Bo_HTML varchar(3) DEFAULT 'On' NOT NULL,
Bo_Markup varchar(3) DEFAULT 'On' NOT NULL,
Bo_Number INT(9) UNSIGNED DEFAULT '0' AUTO_INCREMENT PRIMARY KEY,
Bo_Created INT(11) UNSIGNED,
Bo_Expire INT(4) UNSIGNED,
Bo_Approve varchar(3) DEFAULT 'Off' NOT NULL,
Bo_Moderated varchar(3) DEFAULT 'no',
Bo_Cat INT(4) UNSIGNED DEFAULT '1' NOT NULL,
Bo_Read_Perm varchar(250) DEFAULT '-3-4-',
Bo_Write_Perm varchar(250) DEFAULT '-3-4-',
Bo_Threads INT(9) UNSIGNED unsigned DEFAULT '0',
Bo_Sorter INT(4) UNSIGNED, Bo_CatName varchar(255),
Bo_ThreadAge INT(4) UNSIGNED, Bo_Poster varchar(64), Bo_Reply_Perm varchar(25) DEFAULT '-3-4-',
Bo_Moderators text, Bo_SpecialHeader INT(1),
Bo_Stylesheet varchar(50), Bo_LastNumber INT(9),
Bo_lastMain INT(9) ,UNIQUE indx1 (Bo_Keyword),
INDEX indx2 (Bo_Number), INDEX Cat_ndx (Bo_Cat) )
Invalid default value for
'Bo_Number'Board table created...
Posts table created...
Adding a master poll table...
Adding the poll results table...
Last viewed table created...
Category table created...
Users table created...
Moderator table created...
Messages table created...
Banned table created...
Groups table createdBasic groups created...
Online table created...
Subscribe table created...
Creating table for the address book...
Creating the table to store favorites and reminders...
SQL ERROR: Unable to do_query:
CREATE TABLE ubbFavorites( F_Number INT(9)
UNSIGNED DEFAULT '0' AUTO_INCREMENT PRIMARY KEY,
F_Thread INT(9) UNSIGNED DEFAULT '0' NOT NULL,
F_Owner varchar(64) NOT NULL,
F_LastPost INT(4) UNSIGNED, F_Type varchar(1) ,
INDEX FAV_indx1 (F_Owner) )
Invalid default value for
'F_Number'Creating the table to store posts that a moderator has been notified on...
Inserting a placeholder user for anonymous posts...
All tables created.
You will want to remove all altertables, createtable.php and install.php from your webserver.