Debugging

2012-10-31 Thread Rob Voyle
Hi Folks I have been moved to new servers Using CF9 and need to turn on debugging. I have Enable Robust Exception Information selected along with all the options on Debug Output settings but I just get 500 Internal Server errors with no debugging information. What am I missing Thanks Rob

Re: Debugging

2012-10-31 Thread Matt Quackenbush
Sounds like you're on IIS? If so, you'll need to find the setting that turns off their silly hijacking of the error templates, as it hides everything that's actually happening. I don't know what that setting is (not an IIS user), but there was a thread on this topic just a week or so ago. A

Re: Debugging

2012-10-31 Thread Matt Quackenbush
Oops. My bad. That thread was actually on another list. :-) This is what I got after a quickie Google search: http://helpnotes.vpasp.com/kb/611-General-hosting-questions/1089-How-to-Turn-Off-Friendly-Error-in-IIS-7xx/ HTH On Wed, Oct 31, 2012 at 10:18 AM, Matt Quackenbush

RE: cfdirectory

2012-10-31 Thread Stephens, Larry V
We have it working now. Thanks. -Original Message- From: Stephens, Larry V [mailto:steph...@iu.edu] Sent: Tuesday, October 30, 2012 9:32 AM To: cf-talk Subject: RE: cfdirectory Thanks. We're going to address rights to see if that makes it work. -Original Message- From:

Re: Debugging

2012-10-31 Thread Rob Voyle
Hi Matt That was it thanks a bunch Rob On 31 Oct 2012 at 10:20, Matt Quackenbush wrote: Oops. My bad. That thread was actually on another list. :-) This is what I got after a quickie Google search: http://helpnotes.vpasp.com/kb/611-General-hosting-questions/1089-How

How do I implement Show More Results

2012-10-31 Thread K Roman
How do I implement Show More Results type button, similar to google images, using ajax and coldfusion for an image gallery. The idea is to show n records at a time on the same page and load next n records on button click. I have a db with image names. Any pointers would be much appreciated.

Re: How do I implement Show More Results

2012-10-31 Thread Dave Watts
How do I implement Show More Results type button, similar to google images, using ajax and coldfusion for an image gallery. The idea is to show n records at a time on the same page and load next n records on button click. I have a db with image names. Any pointers would be much