MyBB Community Forums

Full Version: MyShoutbox 1.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys
I've just installed myshoutbox 1.5 after i upload the files to ftp i get this error when i acces the acp...

[Image: errordth.png]

please recheck the uploaded files for their correct paths ...

you may delete myshoutbox.php file from ./inc/plugins directory to get access to admin panel
(2011-07-21, 04:47 PM)ranjani Wrote: [ -> ]please recheck the uploaded files for their correct paths ...

you may delete myshoutbox.php file from ./inc/plugins directory to get access to admin panel

yes i know that if i delete myshoutbox.php i can enter again to the admin panel.
I've checked again the uploaded files and it's the same error.
anyone ??
above issue might be fixed by creating mysb_reports table in the database ... (reference)
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");