CandiceBill Posted January 10, 2011 Share Posted January 10, 2011 Cannot get Zend Framework (Zend_Pdf) to work!!!! Hi, I'm trying to use the Zend Framework to generate PDF's on the fly, and get the damn thing to work. It's probably not a bug - just me missing something - but for the life of me, I can't see what ;-) First of all, here's the apache log file with the details of the problem: Link to comment https://forums.phpfreaks.com/topic/223936-cannot-get-zend-framework-zend_pdf-to-work/ Share on other sites More sharing options...
thehippy Posted January 10, 2011 Share Posted January 10, 2011 Without any errors to go off of all I can say is that Zend_Pdf has some PHP extension requirements, ctype, gd, iconv and zlib. Make sure those are installed in your PHP configuration. ZF expects a working PHP environment and as such can be overlooked easily. Link to comment https://forums.phpfreaks.com/topic/223936-cannot-get-zend-framework-zend_pdf-to-work/#findComment-1157326 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.