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:249038
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to