This object is in archive! 
Upvote 1

Cron Jobs are not working and my hosting asked me to check with you!

Archived Hadi Abughazalah 9 years ago

Cron jobs are not working and even my hosting company couldnt solve it for me. Can you please check if its not something in your script since thats what my hosting is telling me!http://questions.hazemabughazaleh.com/

Username:

[email protected]

Password:

OmarAqqad11

Cpanel:

hazemabughazaleh.com/cpanel

username:hazem

password:clicks123

Replies (4)

photo
1

Hadi,

I guess that CURL is not installed on your server or located in different path (not in usr/bin/curl).

By the way I have changed your cron jobs to use wget instead of curl.

Example:

  1. wget -q "http://questions.hazemabughazaleh.com/daily/code/IA%3D%3D" -O /dev/null

Please confirm if it works for you.

photo
1

I just checked its not working!

photo
1

Hello, Hadi.

Now it works, please check.

I've applied url_decode on encoded segment of cron url:

Before: code/IA%3D%3D

After: code/IA==

Curl and wget can't convert encoded characters during request, therefore such issue is happening.

This little inconvenience will be fixed in 3.1 release.

photo
1

The issue is fixed and will be released in 3.1 version

Replies have been locked on this page!