This was the search.cfm from AbleCommerce that I just used as a template. I
need to tweak it for the new intranet that I have to build for the sales
dept.

At this point I would be happy to just make the page work.

 

LOL!

 

Thanks for your insight.

 

  _____  

From: Charlie Arehart [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 07, 2007 6:07 PM
To: Carbs Sales&Service
Subject: RE: [ACFUG Discuss] CF Error

 

Thank you Robert for your kind recommendation. I see others have answered
your question. I'll raise another point: I find it curious that you're doing
this:

 

<cfset resp.setDateHeader(JavaCast("string","Expires") , JavaCast("long",0)
)>


why not just use CFHEADER:

 

<cfheader name="Expires" value="#GetHttpTimeString(Now())#">

This is in the docs for CFHEADER, or you could I suppose set it to 0 as you
do in your code. I just wonder if your version is intentional and needed or
just something you've copied from someone else? Just seems better to use the
more obvious than the less obvious code, whenever possible.

 

/Charlie
http://www.carehart.org/blog/ <http://www.carehart.org/blog/>   

 

  _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Wednesday, March 07, 2007 2:54 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CF Error

Finally thanks to Charlie's awesome support with "Ask Charlie" we got the
RDS working in DW.

I highly reccomend his expertice if needed and the connection through
firewalls etc was a non issue. If you can see a web page he can see your
screen.

 

With that I am now starting to do some real Development work in DW with real
data in a fully functional DW environmnet. FINALLY!!!! WHEW!!!

 

Here is my first hurdle:

 

I opened a page that works, saved it in a different web as a template, and
allowed DW to update links

Now I get this error:

 

--------------------------------


The filename, directory name, or volume label syntax is incorrect 


  The error occurred in
C:\Inetpub\wwwroot\intranet.motorcyclecarbs.com\sales\search.cfm: line 8

6 : </cfscript>
7 : 
8 : <cfinclude
template="file:///Z|/wwwroot/carbs/stores/1/includes/appheader.cfm">
9 : <cfset resp.setDateHeader(JavaCast("string","Expires") ,
JavaCast("long",0) )>
10 : <cfoutput>#req.getAttribute("STYLESHEET")#</cfoutput>
-----------------------
I have not yet mastered error reading in CF so I am wondering what this is
saying. I think it is the method of pathing but dont know what it should
look like.
Any pointers?

Robert P. Reil

 


------------------------------------------------------------- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
<http://www.acfug.org?fa=login.edituserform>  

For more info, see http://www.acfug.org/mailinglists
<http://www.acfug.org/mailinglists>  
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
<http://www.mail-archive.com/discussion%40acfug.org/>  
List hosted by FusionLink <http://www.fusionlink.com>  
-------------------------------------------------------------

<<attachment: image001.jpg>>

Reply via email to