Page 1 of 1

PHP allow_url_fopen On or Off?

Posted: 2007-05-27T22:52:35-07:00
by Glowball
I've had two sites using ImageMagick successfully for awhile now (years). I use PHP's passthru() command to send the convert command to the server. All of a sudden, both installations have broken. The easiest one to test (basic thumbnail creation) simply doesn't create the thumbnail, with no error messages.

My host has turned allow_url_fopen off today. Is this a coincidence? What can I do to troubleshoot this? I don't know where to start, and they say they haven't changed ImageMagick. Help?

Re: PHP allow_url_fopen On or Off?

Posted: 2007-05-27T23:07:18-07:00
by Glowball
Nevermind, it looks like ImageMagick commands that have worked for years have suddenly broken today on my server. I rewrote one and it's working again. Maybe an upgrade?