E
EmmanuelJ
Guest
Hello
One of my customer define a scritpt in php, the flag on the domain is safe mode off. But when the scheduler execute the script I receive this:
PHP Warning: shell_exec(): Cannot execute using backquotes in Safe Mode in /var/www/vhosts/xxx/httpdocs/lib/vendor/symfony/lib/command/sfFormatter.class.php on line 29
PHP Warning: set_time_limit(): Cannot set time limit in safe mode in /var/www/vhosts/xxxx/httpdocs/lib/vendor/symfony/lib/command/sfCommandApplication.class.php on line 537
How to disable safe mode with the scheduler ?
Thanks
One of my customer define a scritpt in php, the flag on the domain is safe mode off. But when the scheduler execute the script I receive this:
PHP Warning: shell_exec(): Cannot execute using backquotes in Safe Mode in /var/www/vhosts/xxx/httpdocs/lib/vendor/symfony/lib/command/sfFormatter.class.php on line 29
PHP Warning: set_time_limit(): Cannot set time limit in safe mode in /var/www/vhosts/xxxx/httpdocs/lib/vendor/symfony/lib/command/sfCommandApplication.class.php on line 537
How to disable safe mode with the scheduler ?
Thanks