error even after clearing cache.

2014-07-26 Thread Matthew Smith

Expression Element CFID is undefined in SESSION. [empty string] 0 [empty
string] [empty string] cfcatch.tagcontext - array 1 cfcatch.tagcontext -
structCOLUMN 0ID?? LINE29 RAW_TRACEat cfindex2ecfm713351370.runPage(D:\home\
theartoflovingcatsanddogs.com\wwwroot\index.cfm:29) TEMPLATED:\home\
theartoflovingcatsanddogs.com\wwwroot\index.cfm TYPECFML


Here is the code for index.cfm, which I have uploaded twice now and cleared
the template cache.







cfset request.cfcpath = site_theartoflovingcatsanddogs_com.cfcs.

cfsetting requesttimeout=
cfset SESdummyExtension = .cfm
cfset SESrBaseName = baseHREF
cfinclude template=sesConverter.cfm
!---cfif REMOTE_ADDR contains 192.168.1 or remote_addr eq
68.174.223.157 or remote_addr contains 128.30.52. or cgi.REMOTE_ADDR eq
70.191.243.11---
!--- cftry ---
cfinclude template=fbx_fusebox30_CF50.cfm
!--- cfcatch type=Any
cfinclude template=errorhandler.cfm
 /cfcatch
/cftry ---
!---cfelse
!--- cfinclude template=fbx_fusebox30_CF50.cfm ---
site under constructionbr /
a href=http://www.theartoflovingcatsanddogs.com/blog/;view the blog
here/a
/cfif---
-- 
Regards,
chedder is bedder


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


Re: error even after clearing cache.

2014-07-26 Thread Andrew Scott

CFID  CFTOKEN are cookie scoped, unless you're copying them to the
session. If that is the case then it sounds like the session has expired.


Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Sat, Jul 26, 2014 at 10:57 PM, Matthew Smith chedders...@gmail.com
wrote:


 Expression Element CFID is undefined in SESSION. [empty string] 0 [empty
 string] [empty string] cfcatch.tagcontext - array 1 cfcatch.tagcontext -
 structCOLUMN 0ID?? LINE29 RAW_TRACEat
 cfindex2ecfm713351370.runPage(D:\home\
 theartoflovingcatsanddogs.com\wwwroot\index.cfm:29) TEMPLATED:\home\
 theartoflovingcatsanddogs.com\wwwroot\index.cfm TYPECFML


 Here is the code for index.cfm, which I have uploaded twice now and cleared
 the template cache.







 cfset request.cfcpath = site_theartoflovingcatsanddogs_com.cfcs.

 cfsetting requesttimeout=
 cfset SESdummyExtension = .cfm
 cfset SESrBaseName = baseHREF
 cfinclude template=sesConverter.cfm
 !---cfif REMOTE_ADDR contains 192.168.1 or remote_addr eq
 68.174.223.157 or remote_addr contains 128.30.52. or cgi.REMOTE_ADDR eq
 70.191.243.11---
 !--- cftry ---
 cfinclude template=fbx_fusebox30_CF50.cfm
 !--- cfcatch type=Any
 cfinclude template=errorhandler.cfm
  /cfcatch
 /cftry ---
 !---cfelse
 !--- cfinclude template=fbx_fusebox30_CF50.cfm ---
 site under constructionbr /
 a href=http://www.theartoflovingcatsanddogs.com/blog/;view the blog
 here/a
 /cfif---
 --
 Regards,
 chedder is bedder


 

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


Re: Package routing and maps

2014-07-26 Thread Dave Watts

 I'm doing some research on routing packages using something like Google
 maps. Basically, if you take a starting location, give it a few waypoints,
 and an ending location, the program/api will calculate the best route for
 it. The classic traveling salesman problem.
 I've found a few examples but I was wondering if anyone has such a system
 in place with CF and what they are using? What pitfalls have they found?
 What spurred the choice for one system over another?

Google has an application specifically for this, called Google Maps
Coordinate. It has an API that would let you build a CF front end if
you like:

http://www.google.com/enterprise/mapsearth/products/coordinate.html

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

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


Re: error even after clearing cache.

2014-07-26 Thread Matthew Smith

Ah, thanks.  I thought it was a client variable.  I will give it a try.


On Sat, Jul 26, 2014 at 8:09 AM, Andrew Scott andr...@andyscott.id.au
wrote:


 CFID  CFTOKEN are cookie scoped, unless you're copying them to the
 session. If that is the case then it sounds like the session has expired.


 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+:  http://plus.google.com/113032480415921517411



 On Sat, Jul 26, 2014 at 10:57 PM, Matthew Smith chedders...@gmail.com
 wrote:

 
  Expression Element CFID is undefined in SESSION. [empty string] 0 [empty
  string] [empty string] cfcatch.tagcontext - array 1 cfcatch.tagcontext -
  structCOLUMN 0ID?? LINE29 RAW_TRACEat
  cfindex2ecfm713351370.runPage(D:\home\
  theartoflovingcatsanddogs.com\wwwroot\index.cfm:29) TEMPLATED:\home\
  theartoflovingcatsanddogs.com\wwwroot\index.cfm TYPECFML
 
 
  Here is the code for index.cfm, which I have uploaded twice now and
 cleared
  the template cache.
 
 
 
 
 
 
 
  cfset request.cfcpath = site_theartoflovingcatsanddogs_com.cfcs.
 
  cfsetting requesttimeout=
  cfset SESdummyExtension = .cfm
  cfset SESrBaseName = baseHREF
  cfinclude template=sesConverter.cfm
  !---cfif REMOTE_ADDR contains 192.168.1 or remote_addr eq
  68.174.223.157 or remote_addr contains 128.30.52. or cgi.REMOTE_ADDR
 eq
  70.191.243.11---
  !--- cftry ---
  cfinclude template=fbx_fusebox30_CF50.cfm
  !--- cfcatch type=Any
  cfinclude template=errorhandler.cfm
   /cfcatch
  /cftry ---
  !---cfelse
  !--- cfinclude template=fbx_fusebox30_CF50.cfm ---
  site under constructionbr /
  a href=http://www.theartoflovingcatsanddogs.com/blog/;view the
 blog
  here/a
  /cfif---
  --
  Regards,
  chedder is bedder
 
 
 

 

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