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

yiic command strange behavior #2

Open
mbischof opened this issue Oct 16, 2013 · 0 comments
Open

yiic command strange behavior #2

mbischof opened this issue Oct 16, 2013 · 0 comments

Comments

@mbischof
Copy link

using the following config, after entering yiic help, there is some action in the background, but no output

'modules' => array(
        'webshell' => array(
            'class' => 'application.modules.webshell.WebShellModule',
            'exitUrl' => '/',
            'useYiic' => true,
            'yiicCommandMap' => array(
                'migrate' => array(
                    'class' => 'system.cli.commands.MigrateCommand',
                    'interactive' => false,
                ),
            )
        )
    ),
@Samorodek Samorodek mentioned this issue Nov 1, 2014
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