AOEpeople / Aoe_Scheduler

Cron Scheduler Module for Magento
http://fbrnc.net/blog/2011/03/magento-cron-schedule
GNU General Public License v3.0
373 stars 202 forks source link

Invalid callback: Model for core/email_queue::send does not exist #326

Open philow3n opened 7 years ago

philow3n commented 7 years ago

I'm experiencing an issue where store emails are not sending and when I check the schedule, all jobs marked email_queue::send are failing.

I also can't open and save the job 'core_email_queue_send_all' as it errors with output:

'Invalid callback: Model for core/email_queue::send does not exist'

In the message against the failure:

exception 'Mage_Core_Exception' with message 'Invalid callback: Model for core/email_queue::send does not exist' in /var/sites/t/mydomain.com/public_html/app/Mage.php:595 Stack trace:

0 /var/sites/t/mydomain.com/public_html/app/code/community/Aoe/Scheduler/Helper/Data.php(298): Mage::throwException('Invalid callbac...')

...

The file exists at /app/code/core/Mage/Core/Model/Email/Queue.php so really not sure why no emails are being sent from the store - no core files have ever been touched.

Any ideas would be appreciated.

lamskoy commented 7 years ago

What happens if you call in code: Mage::getModel('core/email_queue')->send() ?