https://bugzilla.wikimedia.org/show_bug.cgi?id=39287
Niklas Laxström <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Translate |Database Version|master |1.20-git AssignedTo|[email protected] |[email protected]. | |org Product|MediaWiki extensions |MediaWiki --- Comment #2 from Niklas Laxström <[email protected]> 2012-08-12 20:02:34 UTC --- Minimal test case: $dbr = wfGetDB( DB_SLAVE ); $res = $dbr->select( 'page', '*', array(), array( 'LIMIT' => 2 ) ); foreach ( $res as $row ) { $dbr->tableExists( 'foo' ); } Error in fetchObject(): Table 'sandwiki.bw_foo' doesn't exist (localhost) PS: Could the error message also include class name? -- 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
