Re: application.cfc move

2006-09-25 Thread Richard White
i have managed to finally get theproblemsorted after about 6 hours, i read an article in adobe http://www.adobe.com/cfusion/knowledgebase/index.cfm?event=view&id=KC.tn_19109&extid=tn_19109&dialogID=36437612&iterationID=1&sessionID=9630d3290cb0602d7462&stateID=0+0+36443352&mode=simple which said

Re: application.cfc move

2006-09-25 Thread Richard White
thanks for all your replies, i have modified my application.cfc with the code snippet sent and it has fixed the previous error but now i am back to the original error of session not valid when i try to use the session variables in my pages as follows: session.student = Stru

RE: application.cfc move

2006-09-25 Thread Dave Watts
> hi, thanks for your reply, i am not using 5 >= 0 anywhere in > my program :) Well, presumably it's somewhere, since you have that error message. > it only does that when i have an application.cfc page in the > root of my directory saying: > > > > if i take this application.cfc out of my ro

RE: application.cfc move

2006-09-25 Thread Ben Nadel
Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 6:32 PM To: CF-Talk Subject: Re: application.cfc move hi, thanks for your reply, i am not using 5 >= 0 anywhere in my progra

Re: application.cfc move

2006-09-25 Thread Charlie Griefer
ian mentioned this at the end of the previous thread, and i'll take responsibility for mentioning in conjunction with Application.cfc (see my previous disclaimer about being new to Application.cfc)...but you shouldn't be using in an Application.cfc. see Dave W's code earlier in this thread, or R

Re: application.cfc move

2006-09-25 Thread Richard White
hi, thanks for your reply, i am not using 5 >= 0 anywhere in my program :) it only does that when i have an application.cfc page in the root of my directory saying: if i take this application.cfc out of my root directory then it works fine ~

RE: application.cfc move

2006-09-25 Thread Dave Watts
> This is the first time i have created a coldfusion > application and have always used dreamweaver to pracitse it. > for some reason i am getting an error now that says it is > having problems doing 5 >= 0 which i have no idea about as if > i take my custom application.cfc page out it works fi

RE: application.cfc move

2006-09-25 Thread Matt Quackenbush
5 >= 0 is not a valid CF comparison statement. It should be '5 LTE 0'. -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 5:19 PM To: CF-Talk Subject: Re: application.cfc move thanks for your replies. I am using dreamwe

RE: application.cfc move

2006-09-25 Thread Ian Skinner
The Application.CFC Reference from the live docs http://www.adobe.com/livedocs/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=part_cfm.htm If you have local copies of the documentation installed, it is the same content and runs much faster. It w

Re: application.cfc move

2006-09-25 Thread Richard White
thanks for your replies. I am using dreamweaver and have just tried to create a basic application.cfc page but i am getting even more lost by the minute. This is the first time i have created a coldfusion application and have always used dreamweaver to pracitse it. for some reason i am getting a

RE: application.cfc move

2006-09-25 Thread Dave Watts
> hi, in an earlier post i wasnt able to get the session > variables to work. this was because my application.cfc page > was stored in: > > /_mmServerScripts > > the rest of my pages are stored in: > > /overview > > so i was informed that it was because it wasnt stored in the > same folder o

RE: application.cfc move

2006-09-25 Thread Ian Skinner
What are you doing in your application.cfc file? It does have the power to intercept the request incase you wanted to do fancy stuff with it. You may be unintentionally intercepting the request and not returning it. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacr