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

Does not collect statistics #3

Closed
sokollondon opened this issue May 28, 2020 · 3 comments
Closed

Does not collect statistics #3

sokollondon opened this issue May 28, 2020 · 3 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@sokollondon
Copy link

Тестирую на чистом yii2-app-basic шаблоне.
Данные разделов "посетители" и "нагрузка" пустые.
Мой конфиг:

'modules' => [
    'stats' => [
        'class' => 'wdmg\stats\Module',
        'routePrefix' => '',
        'maxmindLicenseKey' => false,
        'ignoreListIp' => [],
    ],
],

Скриншоты:
https://yadi.sk/i/LmqDbT-k9UAuAA
https://yadi.sk/i/bR_n5TFuqk6ruw
https://yadi.sk/i/629oVWZ1JijN4A

Пробовал отключать 'YII_ENV', 'dev' и заходить через chrome в режиме инкогнито, не помогло.

@alex-wdmg
Copy link
Member

Если вы используете модуль как stand alone (модуль без родителя) необходима ещё его инициализация в конфиге:
$config['bootstrap'][] = 'stats';
... или посредством вызова метода в приложении:
Yii::$app->getModule('stats', true);

Попробуйте, и отпишитесь пожалуйста.

@alex-wdmg alex-wdmg added the question Further information is requested label May 28, 2020
@alex-wdmg alex-wdmg self-assigned this May 28, 2020
@alex-wdmg alex-wdmg added the bug Something isn't working label May 28, 2020
@sokollondon
Copy link
Author

Вызов Yii::$app->getModule('stats', true); в actionAbout() контроллера эффекта не дало.

Добавление $config['bootstrap'][] = 'stats'; помогло, статистика появилась https://yadi.sk/d/1mg-zuTgyjXZkA =) Только все страницы сайта стали 404 https://yadi.sk/i/d7hiWVZPswG8pg

alex-wdmg added a commit that referenced this issue May 29, 2020
Close issue #3
@sokollondon
Copy link
Author

Обновился. Страницы отображаются все кроме одной /stats https://yadi.sk/i/Ae_AfSYok0U_Vw возможно заменить её в меню на /stats/visitors которая отображается без ошибок?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants