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

How to use #10

Open
QuinLena15 opened this issue Jun 5, 2015 · 3 comments
Open

How to use #10

QuinLena15 opened this issue Jun 5, 2015 · 3 comments

Comments

@QuinLena15
Copy link

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 ?

@joni-jones
Copy link
Owner

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
                ],
            ],
        ],

@QuinLena15
Copy link
Author

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

@joni-jones
Copy link
Owner

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

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

No branches or pull requests

2 participants