Free Web Hosting Forum
(#1 (permalink))
Old
Junior Member
LexisVerhov is on a distinguished road
 
Posts: 2
Join Date: Feb 2012
Default i'm tired with cron... Help please - 02-02-2012, 08:57 AM

Hello.

i have some script in php file, called 'cron.php' in home derictory
and file 'cron_start.php' what contains
'<?php
include('cron.php');
?>'

in Cpanel wrote 'php -f /home/a1085925/cron_start.php' with */5 * * * * time limit

yesterday this task worked correctly... now, i clean it and write again this record in cron-task window and it still doesn't works... in this hosting cron run files in random order or how you can to describe it?

please, help to setup cron again...

Last edited by LexisVerhov; 02-02-2012 at 09:07 AM.
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
Senior Member
grace1004 is on a distinguished road
 
Posts: 544
Join Date: Dec 2010
Default 02-03-2012, 12:26 AM

You said that you have cron.php file in home directory. Does 'home' directory mean public_html directory?
If so, how about changing the included file (cron.php) path to an ansolute path as shown below:

PHP Code:
<?php
include('/home/a1085925/public_html/cron.php');
?>
From my past experience, I don't understand your code for cron_start.php file worked, as all cron
jobs are executed based on the root file system of a server, not public_html directory.

Last edited by grace1004; 02-03-2012 at 12:29 AM.
Reply With Quote
(#3 (permalink))
Old
Junior Member
LexisVerhov is on a distinguished road
 
Posts: 2
Join Date: Feb 2012
Default closed - 02-03-2012, 06:05 PM

closed. it works
Reply With Quote
Reply

Tags
cron

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com