php - Codeigniter chrone not working -


i have added following code in codeigniter page call function test_cron in scheduler controller setting crone.but return html of default_controller

$application_folder = 'application'; $_server['path_info'] = '/scheduler/test_cron'; $_get = '/scheduler/test_cron'; // required installations    $_server['request_uri'] = '/scheduler/test_cron'; 

please me

it seems want run codeigniter function cronjob. correct way is:

pahto_codeigniter/index.php scheduler test_cron 

codeingiter documention refference: http://ellislab.com/codeigniter/user-guide/general/cli.html


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -