
Hi, when I try to forward an external-eMail from a customer as email-internal I get the following error: ---------------------------- ERROR: OTRS-CGI-10 Perl: 5.8.0 OS: linux Time: Wed May 5 10:17:37 2004 Message: Need ArticleType or ArticleTypeID! Traceback (11682): Module: Kernel::System::Ticket::SendArticle::SendArticle (v1.15) Line: 58 Module: Kernel::Modules::AgentForward::SendEmail (v1.28) Line: 301 Module: Kernel::Modules::AgentForward::Run (v1.28) Line: 88 Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (v) Line: 688 Module: (eval) (v1.66) Line: 187 Module: ModPerl::RegistryCooker::run (v1.66) Line: 187 Module: ModPerl::RegistryCooker::default_handler (v1.66) Line: 159 Module: ModPerl::Registry::handler (v1.99) Line: 16 ---------------------------- Module: Kernel::System::Ticket::SendArticle::SendArticle (v1.15) Line: 58 --> if (!$Param{ArticleType} && !$Param{ArticleTypeID}) { $Self->{LogObject}->Log(Priority => 'error', Message => "Need ArticleType or ArticleTypeID!"); return; } ---------------------------- Module: Kernel::Modules::AgentForward::SendEmail (v1.28) Line: 301 --> # -- # send email # -- if (my $ArticleID = $Self->{TicketObject}->SendArticle( Attach => \@Attachments, From => $Self->{From}, To => $Self->{To}, Cc => $Self->{Cc}, Subject => $Self->{Subject}, Body => $Self->{Body}, TicketID => $Self->{TicketID}, ArticleTypeID => $Self->{ArticleTypeID}, [...] ---------------------------- I checked the DB and it seems to be ok - the customer“s article has an articletype 1 and this is listed in the appropriate table. Also, there is an articletype 2 for email-internal. I testet it with the otrs demosystem on demo.otrs.org and there it just works fine. OTRS is 1.2.3 (but problem existed already on 1.1.3 - hoped to resolve it with the update) Anyone got an idea what I might have configured wrong or if this is a problem with the DB? Lars

On Wednesday, May 05, 2004 10:50 AM
Lars Monsees
when I try to forward an external-eMail from a customer as email-internal I get the following error:
Message: Need ArticleType or ArticleTypeID!
Which entries does article_type contain? It should be this: 1 email-external 2 email-internal 3 email-notification-ext 4 email-notification-int 5 phone 6 fax 7 sms 8 webrequest 9 note-internal 10 note-external 11 note-report hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Lars Monsees
-
Robert Kehl