https://bugzilla.wikimedia.org/show_bug.cgi?id=42483
Aude <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Aude <[email protected]> 2012-11-29 17:07:44 UTC --- We also get this on our Wikidata test setups, which have all the WMF deployed extensions enabled. Specifically, the abuse filter is a problem. If I disable Abuse Filter, all is good when running update.php If I enable it, I see the error. There also is an issue with editing, with Abuse Filter enabled. [Thu Nov 29 16:40:21 2012] [error] [client 93.220.88.64] PHP Fatal error: Call to a member function setLBInfo() on a non-object in /var/www/common/php-master/includes/db/LoadBalancer.php on line 723, Although it doesn't seem to matter if I setup an external DB for abusefilter (like central auth, which works perfectly for me), and set the following settings: $wgAbuseFilterCentralDB = 'abusefilter'; $wgAbuseFilterIsCentral = true; If I revert my core code to c4d0ce485280223eda024cc52d37ee19ade02111 (before https://gerrit.wikimedia.org/r/#/c/13855/) then things work fine with update.php and AbuseFilter installed. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
