Hi everyone, I need your help again. I know this is a stupid question, just need someone to help me explain.
I am hosting with a remote host, they provide cronjob support in cpanel but no direct SSH support. In cpanel, I can setup the frequency by some dropdown menu, and there is a text input area to type the command line you want to run at that frequency. So I want to learn how to write that line of command. I looked at some tutorials, and it seems like, the format to run a cakephp shell by command line is: absolute/path/to/console/cake -app"/path/to/app" shellname But my question is where do I specify the full path to the php cli? (Do I need to?) On my local machine, I can add the path for php cli, for example "/opt/lampp/bin:$PATH" in the .profile file. But I don't have SSH access to the shared hosting, so can I do that in the line above? Sorry I said so much, I knowledge about shell is very shallow... Any help is really appreciated!!! Thanks, -David -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
