Re: Required folders under CFIDE

2012-02-23 Thread Russ Michaels
I would suggest NOT pointing to original CFIDE as this gives every sites access to the cfadmin. instead make a copy of the original CFIDE and remove the administrator and adminapi folders and use this as your vDir On Thu, Feb 23, 2012 at 5:41 AM, IT (Pradeep Viswanathan)

Re: CF attack on a buddies server

2012-02-23 Thread Russ Michaels
I would say that most folks running their own web server with no previous expereince usually do leave great big holes. running every site under the default iis user not removing everyone group from drives not sandboxing coldfusion these things can allow code in any sites to read/read to any

Re: Waiting for 30 seconds

2012-02-23 Thread Russ Michaels
don;t feel bad. back in the days of cf4/5 I knew virtually every tag and function off by heart, but there is certainly a lot more to remember now and most folks do not use a lot of them on a regular basis if at all. I don't do a lot of coding these days, so often have to check the attributes of

RE: Javascript error help!

2012-02-23 Thread Stephens, Larry V
Look at jquery.maskedinput-1.2.2.min.js I have a lot of masked fields in hidden divs. -Original Message- From: Ken Hammond [mailto:khamm...@saleminc.com] Sent: Wednesday, February 22, 2012 1:08 PM To: cf-talk Subject: Javascript error help! I am running into this exact problem

HTML Grid binding problem.

2012-02-23 Thread Ray Meade
Can anyone tell me why this code works fine when used with a Flash type cfgrid, but not with an html type cfgrid? Is there something in the code that is telling it that it's binding to a Flash type grid? Basically, this code does EXACTLY what I need it to, but I need it to work on an HTML form

CF 9 Mulit-Sever only uses default site

2012-02-23 Thread Eric Cobb
I have a strange issue with my CF 9 Multi-Sever install running on Windows 2008 R2 and IIS 7. This is a new server and I set up CF 9.01 in multi-server mode on it yesterday. The install went fine, and I have my first instance up and running with no problem. I was able to successfully spin

Re: HTML Grid binding problem.

2012-02-23 Thread Ray Meade
Sorry, I forgot to mention that the script is triggerd by the onChange event of the grid. (just in case it matters) Can anyone tell me why this code works fine when used with a Flash type cfgrid, but not with an html type cfgrid? Is there something in the code that is telling it that it's

Re: CF 9 Mulit-Sever only uses default site

2012-02-23 Thread Russ Michaels
Eric, check the .CFM handlers in iis and make sure they link to the right connectors. if they do, then check the wsconfig.properties in the wsconfig folder this should specify which connector is for which site/instance should look like this. 1=IIS,0,false, 1.srv=localhost,cfusion

XML and unicode: 0x1a

2012-02-23 Thread Les Irvin
Apparently, after a billion hours of trying to figure out why I couldn't successfully output some xml data, it seems that the unicode: 0x1a character is contained in a text string and making it fail. #xmlformat(thestring)# does not successfully strip it from the string. How can I get rid of

Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
So we ran a load test last night with 100 concurrent users. Everything went fine *except* this ram disk problem and another problem with a missing template include. Looking at it closer, both errors Could not find the included template used application mappings to do the include. These are

Re: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Pete Freitag
Do you have code that calls ApplicationStop() on error or something I wonder if that might cause the application scoped mappings to be undefined for a split second while the application is reloading? Just a guess. On Thu, Feb 23, 2012 at 1:10 PM, Brook Davies cft...@logiforms.com wrote: So

Re: CF attack on a buddies server

2012-02-23 Thread Pete Freitag
On Wed, Feb 22, 2012 at 7:55 PM, Ras Tafari rastaf...@gmail.com wrote: any idea how they were able to get the file that ran into the cfide directory? and what might prevent that part? that's the most haunting part to him. i said it was probably a windows exploit first... not sure tho. If

CF-friendly iPad Code Editor app

2012-02-23 Thread Michael E. Carluen
I'm trying to decide which CF-friendly iPad code editor to get. So far, its a toss-up between Koder Code, Textastic, and Gusto. Anyone got some experience in using any of these apps and if so, have some nice or not-so-nice things to comment? Also your wish list features if those are absent

Re: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Raymond Camden
I'd suggest pinging Adobe support. You are right - this is something that was fixed. But it sounds like you have a -very- reproduceable case, which makes it easier for them to fix. On Thu, Feb 23, 2012 at 12:36 PM, Pete Freitag p...@foundeo.com wrote: Do you have code that calls

RE: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
Nope, no code that called onApplicationStop() at all... -Original Message- From: Pete Freitag [mailto:p...@foundeo.com] Sent: February-23-12 10:36 AM To: cf-talk Subject: Re: Application Mappings RE: Ram Disk problem under load Do you have code that calls ApplicationStop() on error or

Re: XML and unicode: 0x1a

2012-02-23 Thread Leigh
Have you tried a regex replace of \x1a ? It *might* work. Worth a shot anyway.   -Leigh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
Whats the best way to contact Adobe Support? -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: February-23-12 10:51 AM To: cf-talk Subject: Re: Application Mappings RE: Ram Disk problem under load I'd suggest pinging Adobe support. You are right - this is

I need an html grid to auto calculate totals

2012-02-23 Thread Ray Meade
I have an HTML cfgrid that contains fields for quantity, name (which is the description of the work done), price and amount (the price times the quantity). Upon loading, the grid will start out blank (this is for new jobs). When the client starts entering data into the grid, I need the grid to

cfgrid

2012-02-23 Thread Stephens, Larry V
New to using cfgrid and have a question or two. I'm using a cfselect input with a query. It's possible that two or more items that are displayed will be very similar so I'll have the cfgrid in a hidden div that the user can pop open and do a lookup there where more information is displayed

Re: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Raymond Camden
Errr, you would think I would know that. ;) How about I do you a favor. Don't tell anyone else. Email me off list and try to make it a succinct and complete as possible. If you can include code in a zip that's even better. I'll try to push this up the change. Also - please try in CF10 too. On

odd warning on startup of CF 7 ODBC service

2012-02-23 Thread Ben Conner
Hi, We've been seeing the CF ODBC server becoming non-responsive to Access databases on occasion lately. Trying to stop/restart it results in a hung process. If we kill it, it won't come back up. Restarting the server, I saw the following today in the event log which was rather odd: A

Re: XML and unicode: 0x1a

2012-02-23 Thread Paul Hastings
On 2/24/2012 2:04 AM, Leigh wrote: Have you tried a regex replace of \x1a ? It *might* work. Worth a shot anyway. and there are several other codepoints that are illegal in XML. probably should sweep them all away. these are supposed to be a-ok for XML: #x9 | #xA | #xD | [#x20-#xD7FF] |

Re: CF attack on a buddies server

2012-02-23 Thread James Holmes
This would confirm which patches are missing: http://www.hackmycf.com/ -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 24 February 2012 02:46, Pete Freitag p...@foundeo.com wrote: On Wed, Feb 22, 2012 at 7:55 PM, Ras Tafari rastaf...@gmail.com wrote: any idea how they