Apologies! I thought we were talking about the Campaign VDAD report.
I believe this bug is still in place after a fashion ... although it is obviously a work in progress. The server performance page has a bug view executable of the report graphic generator.
If you "view source" you will find something like this:
- Code: Select all
echo "<!-- /usr/bin/local/pl -png $DOCroot/$HTMfile -o $DOCroot/$PNGfile -->";
(actually, you'll find the real output, as it will have been processed by php and the resulting html file will have real data in it).
I modified my version by removing the "local" as previously suggested (after creating a link to the bin from the local and having it still fail!). The result was informative, so I executed it manually to see the results ... which indicates the bug lives:
- Code: Select all
/usr/bin/pl -png /srv/www/htdocs/vicidial/ploticus//1XX.XXX.XX.XX2011-11-04_191630.htm -o /srv/www/htdocs/vicidial/ploticus//XX.XXX.XX.XX2011-11-04_191630.png
pl proc areadef: error 105: both min and max expected (xrange)
pl proc areadef: error 10: cannot set up plotting area .. likely culprits: bad xrange or yrange, or bad area rectangle
I note also that the htm files refer to the .dat files ... and the dat files are all 0 length.