Re: CFBuilder Suddenly Showing Whitespace Chars, Sorta

2011-01-16 Thread Sean Corfield
On Sun, Jan 16, 2011 at 2:59 PM, Matt Quackenbush wrote: > For anyone else that happens upon this thread in the future, the key > combination I had somehow unknowingly hit is [ctrl] and [period], > simultaneously.  That is, *ctrl+.* .  (Note that I am *not* saying [ctrl] > and [plus].  That is a

CFSearch and SOLR

2011-01-16 Thread Dan Baughman
Hi List, Has anyone setup any of the complex Facet stuff that Solr supports through ColdFusion using CFSEARCH? It seems to me that you would have to interact with the SOLR server directly via CFHTTP to get any of the decent features out of Solr. Specificaly, I want to specific some facet parame

Re: CFBuilder Suddenly Showing Whitespace Chars, Sorta

2011-01-16 Thread Matt Quackenbush
@ Wil - Thanks for the suggestion. Thankfully, I did not have to resort to that. :-) @ Tom - Thanks for the link. That ended up being exactly what it was. I guess I should have checked Ray's site myself, eh? For anyone else that happens upon this thread in the future, the key combination I

Re: CFBuilder Suddenly Showing Whitespace Chars, Sorta

2011-01-16 Thread Tom McNeer
Matt, You probably accidentally hit Ctrl+. Try that key combination and see if it doesn't turn them off. Same thing happened to me. Here's a Ray Camden blog postabout it. --

Re: CFBuilder Suddenly Showing Whitespace Chars, Sorta

2011-01-16 Thread Wil Genovese
Create a new workspace (at least temporarily) and DO NOT copy settings. See if this changes anything. If it does then some setting in your workspace got altered or corrupted. Wil Genovese Sr. Web Application Developer/ Systems Administrator Wil Genovese Consulting wilg...@trunkful.com www.tr

CFBuilder Suddenly Showing Whitespace Chars, Sorta

2011-01-16 Thread Matt Quackenbush
All of a sudden today, CFBuilder has begun to show whitespace characters. But not really. They are showing up in a very light grey font, as opposed to the dark grey font if you have them turned on in preferences. I have gone several times to Window > Preferences > General > Editors > Text Editor

RE: Notfound file

2011-01-16 Thread Russ Michaels
Rob, In the ColdFusion administrator you need to set the missing template handler and error hander, this will set a template to be executed for each and every site. / refers to the root of the site, so /error.cfm would look for an error.cfm file in the root of each site. You also need to put one

Notfound file

2011-01-16 Thread Rob Voyle
Hi folks I am using a kickassvps windows virtual server with coldfusion and have 7 domains on the virutal server. I want to create a not found.cfm file for each domain. If I create a file: http://www.domain.com/notfound.cfm What is the relative path to that file with respect to the coldfusion

CFIMAGE - case sensitivity on filename - CF9 vs CF9.01

2011-01-16 Thread Kris Jones
Hi all, Wondering if anyone has run into this with CFImage under CF9. I'm writing a file on my local developer version 9.0. I am explicitly writing the filename as lower-case doing a resize operation. In development environment, enterprise version 9.0.1, the file is always written with uppercas