-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Adding a guide for cron jobs on shared hosting #4992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
en/console-and-shells/cron-jobs.rst
Outdated
| --------------------------- | ||
| On some shared hostings ``cd /full/path/to/root && bin/cake myshell myparam`` might not work. Instead you can use ``php /full/path/to/root/bin/cake.php myshell myparam`` | ||
|
|
||
| **Notice** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use the note blocks. Add
.. note::
register_argc_argv ....There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for feedback 👍
Added note block as requested
|
The previous paragraph on the same page spells cron job as Also, I wonder about even recommending edit: to clarify, I think we should change the example to use a |
|
Yes, we should keep the spelling the same. I added this paragraph because what comes after Command |
Corrected some spelling, and corrected the note block.
I recently solved a issue with cron jobs on my shared hosted server. By following these docs, I could not solve the problem. In this PR I have added a description that might work for some developers on shared hosting.
If you like whats added, I hope the position of what is added and the formatting looks okay.