При установке HTTP ERROR 500

Главные вкладки

Аватар пользователя Ubhra Ubhra 24 мая 2016 в 13:11

Добрый день.
PHP 5.6, Drupal 8.1.1, распаковал файлы, перехожу в install.php, выдает ошибку HTTP ERROR 500.
Включил логирование:
«PHP Parse error: syntax error, unexpected»
Ругается на 31 строку в install.php

<?phpif (function_exists('opcache_get_status') && opcache_get_status()['opcache_enabled'] && !ini_get('opcache.save_comments')) {
  print 'Systems with OPcache installed must have <a href="http://php.net/manual/en/opcache.configuration.php#ini.opcache.save-comments">opcache.save_comments</a> enabled.';
  exit();
}?>

Комментарии