Hallo,
otrs 2.2.2
ubuntu 6.06
und folgendes problem
cannot find font '' ... at /usr/share/perl5/PDF/API2/Resource/CIDFont/TrueType/FontFile.pm line 465.
ist das ein bug?
Gruß
Tim
cannot find font
-
- 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:
cannot find font
Wann kommt die Fehlermeldung?
Prod: Ubuntu Server 16.04 / Zammad 1.2
DO NOT PM ME WITH OTRS RELATED QUESTIONS! ASK IN THE FORUMS!
OtterHub.org
DO NOT PM ME WITH OTRS RELATED QUESTIONS! ASK IN THE FORUMS!
OtterHub.org
cannot find font
ticket drucken oder auch statistik drucken
cannot find font
Ich hatte exakt das gleiche Problem mit einer Neuinstallation von OTRS-2.2.4 auf Fedora 7 mit down-gegradetem Perl (perl-5.8.8-18.fc7). Da ich mittels Google auf diesen Forenbeitrag stiess, aber keine Loesung vorfand, hier meine Vorschlag:
Ich hatte perl-PDF-API2-0.66-1.fc7 mittels yum installiert.
Loesung: deinstallieren des Paketes:
rpm -e perl-PDF-API2
und manuelle Installation von:
http://search.cpan.org/CPAN/authors/id/ ... .68.tar.gz
tar -xvzf PDF-API2-0.68.tar.gz
cd PDF-API2-0.68
perl Makefile.pl
make
make test
make install
Profit !!
Ich hatte perl-PDF-API2-0.66-1.fc7 mittels yum installiert.
Loesung: deinstallieren des Paketes:
rpm -e perl-PDF-API2
und manuelle Installation von:
http://search.cpan.org/CPAN/authors/id/ ... .68.tar.gz
tar -xvzf PDF-API2-0.68.tar.gz
cd PDF-API2-0.68
perl Makefile.pl
make
make test
make install
Profit !!