This object is in archive! 
Cron Jobs are not working and my hosting asked me to check with you!
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:
hadi.abughazala@gmail.com
Password:
OmarAqqad11
Cpanel:
hazemabughazaleh.com/cpanel
username:hazem
password:clicks123
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:
Please confirm if it works for you.
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:
Please confirm if it works for you.
I just checked its not working!
I just checked its not working!
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.
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.
The issue is fixed and will be released in 3.1 version
The issue is fixed and will be released in 3.1 version
Replies have been locked on this page!