[TYPO3-english] Scheduler is not allowed to execute script
Jeppe Donslund
jeppe at donslund.net
Mon Jan 2 14:57:25 CET 2017
Hi
I try to use the scheduler to import external data.
But when I use the Check Setup, the last box is read and the error message is:
The script to execute the Scheduler from the command line is: "/var/www/www.MyDomain.dk/www/typo3/cli_dispatch.phpsh scheduler".
The webserver user is not allowed to execute this script.
My host tells me, that I should try to make an PHP file with this:
exec("_cli_scheduler /usr/local/bin/php /home/www.MyDomain.dk/www/typo3/cli_dispatch.phpsh scheduler -i 2");
But that is a different path. Should I change something in TYPO3?
More information about the TYPO3-english
mailing list