Answer the question
In order to leave comments, you need to log in
What is the error "The use statement with non-compound name 'Yii' has no effect"?
Deployed a new server, uploaded a yii2 project. On some pages I see the error The use statement with non-compound name 'Yii' has no effect. For example, in a view file I use the following construction:
<?php
use Yii;
use yii\helpers\Html;
use yii\helpers\Url;
Answer the question
In order to leave comments, you need to log in
Ошибка возникает из за того что в файле с представлением по умолчанию подключен Yii, а Вы его повторно пытаетесь подключить. Подразумеваю что в остальных местах где у Вас появляется такая ошибка - аналогичная ситуация
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question