Project

General

Profile

Actions

Bug #64931

closed

scheduler does not work (cron)

Added by Andrey Aksenov about 9 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2015-02-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Wouter Wolters about 9 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.

Actions #2

Updated by Andrey Aksenov about 9 years ago

You are wrong, from PHP info: PHP Version 5.5.20

Actions #3

Updated by Wouter Wolters about 9 years ago

No, I'm not wrong. Can you check on command line with -> php -v and check what version is in use there?

Actions #4

Updated by Andrey Aksenov about 9 years ago

Yes, you're right. Corrected settings now everything works.

Actions

Also available in: Atom PDF