Захожу на сайт http://name.site/basic/web/index.php вижу ошибку
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /home/variantb/public_html/basic/web/index.php on line 12
Анализирую файл /basic/web/index.php
<?php
// comment out the following two lines when deployed to production
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
require(__DIR__ . '/../vendor/autoload.php');
require(__DIR__ . '/../vendor/yiisoft/yii2/Yii.php');
$config = require(__DIR__ . '/../config/web.php');
(new yii/web/Application($config))->run();
Ругается на последнюю строку
PHP Version 5.5.20.
requirements.php - Ok
Ткните носом, что подкрутить?