I would have thought the same thing, but the only place I was able to catch
it was a 404 logger that I put together...  Once I got that fav icon updated
though, it went poof from the logs...  

The one that I still have trouble figuring out that is being picked up now
is one where it'll repeat a folder name sequentially (like folder/ then
folder/folder/ then folder/folder/folder) coming off of a search engine...
But that's another topic altogether.  ;)

Glenn 

-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 07, 2006 4:38 PM
To: CF-Talk
Subject: RE: Weird CF error...

Ah...

That could make sense. When you "search" through the site, it uses virtual
pathing like so:
http://www.andyandjaime.com/index.cfm/searchdate/2006-07

But the thing is that I never GET the error in the browser. If that error
was generated, wouldn't it show up in the browser window?

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: Glenn Miller [mailto:[EMAIL PROTECTED]
Sent: Monday, August 07, 2006 2:06 PM
To: CF-Talk
Subject: RE: Weird CF error...


Hey Andy,

I'd hit the same error in house with a couple of sites when it was trying to
call the favicon from a subfolder off of the root.  Ended up putting in a
blank favicon.ico folder in until we had a real one, but then call the file
itself from a full path.  That seemed to knock out the problem.  I never did
figure out why the line numbering was off though.

Glenn

-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Monday, August 07, 2006 2:55 PM
To: CF-Talk
Subject: Weird CF error...

I'm getting a weird CF error:

1) coldfusion.runtime.Cast$NumberConversionException: The value
"favicon.ico" cannot be converted to a number
2) coldfusion.runtime.CfErrorWrapper
3) Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.8 (KHTML,
like Gecko) Safari/419.3
4) None
5) /index.cfm
6) None
7) 24.243.186.245
8) The value "favicon.ico" cannot be converted to a number
The error occurred on line 6.

It's coming from this page:
http://www.andyandjaime.com

I've seen it in the logs many times but I have no clue what's generating it.
I do have a favicon in the root, but the line calling the favicon is on line
70.

This is line 6:
<cfset search_first =
DateFormat(CreateDate(ListFirst(URL.searchdate,"-"),ListLast(URL.searchdate,
"-"),"01"),"yyyy-mm-dd")>







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249126
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to