2012-03-17, 05:05 PM
I installed the contents of the Upload folder as it said to do. Upload contents of the Upload folder to the root of your MyBB installation. The folders were inc and jscripts. When I installed it wrote over the old inc and jscript folders. When I go to activate in the admin page of the forum this is what I get.
Error Code
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1074 - Too big column length for column 'description' (max = 255). Use BLOB instead
Query:
CREATE TABLE
Error Code
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1074 - Too big column length for column 'description' (max = 255). Use BLOB instead
Query:
CREATE TABLE
mybb_myadvertisements_zones
( zid
int(10) UNSIGNED NOT NULL auto_increment, name
varchar(50) NOT NULL default '', description
varchar(300) NOT NULL default '', ads
int(10) UNSIGNED NOT NULL default '0', postbit_type
smallint(1) UNSIGNED NOT NULL default '1', postbit_xposts
int(10) UNSIGNED NOT NULL default '0', PRIMARY KEY (zid
) ) ENGINE=MyISAM