Announcement

Collapse
No announcement yet.

Debugging Cron Script - run()

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Debugging Cron Script - run()

    Hi,

    i create a custom cronjob. The cron is running same as screenshot. I can't debug run() in application/Espo/Modules/ModulName/Jobs/ClassName.php. But, he cron performs this function. Please help me.

    PS: in debugger i see $jobList and $runningScheduledJobs are empty... s that correct?
    http://www.bilder-upload.eu/show.php...1442409895.png Click image for larger version

Name:	image_319.jpg
Views:	286
Size:	9.3 KB
ID:	8329

    Best regards
    Christian


    Attached Files
    Last edited by tritian; 09-16-2015, 01:10 PM.

  • #2
    just run cron.php manually in CLI and debug.

    Comment


    • #3
      that's what I'm doing. but it don't work - the empty fields are incorrect, right?
      Last edited by tritian; 09-16-2015, 01:38 PM.

      Comment

      Working...
      X