Last modified: 2010-05-15 15:38:10 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T5134, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 3134 - rcdumper.php no longer works
rcdumper.php no longer works
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
History/Diffs (Other open bugs)
1.5.x
PC Linux
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://gentoo-wiki.com
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-08-13 20:37 UTC by Mike Valstar
Modified: 2010-05-15 15:38 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Mike Valstar 2005-08-13 20:37:35 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
Comment 1 Brion Vibber 2005-08-13 23:44:51 UTC
rcdumper.php is obsolete and will likely be removed.
Comment 2 Mike Valstar 2005-08-13 23:54:38 UTC
is it being replaced at all?
Comment 3 Brion Vibber 2005-08-14 00:09:30 UTC
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 = '';
Comment 4 Mike Valstar 2005-08-14 15:27:08 UTC
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)
Comment 5 Brion Vibber 2005-08-17 01:13:56 UTC
Have removed from HEAD and REL1_5.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links