Hello,
I was just trying to set up the cron job for my phpfox software, which has to be entered as a command using curl:
curl -s https://www.domain.com/cron.php?token=123456
When I try to run this cron task, I have to wait 60 seconds and get an Apache error in the log files, because of a message saying the time exceeded. Then I looked in the php settings, if curl is disabled, but it wasn't.
What could be the problem?
Thanks,
Mathias
I was just trying to set up the cron job for my phpfox software, which has to be entered as a command using curl:
curl -s https://www.domain.com/cron.php?token=123456
When I try to run this cron task, I have to wait 60 seconds and get an Apache error in the log files, because of a message saying the time exceeded. Then I looked in the php settings, if curl is disabled, but it wasn't.
What could be the problem?
Thanks,
Mathias