So I've been using ImageMagick for quite some time now, but it just recently stopped working in Firefox specifically. I'm running the following line of code:
exec('/usr/bin/convert /home/usr/public_html/upload/'.$filename.'[0] /home/usr/public_html/upload/'.$newfilename);
It just converts an uploaded PDF file into a JPG for previewing purposes. Now, this has been working fine every since today. Now it will upload the PDF fine, but won't create the JPG. There's no errors or error log, it just sits there.
This also only happens in Firefox (tested with IE and Chrome, works fine). Now my question is, does anybody have any idea on why this would be happening? Or has anybody came across this before?
Any help would be terrific, thanks!