Bug #64931
closedscheduler does not work (cron)
0%
Description
If I create a task cron .../typo3/cli_dispatch.phpsh scheduler >/dev/null 2>&1 on the server, it does not work. Returns an error: Exited with return code = 255.
Or
.../typo3/cli_dispatch.phpsh scheduler
Return
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /var/www/typo3_src-7.0.2/typo3/sysext/core/Classes/Core/Bootstrap.php on line 106 Exited with return code = 255
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Rejected
Hi, you are using an PHP version lower than 5.5, TYPO3 CMS 7.x only supports PHP 5.5 or higher.
Updated by Andrey Aksenov almost 10 years ago
You are wrong, from PHP info: PHP Version 5.5.20
Updated by Wouter Wolters almost 10 years ago
No, I'm not wrong. Can you check on command line with -> php -v and check what version is in use there?
Updated by Andrey Aksenov almost 10 years ago
Yes, you're right. Corrected settings now everything works.