Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Неверный путь к файлу layouts/mini.php #13

Open
alexgutnik opened this issue Aug 1, 2018 · 0 comments
Open

Неверный путь к файлу layouts/mini.php #13

alexgutnik opened this issue Aug 1, 2018 · 0 comments

Comments

@alexgutnik
Copy link

alexgutnik commented Aug 1, 2018

Здравствуйте!

Выпадает ошибка:
The view file does not exist: <...>/vendor/dvizh/yii2-order/views/layouts/mini.php
при открытии модального окна в разделе "Операторка"

public function actionView($id)
{
$this->layout = '@vendor/dvizh/yii2-order/views/layouts/mini';

Ошибка в пути к файлу layouts/mini.php, т.к. файл лежит в @vendor/dvizh/yii2-order/src/...
Возможно, следует заменить просто на $this->layout = 'mini'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant