php - fatal error: Uncaught exception 'DOMPDF_Exception' with message 'Box property calculation requires containing block width' -


when try process url http://www.bbc.co.uk/ dompdf throws error

fatal error: uncaught exception 'dompdf_exception' message 'box property calculation requires containing block width'   in www\dompdf\include\block_frame_reflower.cls.php on line 171 

it seems settings or bug?

dompdf_exception extension of exception class. i'm not sure parameters spit out, can dump array out see being returned:

try{  }catch(dompdf_exception $e){     echo '<pre>',print_r($e),'</pre>'; } 

also found on google code might narrow down, actual issue is: http://code.google.com/p/dompdf/issues/detail?id=244


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -