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