Could not modify article in RTFM

Hello!

I could create custom fields, classes and articles. But when I try to modify an article
I get the following error message:

error: Undefined subroutine &RT::FM::ArticleCFValueCollection called at /usr/share/perl5/RT/FM/Article_Overlay.pm line 1086.
context:

1082: $cf->Load( $args{‘Field’} );
1083:
1084: #Load up the ObjectKeyword we’re talking about
1085:
1086: my $values = RT::FM::ArticleCFValueCollection($self->CurrentUser);
1087: $values->LimitToArticle($self->id);
1088: $values->LimitToCustomField($self->id);
1089: my $CFObjectValue = $values->HasEntryWithContent($args{‘Content’});
1090:

code stack: /usr/share/perl5/RT/FM/Article_Overlay.pm:1086
/usr/share/request-tracker3/html/RTFM/Article/Edit.html:206
/usr/share/request-tracker3/html/autohandler:196

If I go back with the browser back-button I could successfilluy save the changes

This is a fresh installed machine with debian sarge, and it is normally updated.

Debian packages …

LIBC: 2.3.2.ds1-12
Kernel: 2.4.26
Perl: 5.8.3-3
request-tracker3: 3.0.10-3

best regards!

BTW: This is a repost on my first submission I don’t get any reaction.

Edit.html (12.2 KB)

Hello!

I could create custom fields, classes and articles. But when I try to
modify an article
I get the following error message:

LIBC: 2.3.2.ds1-12
Kernel: 2.4.26
Perl: 5.8.3-3
request-tracker3: 3.0.10-3

When reporting bugs in RTFM, knowing what version of RTFM you’re running
is much more important than what version of libc you’re running. :wink:

Sorry just a cut and paste issue.

It is debian rtfm package 2.0.3-1 (which mainly is vanilla 2.0.3 i think)

best regards!

Jesse Vincent wrote: