duan3601 2015-03-06 15:51
浏览 20
已采纳

Zend Frame Work Cron Error

My second cron action (sendDailyRecap) works however I also get an email informing me of an error.

Error Message:

Zend Framework 2.3.3 application
Usage:

Reason for failure: Invalid arguments or no arguments provided

I believe the issue lies in my module.config file. Any ideas why I'm getting an error (when the job executes correctly)? I would like to fix this so I no longer get the error email. Thanks

module.config

<?php
return array(
    'controllers' => array(
        'invokables' => array(
            'Cron\Controller\CronController' => 'Cron\Controller\CronController',
        ),
    ),
    'console' => array(
        'router' => array(
            'routes' => array(
                'cronroute' => array(
                    'options' => array(
                        'route'    => 'sendTest',
                        'defaults' => array(
                            'controller' => 'Cron\Controller\CronController',
                            'action' => 'index'
                        ),
                        'route'    => 'sendDailyRecap',
                        'defaults' => array(
                            'controller' => 'Cron\Controller\CronController',
                            'action' => 'sendDailyRecap'
                        ),
                    )
                )
            )
        )
    )
);

Cron Command

/usr/bin/php-cli /home/financialfriend/public_html/public/index.php sendDailyRecap

/usr/bin/php-cli /home/financialfriend/public_html/public/index.php sendTest
  • 写回答

1条回答 默认 最新

      报告相同问题?

      相关推荐 更多相似问题

      悬赏问题

      • ¥15 如何修改为正确的?求解决
      • ¥15 django访问管理员界面问题
      • ¥20 python homework完成
      • ¥20 求解 多变量系统的最小二乘辨识问题的推导以及matlab仿真
      • ¥15 arduino esp8266 Blinker编译报问题
      • ¥15 ubuntu18.04运行模型,直接死机
      • ¥30 (问卷调查)莫名其妙丢了u盘,你们会是什么心理状态
      • ¥100 Spark+android应⽤案例
      • ¥15 yolov8 目标检测 重叠 遮挡
      • ¥20 微信聊天记录如何部署到服务器上