2017-06-24 118 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;