I have a TYPO3 project where my customer uploads files to a directory inside the /fileadmin folder via ftp. I've tried to create a scheduler task to update the StorageIndex, but it doesn't work. The scheduler task stops running and is marked as failed. No log entry is written.
The Scheduler is started by a cronjob, which, based on execution times in other tasks, does work properly.
When I run the cli_dispatch.phpsh scheduler manually from the command line, no output is generated. How can I find out, whats the problem here?