darshanmodi2010 / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

HTML document contains no data #556

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Fatal error: Uncaught exception 'DOMPDF_Exception' with message 'Requested HTML 
document contains no data.' in 
C:\xampp\htdocs\dompdf-master\include\frame_tree.cls.php:123 Stack trace: #0 
C:\xampp\htdocs\dompdf-master\include\dompdf.cls.php(678): 
Frame_Tree->build_tree() #1 
C:\xampp\htdocs\dompdf-master\include\dompdf.cls.php(850): 
DOMPDF->_process_html() #2 C:\xampp\htdocs\dompdf-master\www\demo.php(18): 
DOMPDF->render() #3 {main} thrown in 
C:\xampp\htdocs\dompdf-master\include\frame_tree.cls.php on line 123

Original issue reported on code.google.com by jaydevva...@gmail.com on 27 Nov 2012 at 11:35

GoogleCodeExporter commented 8 years ago
There's not really enough information here to determine what the problem is. Do 
you have a sample document? Does the setup.php page have any red flags? Do you 
get any notices from PHP?

Guessing, somewhere along the line the HTML content is being wiped out for some 
reason. But we'll need more info to figure out where and why.

Original comment by eclecticgeek on 27 Nov 2012 at 4:16

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00