Thread: CRON Blues.
View Single Post
Old October 12th, 2006, 8:02 PM   #5 (permalink)
cowboy
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
Quote:
Originally Posted by Dygear View Post
Can't the code is proprietary. Also, I fixed it, and now have a new issue on my hands ...
Seems you need to make the file 777 to cron that file. Odd consdering PHPsuexec's wanting of 644.
If root is running the cron, you might have to have that file 777 or at least 755 if it is a file type that is not included in the ExecCGI directive (makes a file executable, ie. 644 = 755).

If it is in a directory that needs other files to run by user, you also might have to move it to a directory of it's own, so user can run it's own files.
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline   Reply With Quote