Saya menguji coba sebuah sistem informasi berbasis web menggunakan codeigniter saat mencetak data ke dalam bentuk pdf menggunakan dompdf, muncul sebuah eror seperti :
An uncaught Exception was encountered
Type: DOMPDF_Exception
Message: No block-level parent found. Not good. Filename:
C:\xampp\htdocs\cishop\application\third_party\dompdf\include\inline_positioner.cls.php Line Number: 66
Saat error seperti ini kamu hanya menghapus bagian view di codeigniter dan cari laporannya,
kamu cukup menghapus tag yang ada di file laporan.php nya
tag yang perlu kamu hapus yaitu :
<html> </html>
<body></body>
<thead></thead?
<tbody></tbody>
<tfoot></tfoot>
Semoga berhasil…