Re: ColdFusion 9 cflayout ajax errors

2011-03-28 Thread Jeff Carpenter
I found the error, which was due to server-side config and IIS 7 security settings. In the move from IIS 6 to IIS 7 on a new server, the server admin did not correctly copy the SQL Injection exception terms from the previous config. So, II 7 then denied certain keywords in the query string whi

RE: ColdFusion 9 cflayout ajax errors

2011-03-28 Thread Andrew Scott
I am not sure if this is related to your problem or not, but I did discover some changes to ColdFusion 9 and the ajaxproxy that ColdFusion uses for this stuff. It might be a long shot. http://www.andyscott.id.au/2010/12/13/Problems-with-CFAjaxProxy-and-migratin g-over-to-ColdFusion-9-what-you-ne

Re: ColdFusion 9 cflayout ajax errors

2011-03-28 Thread Jeff Carpenter
> Is selectpage.cfm in a directory called test? Is that the same > directory used above for the page that refers to selectpage.cfm? Yes on both counts. I can browse selectpage.cfm directly no problems. Also, I should mention that the server is running the latest CHF 9.0.1 ~~~

Re: ColdFusion 9 cflayout ajax errors

2011-03-28 Thread Jeff Carpenter
>And if you copy that response link, can you browse it the browse. My bet you >can't. > I'm not sure if some of your post was cut off, but specifying source="" will result in the expected "source not found" error. Browsing directly to the 'selectpage.cfm' url will return the page fine with n

Re: ColdFusion 9 cflayout ajax errors

2011-03-28 Thread Dave Watts
> > What does Firebug tell you? > > I use the Chrome console, but I ran it in FF w/ firebug as well and get the > same '404' response: > > GET http://machineaddresshere.asu.edu/test/selectpage.cfm? > _cf_containerId=selectpage&_cf_nodebug=true&_cf_nocache=true&_cf_clientid= > EE835B64871E4BDA8BF6

RE: ColdFusion 9 cflayout ajax errors

2011-03-27 Thread Andrew Scott
y. Regards, Andrew Scott http://www.andyscott.id.au/ > -Original Message- > From: Jeff Carpenter [mailto:jeff.carpen...@asu.edu] > Sent: Monday, 28 March 2011 3:15 PM > To: cf-talk > Subject: Re: ColdFusion 9 cflayout ajax errors > > > > What does Firebug te

Re: ColdFusion 9 cflayout ajax errors

2011-03-27 Thread Jeff Carpenter
> What does Firebug tell you? I use the Chrome console, but I ran it in FF w/ firebug as well and get the same '404' response: GET http://machineaddresshere.asu.edu/test/selectpage.cfm?_cf_containerId=selectpage&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=EE835B64871E4BDA8BF645C28C2EC7EF&

Re: ColdFusion 9 cflayout ajax errors

2011-03-27 Thread Dave Watts
> Dave, Yes, I can access CFIDE / CF admin fine.  Imported the cfajax tags as > well on selectpage.cfm but still see the error.  Thanks What does Firebug tell you? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: ColdFusion 9 cflayout ajax errors

2011-03-27 Thread Jeff Carpenter
Dave, Yes, I can access CFIDE / CF admin fine. Imported the cfajax tags as well on selectpage.cfm but still see the error. Thanks > > We are upgrading from CF 8 Ent to 9 Ent - the following example runs > fine on CF 8, but once in CF 9 it fails with > > "Error retreiving markup for selected e

Re: ColdFusion 9 cflayout ajax errors

2011-03-27 Thread Dave Watts
> We are upgrading from CF 8 Ent to 9 Ent - the following example runs fine on > CF 8, but once in CF 9 it fails with > "Error retreiving markup for selected element.. not found", the page returns > a 404. Here's the interesting part - as > soon as I remove the "source=" argument in cflayoutarea

Re: ColdFusion 9 cflayout ajax errors

2011-03-27 Thread Dave Watts
> We are upgrading from CF 8 Ent to 9 Ent - the following example runs fine on > CF 8, but once in CF 9 it fails with > "Error retreiving markup for selected element.. not found", the page returns > a 404. Here's the interesting part - as > soon as I remove the "source=" argument in cflayoutarea

Re: ColdFusion 9 cflayout ajax errors

2011-03-26 Thread Jeff Carpenter
Thanks, Yes, we already tried that. It should pickup the file location from the default "current directory" search. This app was working fine in CF8. I think it is some sort of server configuration problem, I just don't see what it could be. >perhaps it is looking for the file in the wrong

Re: ColdFusion 9 cflayout ajax errors

2011-03-26 Thread Russ Michaels
perhaps it is looking for the file in the wrong location, trying specifying the path relative to the website root and see if that works. On Sat, Mar 26, 2011 at 2:10 AM, Jeffrey Carpenter wrote: > > We are upgrading from CF 8 Ent to 9 Ent - the following example runs fine > on CF 8, but once i