cornernote / yii-email-module

Email system with templates and email queuing.
https://cornernote.github.io/yii-email-module/
Other
20 stars 15 forks source link

Error while running ./yiic emailSpool #5

Closed eleiva closed 10 years ago

eleiva commented 10 years ago

After try

./yiic emailSpool

i get:

exception 'CException' with message 'EEmailManager and its behaviors do not have a method or closure named "processSpool".' in /var/www/common/yii/yii-1.1.14.f0fee9/framework/base/CComponent.php:266
Stack trace:
#0 /var/www/html/capacitar/capacitar-www/protected/modules/email/commands/EmailSpoolCommand.php(29): CComponent->__call('processSpool', Array)
#1 /var/www/html/capacitar/capacitar-www/protected/modules/email/commands/EmailSpoolCommand.php(29): EEmailManager->processSpool(10)
#2 [internal function]: EmailSpoolCommand->actionIndex(10)

Any hint? I couldn't find this method anywhere.

cornernote commented 10 years ago

Hey @dexterex,

Sorry about that, the function is EEmailManager::spool().

I have pushed a fix for the command.

eleiva commented 10 years ago

Thanks!!