Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Oil
Running oil with crontab "Could not open input file: oil" error
Jume
September 2013
Hi,
I have setup simple test crontab to run FuelPHP's task that I have created. If I run this task from server's command line it works as expected. But when I run the same oil command from crontab I get this error:
Could not open input file: oil
My crontab is like this:
* * * * * php oil refine taskmanager
Harro
September 2013
Accepted Answer
You have to prefix oil with the path, or make sure your command changes the current directory.
Jume
September 2013
And you were once again right. Thanks! Prefixing oil with absolute path fixed the problem.
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
September 2013
Jume
September 2013