You seem to be mixing Application.cfc syntax (this.applicationTimeout) and
Application.cfm syntax (<cfapplication>). If you're using App.cfc, and I
would suggest you do, then I would not expect the <cfapplication> tag to
work. I could be wrong, though, as I've never tried that. Something to
check on, nonetheless.


On Tue, Jan 15, 2013 at 9:16 AM, B Griffith <br.griff...@yahoo.com> wrote:

>
> Well now I feel like an idiot.  :)  I should have caught the missing
> quotation marks.  And the APPLICATION.CFM is in fact a typo, the actual
> file I'm using is APPLICATION.CFC, sorry 'bout that.
>
> After replacing the quotation marks I have a new error, it is in line 5.
>  The verbiage of the error is as follows:
>
> The system has attempted to use an undefined value, which usually
> indicates a programming error, either in your code or some system code;
> Null Pointers are another name for undefined values.
>
> ...and references the statement:
>  applicationtimeout="#CreateTimeSpan(0,2,0,0)#"
>
> This seems odd because I remember using this code back when I first
> started working on this site and I seem to recall it worked, and this was
> with the alterations I mentioned in my previous post (to the DSN, DB
> fields, etc.).  I appreciate you folks bearing with me on this and helping
> me to get it sorted out.  I'm trying to get better at debugging my own code
> but I'm not sure why this is cropping up, is it perhaps that 3 of the
> values in parentheses are zeros (was under the impression it is
> Days,Hrs,Mins,Secs)?  Again, looking forward to your all's replies.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353876
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to