Sounds like either a) and error is occurring in onApplicationStart() or b)
you didn;t reinitialize your app and onApplicationStart isn;t running
since the app already exists.

nic

On 2/11/11 3:49 PM, "Mike P" <mike...@optonline.net> wrote:

>
>I recently modified my Application.cfc to email all errors for debugging.
>While sending the error, I referenced some email settings I saved in the
>application scope. It was my understanding that OnApplicationStart()
>fired before anything else, but it looks like ColdFusion is trying to
>parse OnError() first. Since the application variables are set in the
>OnApplicationStart() function, my app errors out.
>
>Is this the order the functions are supposed to execute in or should I be
>looking for something else that might be wrong?
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:342151
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to