@@ -143,6 +143,10 @@ class CronController extends BackendController | |||
{ | |||
if ($key == '64ac0bdab7e9f5e48c4d991ec5201d57') { | |||
ini_set('display_errors', 1); | |||
ini_set('display_startup_errors', 1); | |||
error_reporting(E_ALL); | |||
Yii::error('Cron process orders', 'log-cron'); | |||
$hour = 20; | |||
if (strlen($forceDate)) { |