+ Reply to Thread
Results 1 to 2 of 2

Thread: Mediawiki Error: Fatal error function selectRow

  1. #1
    joseph's Avatar
    joseph is offline Website Master Achievements:
    500 Experience Points1000 Experience Points5000 Experience Points10000 Experience PointsRecommendation Second Class
    joseph has disabled reputation
    Join Date
    2008-09-08
    Posts
    412

    Default Mediawiki Error: Fatal error function selectRow

    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       = "**************";

  2. #2
    stev.martin88 is offline Registered User Achievements:
    31 days registered100 Experience Points500 Experience Points
    stev.martin88 ?????????
    Join Date
    2009-10-12
    Posts
    1

    Default

    I install wiki software and it works well for a week but today I found this error while I tried to enter my web. Fatal error: Call to a member function selectRow() on a non-object in /mnt/w0000/d26/s42/b02921a0/www/wikithaigame.com/includes/User.php on line 829 I tried to find this line in user.php it is

    $s = $dbr->selectRow( 'user', array( 'user_name','user_password','user_newpassword','us er_email',

    Any advise for solving it? Appreciate any advise that can help.

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 2010-05-12, 07:06 AM
  2. SATA Disk error: DriveReady SeekComplete Error
    By Sitemon in forum Hardware Forum
    Replies: 0
    Last Post: 2009-12-16, 08:55 AM
  3. PHP Fatal error: Allowed memory exhausted
    By joseph in forum Linux Scripting
    Replies: 0
    Last Post: 2009-11-12, 03:13 AM
  4. Replies: 0
    Last Post: 2009-09-11, 05:38 PM
  5. Replies: 0
    Last Post: 2008-11-11, 02:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts