yii - php - ./yiic rresque start does nothing -
i installed extension http://www.yiiframework.com/extension/yii-resque/
user@host:/path/to/protected$ ./yiic rresque start yii command runner (based on yii v1.1.13) usage: ./yiic <command-name> [parameters...] following commands available: - message - migrate - shell - webapp see individual command help, use following: ./yiic <command-name>
what's might wrong?
edit
i figured out problem: didn't put rresquecommand.php ./protected/commands folder.
put rresquecommand.php inside protected/commands
according yii docs:
console commands stored class files under directory specified
cconsoleapplication::commandpath
.
by default, refers directory protected/commands
.
Comments
Post a Comment