Forums Home  Search  Register  Login  Member List Recent Posts
»Forums Index »Coding & Development »Coldfusion »CF_Weather Write error
Author Topic: CF_Weather Write error (1 messages, Page 1 of 1)

donboe
--
Posts: 2
Joined: Dec 21, 2009


Posted: Dec 22, 2009 12:34 AM          Msg. 1 of 1
I'm getting the following error using the cf_weather tag:

An error occurred when performing a file operation WRITE on file /home/httpd/vhosts/cyprusholidayguide.com/httpdocs/weather\weather_s.xml.

and at the bottom of the page:

<cffile action="WRITE" file="#sVars.cFileLocation#_#arguments.cUnit#.xml" nameconflict="OVERWRITE" output="#arguments.cContents#" />

Does anybody see what I'm doing wrong? I have set everything to read, write, execute.

Thank you in advance