Problem: ImageMagick and escapeshellcmd

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Problem: ImageMagick and escapeshellcmd

Post 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?
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem: ImageMagick and escapeshellcmd

Post by garvinhicking »

Hi!

Your server does not allow to execute imagemagick.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Re: Problem: ImageMagick and escapeshellcmd

Post by stm999999999 »

hm, ... actually ImageMagick should work there :(
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem: ImageMagick and escapeshellcmd

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply