[asterisk-users] Asterisk CDR Problem for Export CSV (Asterisk-stat-v2)

Patrick asterisk-list at puzzled.xs4all.nl
Wed Sep 10 03:00:04 CDT 2008


Max Alex wrote:
> Hi Hiren,
> Can  you please confirm the php-gd is properly installed?

If you can't export to pdf that's because of a typo in export_pdf.php in 
line 5:

   include_once(dirname(__FILE__) . "/lib/fpdf.php');

Note that it starts with " and ends with ' , so it gives an error.
It works by changing it to this:

   include_once(dirname(__FILE__) . "/lib/fpdf.php");

Regards,
Patrick



More information about the asterisk-users mailing list