When using a shared server with basedir restrictions on, can I still use dompdf?

I've been trying to set the dompdf.config.inc so that it points to my open_basedir path, also set in my PHP global, but it isn't having it and the error result is...

* warning: Division by zero in /var/www/webapps/library/public/sites/all/modules/print/dompdf-0.5.1/lib/class.pdf.php on line 4659.
* warning: Division by zero in /var/www/webapps/library/public/sites/all/modules/print/dompdf-0.5.1/lib/class.pdf.php on line 4664.

which I take it means that images and their properties are not getting through. In short, there's no /tmp cache for my pdf images, so dompdf doesn't work with images full stop. I have heard hints that dompdf doesn't work with basedir restrictions, can anyone confirm this and tell me why it doesn't work with open_basedir?

jipps

Comments

jcnventura’s picture

Status: Active » Closed (won't fix)

Please use dompdf's issue queue at http://code.google.com/p/dompdf/issues/list for this type of question.