[Solved] OTRS Support Tool crasht

Hilfe zu Znuny Problemen aller Art
Locked
Sudzuck
Znuny newbie
Posts: 11
Joined: 16 Aug 2011, 09:14
Znuny Version: 3.0.9
Real Name: Sudzuck
Company: IT Inc.

[Solved] OTRS Support Tool crasht

Post by Sudzuck »

Hallo liebe OTRS Gemeinde,

nach dem Update auf Version OTRS 3.0.10 habe ich das Problem das unter Admin > Systemverwaltung > Support Assessment das Tool nicht mehr läuft.
Es kommt die Fehlermeldung:
Software error:
Illegal division by zero at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Support/OTRS.pm line 637.
For help, please send mail to the webmaster (webmaster@somenet.com), giving this error message and the time and date of the error.

Die Zeile 637 beinhaltet bei mir folgenden Code:

my $AvgArticlesTicket = $Search{2}->{Result} / $Search{1}->{Result};
$AvgArticlesTicket = sprintf( "%.2f", $AvgArticlesTicket );
$TableInfo .= "Articles per ticket (avg)=$AvgArticlesTicket;";

Es wäre auch denkbar dass es irgendwas damit zu tun hat dass ich die Tickets gelöscht habe mit Hilfe des Generic Agents. (Um nach dem Testen bei 0 anzufangen)
Ein Re-Install des Tools hat auch nichts gebracht.

Hat jemand eine Idee?
Gruß, Sudzuck
Last edited by Sudzuck on 20 Sep 2011, 09:17, edited 1 time in total.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS Support Tool crasht

Post by jojo »

Der Fehler kommt daher, das es kein Ticket gibt. Einfach eins erzeugen...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
renee
Znuny expert
Posts: 241
Joined: 06 Feb 2009, 11:15
Znuny Version: 3.0.x
Company: Perl-Services.de
Contact:

Re: OTRS Support Tool crasht

Post by renee »

Trotzdem sollte man dafür vielleicht ne Bugmeldung aufmachen. So etwas sollte ja eigentlich passieren ;-)
Need a Perl/OTRS developer? You can contact me at info@perl-services.de
Sudzuck
Znuny newbie
Posts: 11
Joined: 16 Aug 2011, 09:14
Znuny Version: 3.0.9
Real Name: Sudzuck
Company: IT Inc.

Re: OTRS Support Tool crasht

Post by Sudzuck »

Jep, daran lag's - danke jojo =)

Gruß,
Sudzuck
HF_Dave
Znuny newbie
Posts: 7
Joined: 06 Jun 2011, 13:55
Znuny Version: 2.3.4

Re: OTRS Support Tool crasht

Post by HF_Dave »

oh man so simpel? :shock:

AllerbestenDank!11!!
-------------------------------------------------
Produktiv: OTRS: 3.0.10, OTRS::ITSM 3.0.5
Auf debian
Locked