yii2-wschat icon indicating copy to clipboard operation
yii2-wschat copied to clipboard

How to use

Open QuinLena15 opened this issue 10 years ago • 3 comments

Sorry, something I can not understand . Created controller console. After that, I run the console openserver team php yii server / run. Nothing happens freezes . The command is not performed. Maybe you need something else ?

QuinLena15 avatar Jun 05 '15 18:06 QuinLena15

If you see any errors, then server was started successfully. I recommend you setup logging to get all chat debug: This is a simple exampe of log config:

'log' => [
            'traceLevel' => YII_DEBUG ? 3 : 0,
            'flushInterval' => 1,
            'targets' => [
                [
                    'class' => 'yii\log\FileTarget',
                    'levels' => ['error', 'warning', 'info'],
                    'logVars' => [],
                    'exportInterval' => 1
                ],
            ],
        ],

YevSent avatar Jun 05 '15 19:06 YevSent

I do not see any mistakes. When you run the following screen: screenshot_1

QuinLena15 avatar Jun 06 '15 14:06 QuinLena15

Seems to all works. Check your logs to get more details.

YevSent avatar Jun 08 '15 06:06 YevSent