Forums Home  Search  Register  Login  Member List Recent Posts
Viewing User Profile for: donboe
About Contact
Joined: Dec 21, 2009 04:21 AM
Last Post: Jan 11, 2010 02:45 AM
Last Visit: Jan 11, 2010 02:46 AM
Website: http://www.cyprusholidayguide.com
Location: Cyprus
Occupation: Self Employed
Interests:
Email: donald@bgmultimediaserver.net
AIM:
ICQ:
MSN IM:
Yahoo IM:
Post Statistics
donboe has contributed to 2 posts out of 393 total posts (0.51%) in 261 days (0.01 posts per day).

20 Most recent posts:
A ColdFusion weather custom tag » Write error Jan 11, 2010 02:45 AM (Total replies: 1)

I get the following write error:

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#" />

What should I do to correct this?

Thank you in advance

Coldfusion » CF_Weather Write error Dec 22, 2009 12:34 AM (Total replies: 0)

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