I am new to CakePHP. Please help me on how to write the command for the CronShell inside CronJob. i referred this also http://book.cakephp.org/2.0/en/console-and-shells/cron-jobs.html but still havn't got any success. Some of the examples i tried -
/home/evand/public_html/site_name/lib/Cake/Console/cake -app "/home/evand/public_html/site_name/app" CronJob test
/home/evand/public_html/site_name/lib/Cake/Console/cake CronJob test -cli /usr/bin -console /cakes/2.x.x/lib/Cake/Console -app /home/evand/public_html/site_name/app
Please tell where i am going wrong or what else command i need to write?