Page 1 of 1

Problem: ImageMagick and escapeshellcmd

Posted: Sat Jun 20, 2009 11:39 pm
by stm999999999
hello,

uploading an image into my blog I get:

Code: Select all

Bild hinzufügen ...

Datei 'xxx' erfolgreich als '/home/www/xxx/htdocs/uploads/xxx' hochgeladen

Warning: escapeshellcmd() has been disabled for security reasons in /home/www/xxx/s9y/include/functions_images.inc.php on line 662
an no thumb is created - any ideas?

Re: Problem: ImageMagick and escapeshellcmd

Posted: Sun Jun 21, 2009 1:48 am
by garvinhicking
Hi!

Your server does not allow to execute imagemagick.

Regards,
Garvin

Re: Problem: ImageMagick and escapeshellcmd

Posted: Sun Jun 21, 2009 2:19 am
by stm999999999
hm, ... actually ImageMagick should work there :(

Re: Problem: ImageMagick and escapeshellcmd

Posted: Sun Jun 21, 2009 10:04 pm
by garvinhicking
Hi!

But escapeshellcmd is required for secure operation of exteral applications. Makes no sense to disable it, when shell execution is allowed.

Regards,
Garvin