Using example #10, i get this error on LINUX:
ERROR n7
File: / home/adminserver/sandbox_html/webroot/html2pdf_v4.01/html2pdf.class.php
Line: 4785
content of a TD tag does not fit on one page
but, under a windows machine running php, it comes up just fine.
The reason i found this, is that i am trying to create a file, and i get the same error, except on my development/testing server, it is a windows machine, and the actual server is running debian.
Any help? PLEASE?
commenting out the throw exception on line 4784 and 4785 of html2pdf.class.php, it works just fine, so what is the difference between windows and linux on this line?? (or the $this->testTDin1page && $this->sub_html->pdf->getPage()>1 part)
TheStapler.
Spipu Le 21/07/2010 à 13:59 i think that the pb is not linux vs windows, but it is the config of your php under linux vs the config of your php under windows.
could you make a dif between your 2 php.ini file ? what are the version of PHP under linux and under windows ?