ddoan2007 Posted June 6, 2012 Share Posted June 6, 2012 Hi everyone, I am having problem with the customer follow up cron job. It runs once a day and every time it says no such file or directory. I tried it on two different hosting server but still the same problem. Does anyone knows what is causing it. Is it to do with some missing php script on the server? If it is then perhaps I can ask my hosting provider to install it. Thanks for your help in advance. Link to comment Share on other sites More sharing options...
temukong Posted September 13, 2012 Share Posted September 13, 2012 I faced the same problem too. Called to hosting company but just got plain reply - check your file path or the file not exist. When I cut and paste the code to browser, it work perfectly. I think the cron having problem to interpret the parameters ?secure_key=MSJGDJWQGDWQ. Still no solution at this juncture. Helps please! Link to comment Share on other sites More sharing options...
Bejo Posted October 29, 2012 Share Posted October 29, 2012 have same problem with currency cron job No such file or directory Need help! pls Link to comment Share on other sites More sharing options...
maniot Posted November 19, 2012 Share Posted November 19, 2012 Had the same problem, but found the solution in an other topic. in your crontab enter the following: 0 5 * * * wget http://yourdomain.com/modules/followup/cron.php?secure_key=MSJGDJWQGDWQ edit the timing, your url and the secure key to your own. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now