|
Here is a patch for this issue The patch works Many thanks .... Will this be in the next release? All the very best,
Hi, How did you apply the patch? ############################My Error################### Warning: include() [function.include]: Failed opening 'Zend/Loader.php' for inclusion (include_path='.:./library:./application/models/:.:/usr/share/php:/usr/share/pear') in /var/www/index.php on line 11 Fatal error: Class 'Zend_Loader' not found in /var/www/index.php on line 12 @ current, I think you issue is more with not have the Zend Framework specified in your PHP path. e.g. set_include_path(PS . '..' . DS . 'ZendFramework' . DS . 'library' Hi, Is there any chance that this tiny ickle patch could make it into 1.6.0? Pretty please Cheers,
Same problem here (ZF 1.6.2), this is my config: bootstrap: // Include path controller/action: public function pdfAction() // SPL register the DOMPDF loader so we can instantiate a new DOMPDF object. $objDomPdf = new DOMPDF(); $objDomPdf->load_html( $strHtml ); $objDomPdf->render(); $objDomPdf->stream( "blah.pdf" ); And I got this warnings: Warning: Zend_Loader::include_once(DOMPDF.php) [function.Zend-Loader-include-once]: failed to open stream: No such file or directory in /usr/local/lib/fw/php/phpzend-1.6.2/library/Zend/Loader.php on line 83 Warning: Zend_Loader::include_once() [function.include]: Failed opening 'DOMPDF.php' for inclusion (include_path='.:../library:../library/classes:../library/functions:../library/plugins:/usr/local/lib/fw/php/phpzend-1.6.2/library:/usr/local/lib/dompdf/dompdf-0.5.1:.:/usr/share/php:/usr/share/pear') in /usr/local/lib/fw/php/phpzend-1.6.2/library/Zend/Loader.php on line 83 Warning: Zend_Loader::include_once(Frame/Tree.php) [function.Zend-Loader-include-once]: failed to open stream: No such file or directory in /usr/local/lib/fw/php/phpzend-1.6.2/library/Zend/Loader.php on line 83 Warning: Zend_Loader::include_once() [function.include]: Failed opening 'Frame/Tree.php' for inclusion (include_path='.:../library:../library/classes:../library/functions:../library/plugins:/usr/local/lib/fw/php/phpzend-1.6.2/library:/usr/local/lib/dompdf/dompdf-0.5.1:.:/usr/share/php:/usr/share/pear') in /usr/local/lib/fw/php/phpzend-1.6.2/library/Zend/Loader.php on line 83 Warning: Zend_Loader::include_once(Stylesheet.php) [function.Zend-Loader-include-once]: failed to open stream: No such file or directory in /usr/local/lib/fw/php/phpzend-1.6.2/library/Zend/Loader.php on line 83 Warning: Zend_Loader::include_once() [function.include]: Failed opening 'Stylesheet.php' for inclusion (include_path='.:../library:../library/classes:../library/functions:../library/plugins:/usr/local/lib/fw/php/phpzend-1.6.2/library:/usr/local/lib/dompdf/dompdf-0.5.1:.:/usr/share/php:/usr/share/pear') in /usr/local/lib/fw/php/phpzend-1.6.2/library/Zend/Loader.php on line 83 Resolved in trunk with |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Please evaluate and assign as necessary.