salami1_1 Posted December 23, 2008 Share Posted December 23, 2008 Hi Guys, I've been struggling with the strangest php behaviour I've ever seen. On my website I have a HTML manual for which I also offer a pdf download link. This PDF is generated on the fly using a opensource application called 'DOMPFD' (http://www.digitaljunkies.ca/dompdf ) Now when I installed it it was working fine but recently I noticed the links were giving me a 500 error. No i've been trying to solve this problem but it behaves very strange. From: http://www.unlocksamsungonline.com/samsungdownloads.php non of the 'pdf' links work they all give 500 error Now when I enter in my browser: http://www.unlocksamsungonline.com/pdfconvert.php?id=6 or http://www.unlocksamsungonline.com/pdfconvert.php?id=7 (this was a testing link) they do work! I tried IE7 and FF3.04 no difference. I did this to check if it had to do with any local caching, apparently not. When I try any of the others (nr 1 - 5) it still gives me an 500 error even when I just enter it manually in the browser. I'm on php5 with FASTCGI enabled thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/138127-dompdf-non-logical-behaviour/ Share on other sites More sharing options...
salami1_1 Posted December 23, 2008 Author Share Posted December 23, 2008 never mind.. after trying a lot I just concluded the DOMPDF is just working very unstable.. At some point I had it working by just altering the HTML files, and then after clicking the link a couple times it suddenly didn't work anymore.. Problem is prob something with caching on the server in combination with caching on client side but its costing to much hassle and time to fix it. I just created PDF's myself now. Best regards, Quote Link to comment https://forums.phpfreaks.com/topic/138127-dompdf-non-logical-behaviour/#findComment-722078 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.