https://bugzilla.wikimedia.org/show_bug.cgi?id=62052

            Bug ID: 62052
           Summary: Object of class mysqli could not be converted to
                    string
           Product: MediaWiki
           Version: 1.23-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: duplicate...@googlemail.com
       Web browser: ---
   Mobile Platform: ---

Setting $wgDebugDBTransactions = true; gives the error:

Catchable fatal error: Object of class mysqli could not be converted to string
in \includes\db\Database.php on line 4110

Printing the callers before the (implicit) toString gives a sprintf in
SqlBagOStuff as caller:
wfDebug( sprintf( "Connection %s will be used for SqlBagOStuff\n", $db ) );

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to