On 08.12.2008, at 18:29, Richard Ash wrote: > I've just updated to the latest SVN version of Collection extension > and the lastest HG version of mwlib / mwlib.rl and each time I go to > the render page I get a blank page and this error in the apache logs: > > [Mon Dec 08 17:11:09 2008] [error] [client 192.168.2.76] PHP Fatal > error: Call to undefined method Http::useragent() in /var/www/html/ > wiki/extensions/Collection/Collection.body.php on line 1244, > referer: https://lightning.eatechnology.com:8443/wiki/index.php/Connectmon
This must be caused by this change http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Collection/Collection.body.php?r1=44171&r2=44175 someone else has committed (The method Http::userAgent() has been added just two weeks ago). I've reverted the change: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Collection/Collection.body.php?r1=44175&r2=44332 > I do also get a Javascript pop-up error about a version miss-match > between the Javascript and PHP code, That was a bug, I've committed the fix in http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=44331 Thanks for the reports! -- Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
