Actions
Bug #81750
closedScheduler CLI script fails
Start date:
2017-06-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When choosing Setup check in Scheduler you see:
The script to execute the Scheduler from the command line is: "[yourpath]/typo3/sysext/core/bin/typo3 scheduler:run".
The webserver user is not allowed to execute this script.
Scheduler will fail on cron jobs.
After chmod the file 'typo3' to 0754 the CLI script check is green.
Suggestion: give /typo3/sysext/core/bin/typo3 0754 rights as default.
Tested in Typo3 8.7.2
Updated by Jan Ceulen over 7 years ago
Edit: in 8.7.3 problem seems to have gone...
File /typo3/cli_dispatch.phpsh is 0755 now.
Updated by Georg Ringer over 7 years ago
- Status changed from New to Closed
as it seems to be solved, I close this issue
Actions