Issue Type: Bug Created: 2012-01-11T07:36:25.000+0000 Last Updated: 2012-02-23T23:22:39.000+0000 Status: Resolved Fix version(s): Reporter: Ian S (2b3ngs) Assignee: Dolf Schimmel (Freeaqingme) (freak) Tags: - Zend_Pdf
Related issues: Attachments:
I tried this on two Macs, v10.7 and v10.6.8 both using ZF1.11.11, PHP 5.3.6
My first time running Zend Framework, wanting to test out the PDF demos. Both systems came up with this error during the /demos/Zend/Pdf attempt.
Fatal error: Class 'Zend_Pdf_Resource_GraphicsState' not found in /ZendFramework-1.11.11/library/Zend/Pdf/Canvas/Abstract.php on line 366
Please advise.
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-23T23:22:39.000+0000
This is due to missing require_once calls for that (and other) classes. I've fixed it in SVN.
Fixed in trunk r24629 Merged to release-1.11 in r24630