Skip to content

yiic command strange behavior #2

@mbischof

Description

@mbischof

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions