Bug #81573
closedScheduler config check and documentation
0%
Description
Dear core developers,
I am working with TYPO3 8.6.1 LTS now and had some problems to build the scheduler cron job. One probnlem is the documentation. The cron parameter changed and "scheduler" is depricated. It was not easy to find the correct parameter. But this works:
.../typo3/sysext/core/bin/typo3 scheduler:run
It would be nice to find this in the scheduler configuration check in the backenend. At the moment there is written erroneously:
Der Befehl, um den Planer von der Kommandozeile auszuführen lautet: "/.../typo3/sysext/core/bin/typo3 scheduler".
Also in the scheduler check there is a problem with the point "CLI-Skript". Even if the cron jobs works, the config checks alerts a missing cron job. In the point "Last run (Letzte Ausführung) there is listet the correct timestamp for the last cron job run. TYPO3 seams to be conencted correcty, but the config check does not notice it.
Thanks
Martin
Files
Updated by Wittkiel Gruppe over 7 years ago
- File scheduler-eng-ger.png scheduler-eng-ger.png added
Same problem here. In german version "run" is missing. Last language-update today.
Operating system: Unix
TYPO3: 8.7.1
PHP: 7.0.18
Updated by Joerg Kummer over 7 years ago
- Related to Task #79263: Migrate Scheduler CLI to Symfony Command added
Updated by Joerg Kummer over 7 years ago
- Related to Bug #80868: Use new CLI binary in docs instead of cli_dispatch.phpsh added
Updated by Joerg Kummer over 7 years ago
1. Issue is a missing translation on https://translation.typo3.org/de/TYPO3.core.scheduler/translate/Resources/Private/Language/locallang.xlf#unit=3147843
And this matches all languages/translation. Furthermore the translationserver did not get the change from the core change in april, which should be aktualized first.
Updated by Joerg Kummer over 6 years ago
- Related to Bug #85351: TYPO3 out of sync on translation server added
Updated by Riccardo De Contardi about 6 years ago
- Related to Bug #83640: Scheduler: wrong command at config check added
Updated by Christian Kuhn about 6 years ago
- Status changed from New to Closed
Hey. I'll close this issue for now since I guess it resolved meanwhile: the translation server should have got fresh code and the documentation got quite some love meanwhile. If the issue persists, please re-open it or create a new one and link this one.