- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CE 1.9.1.1: No new order mails after update
Hi everyone,
after updating to 1.9.1.1 the customer and I get no order mails anymore.
Cronjob is running fine (checked with AOE Scheduler).
Table core_email_queue exists but is always empty.
Manually sending mail from within the order works.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: CE 1.9.1.1: No new order mails after update
what are you using for smtp? we were using smtp pro and just set the settings in configuration to "never" go through the cron que. works perfectly nlw.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: CE 1.9.1.1: No new order mails after update
OK, I found the solution.
There was a left over from before the update: /app/code/local/Mage/Sales/Model/Order.php
After deleting this file everything is running fine again.
But thanks anyway!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: CE 1.9.1.1: No new order mails after update
Did you remove the complete local folder or just the order.php file?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: CE 1.9.1.1: No new order mails after update
Renamed the folder Mage to Mage.bak and it solved my problem.
The mage folder was still an old magento folder. I think it overwites the new core files.