[rt-devel] RTFM question
Sam Smith
sam.smith at ece.gatech.edu
Tue Jul 8 09:50:47 EDT 2003
Sam Smith wrote:
> I am using RT 3.0.3 and RTFM 2-0RC1
>
> When I try to include an article in a reply, it uses
>
> fsck.com-rtfm://ece.gatech.edu/article/4
> which doesn't work...
>
> What should it be and where do I set it?
>
Also the "make install" used the wrong owner/group - I fixed those.
It repeats the content of the message when I try to include an article,
but never shows the article.
It seems to have the correct web address for the articles, the line that
ends with RTFM/Article/Display.html?id=3, but when I try to go there I get:
> error: Can't locate object method "IsLocal" via package "fsck.com-rt://ece.gatech.edu/ticket/61148" (perhaps you forgot to load "fsck.com-rt://ece.gatech.edu/ticket/61148"?) at /export/home2/www/ece_ssl/rt3/share/html/RTFM/Article/Elements/ShowLinks line 52.
> context:
> ...
> 48: % my $referredtoby = $article->ReferredToBy;
> 49: % while (my $link = $referredtoby->Next) {
> 50: % my $member = $link->BaseURI;
> 51: <LI>
> 52: % if ($member->URI->IsLocal) {
> 53: <a href="<%$member->Resolver->HREF%>"><%$member->Object->Id%></a>:
> 54: % if (UNIVERSAL::can($member->Object, 'Name')) {
> 55: <%$member->Object->Name%>
> 56: % } elsif (UNIVERSAL::can($member->Object, 'Subject')) {
> ...
> code stack: /export/home2/www/ece_ssl/rt3/share/html/RTFM/Article/Elements/ShowLinks:52
> /export/home2/www/ece_ssl/rt3/share/html/RTFM/Article/Display.html:27
> /export/home2/www/ece_ssl/rt3/share/html/autohandler:163
I guess the IsLocal is failing so it tries to find it at fsck.com-rt?
Sam
More information about the Rt-devel
mailing list