sivasekar / dompdf

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

Argument 1 passed to Frame_Decorator::copy() must be an instance of DOMNode, boolean given, called in #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Large HTML send to rendering
2.
3.

What is the expected output? What do you see instead?

No output (blank page)
PHP error log
PHP Catchable fatal error:  Argument 1 passed to Frame_Decorator::copy()
must be an instance of DOMNode, boolean given, called in

What version of the product are you using? On what operating system?
Windows 2003 server (IIS)
0.5.1
0.5.2 Alpha

Please provide any additional information below.
PHP Version 5.2.8

Original issue reported on code.google.com by jcgeer...@gmail.com on 3 Sep 2009 at 10:47

GoogleCodeExporter commented 9 years ago
see google more people same error 
also an old sourceforge posting same error. Sollution there didn't work.

http://www.dashinteractive.net/dompdf/index.php?v=2808098

Original comment by jcgeer...@gmail.com on 3 Sep 2009 at 11:40

GoogleCodeExporter commented 9 years ago
Can you attach some sample code?

Original comment by eclecticgeek on 16 Sep 2009 at 5:18

GoogleCodeExporter commented 9 years ago
For me, it could be solved by debugging line-by-line which one causes the bug. 
It seems Dompdf (at least 5.x) 
has a lot of issues with accented multibyte characters. The line was full of 
them. I inserted a <br />, then 
everything went fine.

Original comment by gruber.k...@gmail.com on 4 Jan 2010 at 2:45

GoogleCodeExporter commented 9 years ago
i tried  dompdf_0-6-0_beta1 and looks like this has been solved. tq guys. 

Original comment by mwel...@gmail.com on 21 Nov 2010 at 6:17

GoogleCodeExporter commented 9 years ago
Thanks for the feedback, mweldan. I presumed this to be a valid issue, but we 
never got some sample code to test against so we had no way to track the 
problem.

Original comment by eclecticgeek on 22 Nov 2010 at 1:44

GoogleCodeExporter commented 9 years ago
Here is the sample code.

Problem occurs when splitting long multibyte line.

Original comment by edtech.e...@gmail.com on 9 Mar 2011 at 1:18

Attachments:

GoogleCodeExporter commented 9 years ago
I found that problem has been solved in last release 0.6.0 beta2

Original comment by edtech.e...@gmail.com on 9 Mar 2011 at 2:28

GoogleCodeExporter commented 9 years ago
Good to know, and thanks for the sample document.

Original comment by eclecticgeek on 9 Mar 2011 at 7:16

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:15