Access Scheduled Task from browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexS
    Junior Member
    • May 2018
    • 8

    Access Scheduled Task from browser

    Hello guys,
    I am trying to create a new custom scheduled job and, I need to execute it from the browser for debugging purposes.

    I know that I can run cron.php from command line, but that doesn`t help me much.
    Is there a way to execute it from the browser so I can see the output, and if so what would be the URL?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    baseUrl/cron.php
    but open cron.php before and remove the line with die

    Comment

    • alexS
      Junior Member
      • May 2018
      • 8

      #3
      Thanks tanya, it worked.

      Comment

      Working...