ZF-8772: Maybe a spelling error.
Description
Line 554 of Zend/Pdf/Font.php has the word Exception spelled wrong: require_once 'Zend/Pdf/Excaption.php';
Maybe should be?: require_once 'Zend/Pdf/Exception.php';
Error I'm getting:
Warning: Zend_Pdf_Font::require_once(Zend/Pdf/Excaption.php) [function.Zend-Pdf-Font-require-once]: failed to open stream: No such file or directory in /var/www/ybs-certificates/www/Zend/Pdf/Font.php on line 554
Fatal error: Zend_Pdf_Font::require_once() [function.require]: Failed opening required 'Zend/Pdf/Excaption.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/ybs-certificates/www/Zend/Pdf/Font.php on line 554
Cheers, Ryan
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2010-01-11T18:15:45.000+0000
Hi, Ryan. Thank You for report.
Solved in SVN r20211.