Commandline Working. PHP Exec not.
Re: Commandline Working. PHP Exec not.
I have always had somebody install this for me and so have not had the problem
Re: Commandline Working. PHP Exec not.
Haha, yeah. I think I've tracked the issue down...
Commandline runs the latest version of GS however PHP uses an older version (2006 version)
But what to do from here is something else!
Commandline runs the latest version of GS however PHP uses an older version (2006 version)
But what to do from here is something else!
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Commandline Working. PHP Exec not.
Is this a Redhat or fedora System.
If so check the logs, and see if the SELinux network protection is trying to 'protect you'.
If so check the logs, and see if the SELinux network protection is trying to 'protect you'.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Commandline Working. PHP Exec not.
I was able to get this to work by running PHP in FastCGI instead of SuPHP.