Page 1 of 1

availability report are not generated in PDF

Posted: Mon Nov 05, 2012 2:00 am
by wiproltdwiv
Hi,

we cannot able to generate availability report in pdf. we received following error in the screen. : FPDF error: Not a PNG file: /tmp/availability89cz0j.png

Re: availability report are not generated in PDF

Posted: Mon Nov 05, 2012 10:46 am
by lmiltchev
Run the following command, try to generate a pdf report, and see what kind of errors will show up in the log:

Code: Select all

tail -f /var/log/httpd/error_log
Also, check what you have in the hosts file:

Code: Select all

cat /etc/hosts
Are you using the following syntax?

Code: Select all

127.0.0.1 myserver myserver.mydomain.local localhost
What is the output of:

Code: Select all

cat /etc/php.ini | grep display_errors

Re: availability report are not generated in PDF

Posted: Wed Nov 21, 2012 1:26 am
by wiproltdwiv
It is working now.

Thanks for support