How to debug in Jobs base class?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • gundogduyakici
    replied
    Thanks I've done it. tanya

    Leave a comment:


  • tanya
    replied
    Originally posted by tanya
    php cron.php
    better as server user

    Leave a comment:


  • gundogduyakici
    replied
    I open the file path in the terminal. I am writing Cron.php. I get this error.

    'cron.php' is not recognized as an internal or external command,
    operable program or batch file.

    Leave a comment:


  • tanya
    replied
    Hello,
    schedule your job, and run php cron.php in the terminal. Before you can remove running cron.php for crontab (or Scheduled Task)

    Leave a comment:


  • gundogduyakici
    started a topic How to debug in Jobs base class?

    How to debug in Jobs base class?

    I am writing a custom Schedule for the module I created. But how do I debug to check if it's written correctly? Is there a way to do this?
Working...