[Rt-devel] RSS link in search results does not work
Uli Stärk
uli.staerk at globalways.net
Mon Jun 12 08:33:40 EDT 2006
Steps to reproduce:
- Search for any keyword in the upper right search box
- Click on the "RSS" link in the last line
System error
error:
Can't locate object method "new" via package "XML::RSS" at /var/www/localhost/htdocs/rt/Search/Results.rdf line 56.
context:
...
52:
53:
54:
# create an RSS 1.0 file (http://purl.org/rss/1.0/)
55:
use XML::RSS;
56:
my $rss = new XML::RSS (version => '1.0');
57:
$rss->channel(
58:
title => "$RT::rtname: Syndicated Search",
59:
link => $RT::WebURL,
60:
description => "",
...
code stack:
/var/www/localhost/htdocs/rt/Search/Results.rdf:56
/var/www/localhost/htdocs/rt/autohandler:215
raw error
More information about the Rt-devel
mailing list