Fatal error: Call to a member function selectRow() on a non-object in /usr/local/apache/htdocs/mediawiki/includes/User.php on line 826
I just faced such issue recently, the solution is about your database:
- check whether it's running or not
- check your mediawiki database's status
The configuration details can be found in LocalSettings.php
Code:## Database settings $wgDBtype = "mysql"; $wgDBserver = "localhost"; $wgDBname = "mediawiki"; $wgDBuser = "wikiuser"; $wgDBpassword = "**************";


LinkBack URL
About LinkBacks




Reply With Quote
