Last modified: 2010-05-15 15:38:10 UTC
rcdumper.php in 1.5b4 now errors out with Fatal error: Call to a member function query() on a non-object in /var/www/gentoo-wiki.com/htdocs/irc/rcdumper.php on line 58 i tried adding in include('LocalSettings.php'); $dbr = new Database( $wgDBserver, $wgDBadminuser, $wgDBadminpassword, $wgDBname ); That allows it to connect to teh database but $recentchanges is not defined, so i defined that and it seemed to work thank you
rcdumper.php is obsolete and will likely be removed.
is it being replaced at all?
It was replaced some time ago; RC IRC lines can be sent out over UDP direct from the wiki: # Send RC updates via UDP $wgRC2UDPAddress = false; $wgRC2UDPPort = false; $wgRC2UDPPrefix = '';
ok now i just need to write something to receive those udp packets... anyhoo i guess this file should be removed form release then? (if its not going to be fixed)
Have removed from HEAD and REL1_5.