charlotteg22 Posted August 14, 2008 Share Posted August 14, 2008 Hi, I am using PHP and PDFLib to dynamically create pdf files, which can be from 1-100+ pages or more. When I try to create a file that is 60+ pages, it times out. I tried putting set_time_limit(0); in the foreach loop and I also set the max_execution_time = 30000000 in the php.ini file. But it STILL times out. I don't even get an error. It's just a blank screen that comes up that says Done in the bottom left hand corner. I'm running out of options. Please help!! Thank! Link to comment https://forums.phpfreaks.com/topic/119746-php-timeout-with-pdflib/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.