How do I print to the error log?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • codeboy
    Senior Member
    • May 2018
    • 112

    How do I print to the error log?

    I created a cron job. I want to debug during work. How can I test this? I want to print the error log page. Or another method.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    run php cron.php from cli, or remove cli checker in cron.php and open it in browser

    Comment

    Working...