Forums Home  Search  Register  Login  Member List Recent Posts
Viewing User Profile for: cgirtman
About Contact
Joined: Dec 8, 2005 02:40 PM
Last Post: Dec 8, 2005 02:55 PM
Last Visit: Dec 8, 2005 02:56 PM
Website: www.ogeecheetech.edu
Location:
Occupation:
Interests:
AIM:
ICQ:
MSN IM:
Yahoo IM:
Post Statistics
cgirtman has contributed to 2 posts out of 393 total posts (0.51%) in 1,735 days (0.00 posts per day).

20 Most recent posts:
A ColdFusion weather custom tag » Error when using CF MX 7 Dec 8, 2005 02:55 PM (Total replies: 2)

I fixed it by adding a file named application.cfm to my weather directory. The application.cfm file had the following text in it:

<CFAPPLICATION NAME="sWeather"
SESSIONMANAGEMENT="Yes" >

Session and Applicaton varibles need to be turned 'on' as well in server administator.

A ColdFusion weather custom tag » Error when using CF MX 7 Dec 8, 2005 02:44 PM (Total replies: 2)

My server is running ColdFusion MX 7. I'm getting the following error.:

Cannot lock application scope.
CFLock cannot be used to lock the application or session shared scopes without these scopes being established through the use of the CFApplication tag. If you want to use the session scope you need to enable session management. Application and/or Session variables must also be enabled in the ColdFusion Administrator.

The error occurred in C:\Inetpub\wwwroot\weather\weather.cfm: line 289

Any help is greatly appreciated!