MyBB Community Forums

Full Version: Downloads Section by musicalmidget help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

I have recently installed musicalmidget 's Downloads Section 2.0.1 to my forum. I have installed it correctly but when I try to activate it i get this error:


SQL Error:
1005 - Can't create table 'mybb_downloads' (errno: 28)

Query:
CREATE TABLE mybb_downloads ( did smallint unsigned NOT NULL auto_increment, cid smallint unsigned NOT NULL default '0', uid smallint unsigned NOT NULL default '0', name varchar(120) NOT NULL default '', description text NOT NULL default '', filename varchar(120) NOT NULL default '', validated char(3) NOT NULL default '', downloads int(10) NOT NULL default '0', views int(10) NOT NULL default '0', PRIMARY KEY (did) ) TYPE=MyISAM;


Can anybody help me?

Thanks,
Garf
You might already have a table in your database called 'mybb_downloads'
That didn't exactly help, but thanks anyway. Anyone else?

Please and thanks,
Garf
Error 28 means the partition which your database is stored on is full. You need to contact your webhost about this.
I have a question about the Downloads Section as well. How exactly do I use it? I have it on my Plugins section and it is activated but I don't know what to do now.