On May 4, 2007, at 12:14 PM, mfuller wrote:
I get this error when trying to get an RSS link in 3.6.3 does
anyone have an Idea of the cause?
error: Can't locate object method "channel" via package
"XML::RSS" at /opt/rt3/share/html/Search/Results.rdf line 57.
Do you have XML::RSS installed?
perl -MXML::RSS -e1
This will silently exit if the module is installed, or throw an
error if you need to install it
-kevin
context:
...
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 => "",
61:
dc => {
...
code stack: /opt/rt3/share/html/Search/Results.rdf:57
/opt/rt3/share/html/autohandler:292
Mark Fuller
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com