简体   繁体   English

Magento 1.9.1.0订单确认不发送

[英]Magento 1.9.1.0 Order confirmation not send

I can't find a proper solution for sending order confirmation emails. 我无法找到发送订单确认电子邮件的正确解决方案。 Invoice emails are being send after a purchase is completed. 购买完成后,将发送发票电子邮件。 The only problem is that the order confirmation fails to send. 唯一的问题是订单确认无法发送。

In my database i can see that the order email is in the queue (core_email_queue). 在我的数据库中,我可以看到订单电子邮件在队列中(core_email_queue)。 Processed_at is NULL. Processed_at为NULL。

I tested the cronjob with direct admin, and i am able to call a script that will send me a random email, so that is working. 我用直接管理员测试了cronjob,我可以调用一个脚本来发送给我一封随机的电子邮件,这样就可以了。

Despite all that, i see that no heartbeat task is found with AOE_Scheduler. 尽管如此,我发现AOE_Scheduler没有发现心跳任务。

Any ideas? 有任何想法吗? It worked before and suddenly stopped working 它以前工作过,突然停止工作

I was able to solve my problem. 我能够解决我的问题。 I changed the cronjob tasks in direct admin as suggested by the module. 我根据模块的建议改变了直接管理员的cronjob任务。

The setup is as followed (keep in mind that AOE_Scheduler has to be installed: 设置如下(请记住,必须安装AOE_Scheduler:

* * * * * /bin/bash path_to_root_site/public_html/scheduler_cron.sh --mode always * * * * * / bin / bash path_to_root_site / public_html / scheduler_cron.sh - 模式总是
* * * * * /bin/bash path_to_root_site/public_html/scheduler_cron.sh --mode default * * * * * / bin / bash path_to_root_site / public_html / scheduler_cron.sh --mode default

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM