not able to set cron job
i have tried editing the crontab -e
not sure if php path is wrong or something else has to be done.
tried php paths like /usr/bin/php
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
If you run: /path/to/your/php ‘path/to/cron.php’ does that work?
hello, in a similar situation again, cron not working. I have set root file in crontab folder.
If i run - /path/to/your/php ‘path/to/cron.php’ on console. The job runs successfully. But not via crontab
its Ubuntu 16.04, php7.1, apache2
since i can run the command in console successfully, what else do you think could be the reason?
thats what i did as per my first message above, which did not work. Do you mean /path/to/your/php ‘path/to/cron.php’ without cron expression in front of it?