[TYPO3-english] installtool warning : exec() has been disabled for security reasons in
Sander van Gelderen
sander at meyson.nl
Fri Oct 16 13:43:59 CEST 2009
Hello,
This can be set in the Install tool (or manually in localconf.php). Go
to 'All Configuration' and look for 'disable_exec_function'
You can also see what the current value is with Module 'Configuration'
$TYPO3_CONF_VARS['BE']['disable_exec_function']
HTH
Sander
J. Bakshi schreef:
> Dear list,
>
> I have found the error
>
> ````````````
> warning : exec() has been disabled for security reasons in ....
> ``````````
>
> at a server during typo3 installation. The phpinfo clearky shows
>
> ````````````
> disable_functions
> exec,system,passthru,shell_exec,popen,escapeshellcmd,proc_open,proc_nice
> safe_mode off
> ```````````````````
>
> for both global and local. As a result though imagemagik is available
> and enabled in localconf.php it can't be called. Is there by any chance
> a workaround to enable the exec function from .htaccess ( if by luck
> apache allow to override through .htaccess obviously ) ?
>
> Thanks
More information about the TYPO3-english
mailing list