Hi,
i hope someone can help with this problem.
I get this Error by running the cron command :
PHP Parse error: syntax error, unexpected ‘class’ (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or ‘{’ or ‘$’ in /var/www/vhosts/xxx.xxx/httpdocs/lib/private/Server.php on line 132
The Command is enabled in Crontab ( User ) :
*/15 * * * * php -f /var/www/vhosts/xxx.xxx/httpdocs/cron.php
Nextcloud 11 Server is running on CentOS 7 (1611) with PHP 7.0.14 FPM
Thanks
keil