Hi,
I was very happy to find your class. It is going to be very helpful in my webapp.
I have been successful in getting the following working:
getCronJobs()
setEmail()
getCronJob($cronkey)
These all working tells me I have authentication and the connection setup correctly.
However, when I try to run:
addCronJob(0,0,"*","*","*","php /home/xxx/public_html/utilities/runDF.php");
it does not create the job. I don't get any error. And While I set debug=true I am not getting any info.
Is there anything you can see that I have wrong in the call of the function?
Regards,
Steve |