
August 29th, 2006, 11:18 AM
|
|
Contributing User
|
|
Join Date: Mar 2005
Location: Lake District, UK
Posts: 157

Time spent in forums: 1 Day 7 h 10 m 33 sec
Reputation Power: 4
|
|
|
CronTab - Could not open
Ok... I'm a complete "n00b" when it comes to CronTabs... I have been used to a nice interface given to me by CPanel, but my new host doesn't provide that for me so I have to write my own CronTab files and install them with SSH... I'm having a little trouble.
Quote: | */5 * * * * /usr/local/bin/php /home/DIRECTORY/htdocs/standup/game_jobs/energy.php |
NB. I've removed "DIRECTORY" to cure my paranoia...
The problem is... despite the fact that that file is fine (I have tested it simply using a php include()), it still returns:
Quote: | Could not open input file: /home/zgh1077/34R7BR98/htdocs/standup/game_jobs/energy.php |
Does it return that because it can't find it, or is there an other reason (such as permissions) although i know there is no PHP errors in it as I have actually opened the file in my brouser (I'm going to move it/restrict access with .htaccess at a later date)
You help/ideas are appreciated
|