How do I debug a cron task performed by internal cron functions ? My cron task does not work, and I believe that some functions are not yet declared when the cron hook occurs.
Would it be nice if I could store errors in some kind of log file? Any ideas? Thank.
I used the Core Control plugin to find out if everything is ok. The function my_task_hook and hooked too, the "runtime" is changing ... so something else should be wrong.
source
share