Bug #72436
closedScheduler fails to run (cron)
0%
Description
A similar error has been reported here [[https://forge.typo3.org/issues/64931]].
The cron job return the following error, which can be reproduced by manually starting the Scheduler task
root@vps:~# /var/www/vhosts/dom.tld/httpdocs/typo3/cli_dispatch.phpsh scheduler
PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) in /var/www/vhosts/dom.tld/httpdocs/typo3_src-7.6.1/typo3/sysext/backend/Classes/Console/Application.php on line 40
root@vps:~#
As from the attached screen shots can be ssen, the settings of scheduler should be ok, as shall be the PHP version.
The only thing I recognised is the 'weird' setting of the cli_constants. There seems to be a recursion /self reference. Interestingly in this regards is that 1-entry moves also with each opening of the 0-entry to the right too.
Files