2017-06-24 89 views
0

我有电子邮件发送Magento中的问题,我认为这是由于cron作业,下面是对的cPanel设置Magento的cron作业问题

crpn.php file on server

cron作业设置

enter image description here

在Magento的

cron作业设置 enter image description here

我只是无法弄清楚的issye

+0

你能告诉我你的magento版本吗? –

+0

即时通讯使用1.9.2版本 –

回答

0

要设置的Cron服务器上:

可以为每5分钟设置服务器cron作业:

php -f /home/fullpath/public_html/cron.php 

调试:

如果cron作业还是不行,请添加以下代码:

$isShellDisabled = true; 

下面的代码行后:

$isShellDisabled = (stripos(PHP_OS, 'win') === false) ? $isShellDisabled : true;