Template Page Not Found Errors

2011-01-04 Thread Richard Steele

Our error handler captures information about a page not found. 

For example, it logs the following:
Referrer: 
Query String: id=3273MoreImages=1
Browser/version: Mozilla/5.0 (compatible; YandexBot/3.0; 
+http://yandex.com/bots)

How can I tell the actual page that was requested? 

Thanks in advance. 

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


Re: Template Page Not Found Errors

2011-01-04 Thread David McGraw

You can log more information.  My framework I use email's me the entire
cfcatch structure when an error occurs.

Regards,
David McGraw
Oyova Software - http://www.oyova.com


On Tue, Jan 4, 2011 at 1:35 PM, Richard Steele r...@photoeye.com wrote:


 Our error handler captures information about a page not found.

 For example, it logs the following:
 Referrer: 
 Query String: id=3273MoreImages=1
 Browser/version: Mozilla/5.0 (compatible; YandexBot/3.0; +
 http://yandex.com/bots)

 How can I tell the actual page that was requested?

 Thanks in advance.

 

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


Re: Template Page Not Found Errors

2011-01-04 Thread Raymond Camden

cgi.script-name


On Tue, Jan 4, 2011 at 12:35 PM, Richard  Steele r...@photoeye.com wrote:

 Our error handler captures information about a page not found.

 For example, it logs the following:
 Referrer: 
 Query String: id=3273MoreImages=1
 Browser/version: Mozilla/5.0 (compatible; YandexBot/3.0; 
 +http://yandex.com/bots)

 How can I tell the actual page that was requested?

 Thanks in advance.

 

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


Re: Template Page Not Found Errors

2011-01-04 Thread Raymond Camden

Sorry - cgi.script_name. I meant _ not -.

On Tue, Jan 4, 2011 at 12:45 PM, Raymond Camden rcam...@gmail.com wrote:
 cgi.script-name


 On Tue, Jan 4, 2011 at 12:35 PM, Richard  Steele r...@photoeye.com wrote:

 Our error handler captures information about a page not found.

 For example, it logs the following:
 Referrer: 
 Query String: id=3273MoreImages=1
 Browser/version: Mozilla/5.0 (compatible; YandexBot/3.0; 
 +http://yandex.com/bots)

 How can I tell the actual page that was requested?

 Thanks in advance.

 

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


Re: Template Page Not Found Errors

2011-01-04 Thread Richard Steele

Thanks, that's it! 

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