
What does these mean? Thank you, Ovidiu -------------- ERROR: OTRS-PendingJobs-1 Perl: 5.6.1 OS: linux Time: Fri Apr 18 20:45:02 2003 Message: No TypeID for StateUpdate found! Traceback (29301): Module: Kernel::System::Ticket::History::HistoryTypeLookup (v1.7) Line: 49 Module: Kernel::System::Ticket::History::AddHistoryRow (v1.7) Line: 74 Module: Kernel::System::Ticket::State::SetState (v1.14) Line: 174 Module: /opt/otrs-bullguard//bin/PendingJobs.pl (v1.7) Line: 85 ERROR: OTRS-PendingJobs-1 Perl: 5.6.1 OS: linux Time: Fri Apr 18 20:45:02 2003 Message: Need HistoryTypeID! Traceback (29301): Module: Kernel::System::Ticket::History::AddHistoryRow (v1.7) Line: 82 Module: Kernel::System::Ticket::State::SetState (v1.14) Line: 174 Module: /opt/otrs-bullguard//bin/PendingJobs.pl (v1.7) Line: 85

Quoting Ovidiu Constantin
What does these mean?
Thank you,
Ovidiu -------------- ERROR: OTRS-PendingJobs-1 Perl: 5.6.1 OS: linux Time: Fri Apr 18 20:45:02 2003
Message: No TypeID for StateUpdate found!
Traceback (29301):
Module: Kernel::System::Ticket::History::HistoryTypeLookup (v1.7) Line: 49
Module: Kernel::System::Ticket::History::AddHistoryRow (v1.7) Line: 74
Module: Kernel::System::Ticket::State::SetState (v1.14) Line: 174
Module: /opt/otrs-bullguard//bin/PendingJobs.pl (v1.7) Line: 85
ERROR: OTRS-PendingJobs-1 Perl: 5.6.1 OS: linux Time: Fri Apr 18 20:45:02 2003
Message: Need HistoryTypeID!
Traceback (29301):
Module: Kernel::System::Ticket::History::AddHistoryRow (v1.7) Line: 82
Module: Kernel::System::Ticket::State::SetState (v1.14) Line: 174
Module: /opt/otrs-bullguard//bin/PendingJobs.pl (v1.7) Line: 85
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

On Sat, Apr 19, 2003 at 04:19:52PM -0400, ------@hostventures.com wrote:
This problem shows on autoreply with otrs version 1.1.0-RC1 the field is missing in ticket_history_type table. Manually insert it into database.
insert into ticket_history_type (name,valid_id,create_by,change_by) values ('StateUpdate',1,1,1)
Jepp. It's a bug in 1.1.0 RC1 (StateUpdate is missing in scripts/database/initial_insert.sql). If fixed it. Thanks Viktor! Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson
participants (3)
-
Martin Edenhofer
-
Ovidiu Constantin
-
viktor@hostventures.com