problem with dompdf - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: problem with dompdf (/showthread.php?tid=20111) Pages:
1
2
|
problem with dompdf - El Forum - 06-29-2009 [eluser]romeo[/eluser] Dear Forum Member Yesterday, When i do dompdf i got the message as below: Fatal error: Uncaught exception 'DOMPDF_Exception' with message 'Requested HTML document contains no data.' in C:\xampp\htdocs\dev\VC_2\LMS\system\plugins\dompdf\include\frame_tree.cls.php:135 Stack trace: #0 C:\xampp\htdocs\dev\VC_2\LMS\system\plugins\dompdf\include\dompdf.cls.php(293): Frame_Tree->build_tree() #1 C:\xampp\htdocs\dev\VC_2\LMS\system\plugins\dompdf\include\dompdf.cls.php(377): DOMPDF->_process_html() #2 C:\xampp\htdocs\dev\VC_2\LMS\system\plugins\to_pdf_pi.php(12): DOMPDF->render() #3 C:\xampp\htdocs\dev\VC_2\LMS\system\application\controllers\report_management.php(38): pdf_create(NULL, 'Daily_Report') #4 C:\xampp\htdocs\dev\VC_2\LMS\system\codeigniter\CodeIgniter.php(232): Report_management->pdf() #5 C:\xampp\htdocs\dev\VC_2\LMS\index.php(115): require_once('C:\xampp\htdocs...') #6 {main} thrown in C:\xampp\htdocs\dev\VC_2\LMS\system\plugins\dompdf\include\frame_tree.cls.php on line 135 Have everyone met this like me? And how to solve it? Best regard, |