MyBB Community Forums

Full Version: Admin cp error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plz help me I am just installed myshoutbox plugin by uploading content of upload folder in the public_html directory after uploading going to activate it but when i want to login in admin cp this error comes
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'a2004150_Zubair.mybb_mysb_reports' doesn't exist
Query:
SELECT COUNT(rid) as reports FROM mybb_mysb_reports WHERE marked='0'
Please contact the MyBB Group for support.
Screenshot
http://s21.postimage.org/u6tqbd8qv/image.png
plz help me
Plz help
Which version of the plugin are you using?
But how to creat that table
CREATE TABLE `mysb_reports` (
	  `rid` int(10) NOT NULL auto_increment,
	  `username` varchar(100) NOT NULL DEFAULT '',
	  `uid` int(10) NOT NULL DEFAULT 0,
	  `reason` varchar(255) NOT NULL DEFAULT '',
	  `date` bigint(30) NOT NULL DEFAULT 0,
	  `sid` int(10) NOT NULL DEFAULT 0,
	  `marked` tinyint(1) NOT NULL DEFAULT 0,
	  `author_uid` int(10) NOT NULL DEFAULT 0,
	  `author_username` varchar(30) NOT NULL DEFAULT '',
	  PRIMARY KEY  (`rid`), KEY(`date`)
		) ENGINE=MyISAM");

I have open my phpmyadmin and click to create database table but after there is so much options so what i put in which field plz help
screenshot of phpmyadmin
http://s22.postimage.org/9mrqw7bm9/UC130309212317.png


Plz help guys how to make above table

No reply