https://bugzilla.wikimedia.org/show_bug.cgi?id=39187
--- Comment #5 from Brandon Sky <[email protected]> 2012-08-09 12:41:29 UTC --- How To Remove : ----------------------------------------------------------- 1) Comment the following line in Localsettings.PhP: require_once("$IP/extensions/OnlineStatusBar/OnlineStatusBar.php"); 2) Run the following Sql query through the Special:Asksql special page if you have Asksql installed: DROP TABLE online_status; Or if you don't have Asksql, install it or download an SQL file that you can run against your wiki's database at http://www.mediafire.com/?8m4kk0qvf4m9kvh 3) Delete the unneeded extension folder. Using a command line program such as Unix Terminal, change the directory to the extensions folder of your MediaWiki root and run this command: sudo rm -rd OnlineStatusBar Enter your password and press enter. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
