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

Ошибка загрузки конфигов #208

Closed
FajeSu opened this issue Apr 26, 2016 · 2 comments
Closed

Ошибка загрузки конфигов #208

FajeSu opened this issue Apr 26, 2016 · 2 comments

Comments

@FajeSu
Copy link
Contributor

FajeSu commented Apr 26, 2016

Файл /index.php

Строка 7:

- $production = $globalConfig->frontendPath.'/production.php';
+ $production = $globalConfig->frontendConfigPath.'/production.php';

Строка 20:

- $config = $globalConfig->frontendConfigPath.'/frontend.php';
+ $config = require_once $globalConfig->frontendConfigPath.'/frontend.php';

В файле /js/src/vendor/jquery_ui_widgets/jquery.ui.filterslider.js в строке 18 должна ли быть запятая?

@tatarinov
Copy link
Member

Спасибо.

@FajeSu
Copy link
Contributor Author

FajeSu commented Apr 27, 2016

А 20-ю строку-то не поправили...
Получается, в любом режиме, YII_DEBUG = false

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

2 participants