ExpressionEngine and ImageMagik issue
Posted by: schweb
Posted on: 2005-01-04 15:26:00
I've been having problems getting ExpressionEngine and ImageMagik to work together. I finally had one of the devs take a look at my site to see what was wrong. My setup is correct but this is what he said
In reply to:This is the error message I get when I turn on error reporting and make the exec function unsilent (i.e. does not report errors):
Warning: exec() has been disabled for security reasons in /home/.fatty/schweb/bryanschwegler.com/ee/core/core.image_lib.php on line 717
So, I looked at your PHP Info and all of these functions are disabled: exec,system,dl,passthru,chown
This means that you cannot use Imagemagick, since there is no way to access it via PHP without exec, system, or passthru.
-Paul
Does this make sense? Is there anyway to get those functions enabled so ImageMagik will work?
bryan | website