CandiceBill 0 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 post Share on other sites
thehippy 0 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 post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.