PDF - anyone use dompdf much

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cybercog
Forum Newbie
Posts: 20
Joined: Sat Oct 06, 2007 10:35 pm

PDF - anyone use dompdf much

Post by cybercog »

Hello,

I'm trying to complete a project and I'm running into some errors with dompdf.

Mainly this one:
Fatal error: Uncaught exception 'DOMPDF_Internal_Exception' with message 'Frame not found in cellmap' in /www/htdocs/dompdf/include/cellmap.cls.php:237 Stack trace: #0 /www/htdocs/dompdf/include/table_cell_frame_reflower.cls.php(66): Cellmap->get_frame_position(Object(Table_Cell_Frame_Decorator)) #1 /www/htdocs/dompdf/include/frame_decorator.cls.php(387): Table_Cell_Frame_Reflower->reflow() #2 /www/htdocs/dompdf/include/table_row_frame_reflower.cls.php(70): Frame_Decorator->reflow() #3 /www/htdocs/dompdf/include/frame_decorator.cls.php(387): Table_Row_Frame_Reflower->reflow() #4 /www/htdocs/dompdf/include/table_frame_reflower.cls.php(468): Frame_Decorator->reflow() #5 /www/htdocs/dompdf/include/frame_decorator.cls.php(387): Table_Frame_Reflower->reflow() #6 /www/htdocs/dompdf/include/block_frame_reflower.cls.php(408): Frame_Decorator->reflow() #7 /www/htdocs/dompdf/include/frame_decorator.cls.php(387): Block_Frame_Reflower->reflow() #8 /www/htdocs/dompdf/include/block_frame_reflower.cls.php(408): Frame_Decorator->reflow() in /www/htdocs/dompdf/include/cellmap.cls.php on line 237
I have 9 other forms that work fine,b ut I have three that trough this error or one close to it.

On one, if I remove just one table row from the source file it will work. I've beat up that row so many times trying to see what's breaking it and I can't figure it out.

Do you know exactly what makes this error occure?

I con't seem to get any help from the sourgeforce forum for the dompdf.

Thanks,

Don
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: PDF - anyone use dompdf much

Post by pickle »

Does the source you're trying to convert validate?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply