[rt-users] RTFM error

Ed Santora ed_santora at harvard.edu
Fri Feb 3 13:20:04 EST 2006


Hello,

I'm running RT 3.4.3 and just installed RTFM 2.2.0RC1. I'm getting the 
following error:

error:  Can't locate object method "new" via package 
"RT::FM::ArticleCollection" (perhaps you forgot to load 
"RT::FM::ArticleCollection"?) at 
/home/web/sites/rt.dce.harvard.edu/rt3/share/html/RTFM/Elements/NewestArticles 
line 60.

context:  ...
56:  <%INIT>
57:  my $rows = 10;
58:  my $i;
59:  my $MyArticles;
60:  $MyArticles = new RT::FM::ArticleCollection ($session{'CurrentUser'});
61:  $MyArticles->UnLimit;
62:  $MyArticles->RowsPerPage($rows);
63:  $MyArticles->OrderBy(FIELD => 'LastUpdated', ORDER => 'DESC');
64:
...

code stack: 
/home/web/sites/rt.dce.harvard.edu/rt3/share/html/RTFM/Elements/NewestArticles:60
/home/web/sites/rt.dce.harvard.edu/rt3/share/html/RTFM/index.html:24
/home/web/sites/rt.dce.harvard.edu/rt3/share/html/autohandler:215

raw error

I deleted var/mason_data/* and restarted the webserver, but still get the 
error. Also, the RTFM Admin page is blank.




More information about the rt-users mailing list