Welcome Guest, Not a member yet? Register   Sign In
how can i check cron tab log
#1

[eluser]Angel Lay[/eluser]
Hello

I want to create cronjob that i never try before.

I created cron.php. The content is below:
Code:
<?php
$url = 'http://test.com/controller/method';
file_get_contents($url);
?>

reference : http://ellislab.com/forums/viewthread/201824/#995592

The things i have done in crontab
/usr/bin/php -q /var/.../myroot/cron.php

But, it seems not working.Is there anything wrong?
how can i check log or something else that show the error?
I use Plesk Control Panel.

Thanks.


Messages In This Thread
how can i check cron tab log - by El Forum - 05-10-2012, 10:38 PM
how can i check cron tab log - by El Forum - 05-11-2012, 01:14 AM
how can i check cron tab log - by El Forum - 05-14-2012, 08:19 PM
how can i check cron tab log - by El Forum - 05-14-2012, 08:45 PM
how can i check cron tab log - by El Forum - 05-17-2012, 06:49 PM
how can i check cron tab log - by El Forum - 05-17-2012, 06:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB