Good day.
I have yii2 v2.0.12 avdanced
Installed i18n like here
After that - removed project to other server… Installed all vendors and so on
and now have error after command "php yii"
[root@226 workflow]# php yii
Exception 'yii\base\InvalidConfigException' with message 'Unable to determine the request URI.'
in /var/www/workflow/vendor/yiisoft/yii2/web/Request.php:858
Stack trace:
#0 /var/www/workflow/vendor/yiisoft/yii2/web/Request.php(818): yii\web\Request->resolveRequestUri()
#1 /var/www/workflow/common/components/LangRequest.php(16): yii\web\Request->getUrl()
#2 /var/www/workflow/common/components/LangRequest.php(32): common\components\LangRequest->getLangUrl()
#3 /var/www/workflow/vendor/yiisoft/yii2/web/Request.php(727): common\components\LangRequest->resolvePathInfo()
#4 /var/www/workflow/vendor/yiisoft/yii2/web/UrlManager.php(289): yii\web\Request->getPathInfo()
#5 /var/www/workflow/vendor/yiisoft/yii2/web/Request.php(184): yii\web\UrlManager->parseRequest(Object(common\components\LangRequest))
#6 /var/www/workflow/vendor/yiisoft/yii2/console/Application.php(145): yii\web\Request->resolve()
#7 /var/www/workflow/vendor/yiisoft/yii2/base/Application.php(380): yii\console\Application->handleRequest(Object(common\components\LangRequest))
#8 /var/www/workflow/yii(27): yii\base\Application->run()
#9 {main}
Cant find solvation…
How can i fix it?
thanks