所以,我为我的一个项目安装了 dompdf,但是当我尝试转换为 PDF 时,出现以下错误:
遇到未捕获的异常
Type: DOMPDF_Exception
Message: No block-level parent found. Not good.
Filename: C:\xampp\htdocs\Project\application\libraries\dompdf\include\inline_positioner.cls.php
Line Number: 66
Backtrace:
File: C:\xampp\htdocs\Project\libraries\dompdf\include\frame_decorator.cls.php
Line: 471
Function: position
File: C:\xampp\htdocs\Project\application\libraries\dompdf\include\text_frame_reflower.cls.php
Line: 340
Function: position
File: C:\xampp\htdocs\Project\application\libraries\dompdf\include\frame_decorator.cls.php
Line: 477
Function: reflow
File: C:\xampp\htdocs\Project\application\libraries\dompdf\include\page_frame_reflower.cls.php
Line: 169
Function: reflow
File: C:\xampp\htdocs\Project\application\libraries\dompdf\include\frame_decorator.cls.php
Line: 477
Function: reflow
File: C:\xampp\htdocs\Project\application\libraries\dompdf\include\dompdf.cls.php
Line: 680
Function: reflow
File: C:\xampp\htdocs\Project\application\controllers\bo_engine\Commande_engine.php
Line: 611
Function: render
File: C:\xampp\htdocs\Project\index.php
Line: 315
Function: require_once))
不知道为什么会发生这种情况,我在谷歌上环顾四周,发现我的问题几乎没有匹配,在我的代码上,至少......我尝试了有关这个问题的所有解决方案,从更改CSS,到重新安装dompdf,再到尝试更改旧版本:
< html>
...
<\html>
至:
< html><\html>
但问题仍然存在,我不明白是我的问题还是我的项目的问题。
如果错误是我的错,请提前道歉;我对此还是个新手,还在学习中。
你不能发布你的html内容吗?,你的模板中有任何图像吗?