php/images

Status
Not open for further replies.

anz1066

New Member
Messages
2
Reaction score
0
Points
0
i get the same error many others have had concerning uploading images.
public_html/include/JawsTypes/JawsImage.php on line 150

exec('convert -geometry '.$width.'x'.$height.' '.$csource.' '.$cdestiny);

does this mean i can`t upload any images at all to jaws?
image upload works in CMS Madesimple

 
Last edited:

Archkronos

New Member
Messages
257
Reaction score
0
Points
0
i get the same error many others have had concerning uploading images.
public_html/include/JawsTypes/JawsImage.php on line 150

exec('convert -geometry '.$width.'x'.$height.' '.$csource.' '.$cdestiny);

does this mean i can`t upload any images at all to jaws?
image upload works in CMS Madesimple


At the moment, exec is a PHP command used to execute commands on the server. For security reasons it is turned off.

Also, I already made a similar thread.
http://forums.x10hosting.com/showthread.php?t=25713
Tada.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Archkronos is correct, it is off for security. Exec is a dangerous PHP function and I don't see it being enabled in the near future.

-Corey
 
Status
Not open for further replies.
Top