Hello
I have referred http://bakery.cakephp.org/articles/view/calling-controller-actions-from-cron-and-the-command-line and created cron_dispatcher.php and placed it in the app folder.
I have return some test email function for the cron job to run in my users controller's test method.
And i have created a Cron job in my web server's control panel like "/usr/bin/php /home4/enventur/public_html/pennystock/cron_dispatcher.php /users/test"
But its giving me an error as "No input file specified."
can you please help me, how to solve it
Thanks in Advance