Page 1 of 1

PDF page appears white

Posted: Sun Oct 31, 2010 10:34 pm
by jpor
I have a script to create PDF files, with PDFLib (I think so: have the functions PDF_new, PDF_open_file, ...).
The script run very well in my computer (PHP 5.3.1), but in on-line server (PHP 5.2.14) the page appear white.

What is wrong? What I have to do?

Thanks.

Re: PDF page appears white

Posted: Mon Nov 01, 2010 1:37 pm
by jrgp
Pages usually appear white/blank when the script tries to use a function or class that doesn't exist or has a syntax error. Maybe the library you're using uses syntactical additions of php 5.3 that the version your online server doesn't support.

Either way, check the web server's error log which should tell you what's breaking.