Statistik Modul erzeugt Fehler

Hilfe zu Znuny Problemen aller Art
Locked
alio
Znuny newbie
Posts: 11
Joined: 28 Aug 2006, 16:33

Statistik Modul erzeugt Fehler

Post by alio »

Hallo zusammen,

kann mir jemand bei der Erzeugung des Graphen helfen ich habe die GD perl Module installiert aber es geht trotz alle dem nicht. Ich bekomme diese Fehlermeldung.

Danke
You do not have the required permissions to view the files attached to this post.
alio
Znuny newbie
Posts: 11
Joined: 28 Aug 2006, 16:33

Post by alio »

Habe auch schon im error.log nach geschaut da steht aber auch nicht wichtiges drin.
Andre Bauer
Znuny guru
Posts: 2189
Joined: 08 Dec 2005, 17:01
Znuny Version: 5.0.x
Real Name: André Bauer
Company: Magix Software GmbH
Location: Dresden
Contact:

Post by Andre Bauer »

Den Text hättest du auch einfach hier rein kopieren können.

Welche OTRS Version nutzt du überhaupt?

Was steht im Error.log?

Was bringt "$OTRSHOME/bin/otrs.checkModules" für eine Ausgabe?
Prod: Ubuntu Server 16.04 / Zammad 1.2

DO NOT PM ME WITH OTRS RELATED QUESTIONS! ASK IN THE FORUMS!

OtterHub.org
alio
Znuny newbie
Posts: 11
Joined: 28 Aug 2006, 16:33

Post by alio »

Hallo

ich nutzte 2.0.4

hier das error_Log:


[Thu Sep 28 14:41:12 2006] index.pl: DBI::db=HASH(0x19932ac)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /opt/otrs/bin/cgi-bin/../../Kernel/System/DB.pm line 219.
[Thu Sep 28 14:41:26 2006] index.pl: Argument "\n" isn't numeric in numeric lt (<) at /Library/Perl/5.8.6/GD/Graph/Data.pm line 231.
[Thu Sep 28 14:41:27 2006] index.pl: Argument "\n" isn't numeric in numeric lt (<) at /Library/Perl/5.8.6/GD/Graph/Data.pm line 231.
[Thu Sep 28 14:41:27 2006] index.pl: Argument "\n" isn't numeric in numeric lt (<) at /Library/Perl/5.8.6/GD/Graph/Data.pm line 231.
[Thu Sep 28 14:41:27 2006] index.pl: Argument "\n" isn't numeric in numeric lt (<) at /Library/Perl/5.8.6/GD/Graph/Data.pm line 231.
[Thu Sep 28 14:41:27 2006] index.pl: Argument "\n" isn't numeric in numeric lt (<) at /Library/Perl/5.8.6/GD/Graph/Data.pm line 231.
dyld: lazy symbol binding failed: Symbol not found: _gdImagePngPtr
Referenced from: /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/GD/GD.bundle
Expected in: dynamic lookup

dyld: Symbol not found: _gdImagePngPtr
Referenced from: /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/GD/GD.bundle
Expected in: dynamic lookup

[Thu Sep 28 14:41:27 2006] [error] [client 194.195.177.179] Premature end of script headers: /opt/otrs/bin/cgi-bin/index.pl
dyld: lazy symbol binding failed: Symbol not found: _gdImagePngPtr
Referenced from: /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/GD/GD.bundle
Expected in: dynamic lookup

dyld: Symbol not found: _gdImagePngPtr
Referenced from: /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/GD/GD.bundle
Expected in: dynamic lookup

[Thu Sep 28 14:46:48 2006] [error] [client 194.195.177.179] Premature end of script headers: /opt/otrs/bin/cgi-bin/index.pl
otrs:/var/log/httpd admin$

das log sagt zwar das etwas mit GD nicht stimmt aber das sollte eigentlich inordnung sein.

und ein auszug des otrs check modul


CGI ... ok
Date::Pcalc ... ok
Date::Format ... ok
DBI ... ok
DBD::mysql ... ok
Digest::MD5 ... ok
LWP::UserAgent ... ok
IO::Scalar ... ok
IO::Wrap ... ok
MIME::Base64 ... ok
MIME::Tools ... ok
Mail::Internet ... ok
Net::DNS ... ok
Net::POP3 ... ok
Net::LDAP ... ok
Net::SMTP ... ok
Authen::SASL ... ok
GD ... ok
GD::Text ... ok
GD::Graph ... ok
GD::Graph::lines ... ok
GD::Text::Align ... ok
XML::Parser ... ok
Locked