0

Is there any tutorial or example how to call extbase action from Schelduler? I found something about CommandControler, but it did not work.

smitrovic
  • 451
  • 1
  • 7
  • 23

2 Answers2

4

Hope this helps (although in German)

http://www.derhansen.de/2012/06/seit-extbase-4.html

Benni
  • 1,109
  • 5
  • 3
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