By Paul Franklin on Monday, 17 September 2018
Posted in General Issues
Replies 3
Likes 0
Views 1K
Votes 0
Hi team,

I am getting the following error on PDF Invoice

No block-level parent found. Not good.


I have tested this with both 3.6.3 and 3.5.1 version if the plugin. Please advise?

Many thanks,


Paul
Hello Paul,

I'll log this issue in our issue tracker. Fo now to resolve this issue follow below mentioned steps.

Go to root/plugins/pdfinvoice/pdfinvoice/dompdf0.6/dompdf_config.inc.php

Find this line of code :

def("DOMPDF_ENABLE_HTML5PARSER", false);


Replace with


def("DOMPDF_ENABLE_HTML5PARSER", true);


Update me if still issue not resolved.
·
Tuesday, 18 September 2018 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, thank you that worked. Good job
·
Tuesday, 18 September 2018 15:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Your most welcome

It sounds good that your issue is resolved now.
·
Tuesday, 18 September 2018 15:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post