Tuesday 15 January 2008 3:04:49 am
The hosting company informed me, that for security reasons they blocked access to system(). Insted, they adviced me to use shell_exec. system() is used to call imageMagick and it seems to me, that would need to modify ezPublish code. Could someone advice a better solution. Could anyone tell me if system($command, $result)
is equivalent to $result=shell_exec( $command)
And suggestion, if more people is facing same problem, maybe it is worth to add a ini setting in ezPublish to allow to select system or shell_exec
|