PDF conversion issue
Hi Stankju,
My zabbix home dir is /usr/local/share/zabbix/
fpdf16 dir path is /usr/local/share/zabbix/fpdf16/fpdf.php
and pdf_gen.php file path is /usr/local/share/zabbix/pdf_gen.php
entries exist in pdf_gen.php file as follows:
require('/usr/local/share/zabbix/fpdf16/fpdf.php');
$ZABBIX="10.255.254.202/zabbix/";
My Zabbix server is running fine under 10.255.254.202/zabbix/ path but after entring URL
http://10.255.254.202/zabbix/pdf_gen.php?grp=4 (As group id is 4, 1 host is exist under this id) but it is showing me a blank page...
Please assist
Thanks in advance...
Hi Stankju,
My zabbix home dir is /usr/local/share/zabbix/
fpdf16 dir path is /usr/local/share/zabbix/fpdf16/fpdf.php
and pdf_gen.php file path is /usr/local/share/zabbix/pdf_gen.php
entries exist in pdf_gen.php file as follows:
require('/usr/local/share/zabbix/fpdf16/fpdf.php');
$ZABBIX="10.255.254.202/zabbix/";
My Zabbix server is running fine under 10.255.254.202/zabbix/ path but after entring URL
http://10.255.254.202/zabbix/pdf_gen.php?grp=4 (As group id is 4, 1 host is exist under this id) but it is showing me a blank page...
Please assist
Thanks in advance...
Comment