Is there any tutorial or example how to call extbase action from Schelduler? I found something about CommandControler, but it did not work.
Asked
Active
Viewed 172 times
2 Answers
0
.Make sure that in your LocalConfiguration.php are right credentials to DB.
It is important if you want to run script with CLI. Like: sudo php ./typo3/cli_dispatch.phpsh scheduler
Otherways even if you put "echo" or "var_dump" in YourCommandController it will be not ouputed. The script stops by trying to get user info from DB.

FRITZ F
- 81
- 1
- 4