Getting an odd error when trying to resolve a ticket

In our test environment, which soon will be our live install of RT, we’re
seeing an odd error that is blocking tickets from being resolved:

RT::ticket:: Unimplemented in HTML::Mason::Commands.
(/usr/local/lib/rt3/html/Ticket/Elements/PreviewScrips line 128)

This occurs when clicking the Resolve link in a ticket’s view.

We’re using RT 3.8.1 with customizations to the web UI to simplify the view
a little more. If you need any additional information to help me diagnose
and resolve this, please ask.

Gary L. Greene, Jr.
IT Operations
Minerva Networks, Inc.
Cell: (650) 704-6633
Phone: (408) 240-1239

In our test environment, which soon will be our live install of RT, we’re
seeing an odd error that is blocking tickets from being resolved:

RT::ticket:: Unimplemented in HTML::Mason::Commands.
(/usr/local/lib/rt3/html/Ticket/Elements/PreviewScrips line 128)

This occurs when clicking the Resolve link in a ticket’s view.

We’re using RT 3.8.1 with customizations to the web UI to simplify the view
a little more. If you need any additional information to help me diagnose
and resolve this, please ask.

Sounds like one of your local customizations made
$TicketObj->$action
be called without $action being set to Comment or Correspond

-kevin

In our test environment, which soon will be our live install of RT, we’re
seeing an odd error that is blocking tickets from being resolved:

RT::ticket:: Unimplemented in HTML::Mason::Commands.
(/usr/local/lib/rt3/html/Ticket/Elements/PreviewScrips line 128)

This occurs when clicking the Resolve link in a ticket’s view.

We’re using RT 3.8.1 with customizations to the web UI to simplify the view
a little more. If you need any additional information to help me diagnose
and resolve this, please ask.

Sounds like one of your local customizations made
$TicketObj->$action
be called without $action being set to Comment or Correspond

-kevin


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Found the problem. Thanks. By the way, which template adds the header to the
top of the page (where it says
‘RT for $domain Logged in as $userid | Preferences | Log out’
?)

Gary L. Greene, Jr.
IT Operations
Minerva Networks, Inc.
Cell: (650) 704-6633
Phone: (408) 240-1239