https://bugzilla.wikimedia.org/show_bug.cgi?id=20475
Sumana Harihareswara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #4 from Sumana Harihareswara <[email protected]> 2011-11-02 21:50:41 UTC --- Andy Lester tried to reproduce this on a similar system today and couldn't, so I'm closing with the could-not-reproduce resolution. If you can still reproduce it, please reopen and let us know. Relevant IRC conversation: <G_SabinoMullane> I think OverlordQ summed it up well. Yet more fun with the loadbalancer <alester> One of the unfortunate aspects of pg_query() is that it doesn't require a first parameter of a connection if it's been called before. It lets you call pg_query( $conn, $sql ) the first time , and then pg_query( $sql ) thereafter. and I'm guessing that somewhere before 1.17.0 which I'm looking at now, there were pg_query() calls that relied ont hat behavior incorrectly. Anyway, I'm looking in DatabasePostgres.php and I don't see anywhere it's calling pg_query() without a connection object. <G_SabinoMullane> It's pg_connect() that's the issue, no? <alester> But I don't have the 1.16-svn source in front of me. (to repro on MediaWiki 1.17.0): <Nikerabbit> it should be easy to test, make some jobs and make sure they are run after call to Special:Export <Nikerabbit> alester: you should also have non-zero jobqueue <G_SabinoMullane> I've exported pages just fine before (but never tried to specifically duplicate this bug) <MaxSem> Nikerabbit, I have: Notice: unserialize() [function.unserialize]: Error at offset 0 of 53 bytes in D:\Projects\MediaWiki\includes\objectcache\SqlBagOStuff.php on line 381 <alester> I just now ran an export on all the pages in [[Category:Development]] on my company wiki and it ran fine w/o errors. <Nikerabbit> I wouldn't be surprised if it is really fixed, it's been many changes since 2009 -- 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
