Ron -
More than likely, the user that CF is running as(typically 'nobody')
doesn't have write persmission to /home/admin/html which is why the file
isn't being created. CF isn't very verbose in its error logs about why
the page didnt get created which can cause confusion.
Give the CF user rights to write to that dir and you should be good to
go. If you need help on just how to do that, or have more questions,
feel free to shout.
.djc.
[EMAIL PROTECTED] wrote:
>
> I can't seem to get CF Schedule to work in Linux. I want to generate a list of
> the most recent users who have signed up for our website. Querying the database
> every time has put too much load on the server. So it's time to goto a
> scheduled creation of a static HTML page generated every hour or so. But I
> can't get CFSCHEDULE to write the file properly. I believe the problem is in
> the "path" parameter since I can tell the query is being run because it takes a
> while to process the CFSCHEDULE tag, however, when its done there is no
> 'recent.html' page created. I know CFschedule won't create the page if the
> directory isn't correct, etc. so I assume I am not fully qualifying the path
> properly. I put /home/admin/html, but that doesn't work.... any suggestions?
> Below is the tag:
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.