Re: CF9/Win7 64 bit issues

2010-12-07 Thread Dave Watts
> Not when one of the major fixes is to make it install better with a webserver. The web server configuration tool can be run any time after installation. I always recommend that you choose not to perform web server integration until after you've installed CF. Dave Watts, CTO, Fig Leaf Software

Re: CF9/Win7 64 bit issues

2010-12-07 Thread Steven Durette
Not when one of the major fixes is to make it install better with a webserver. Sent from my iPhone On Dec 7, 2010, at 8:54 PM, "Eric Roberts" wrote: > > I guess that makes sense > > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Monday, December 06

RE: CF9/Win7 64 bit issues

2010-12-07 Thread Eric Roberts
I guess that makes sense -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Monday, December 06, 2010 17:45 To: cf-talk Subject: RE: CF9/Win7 64 bit issues You would think so wouldn't you. The reason I read it isn't is because this would require re-testing the

RE: .NET errors after CF 9.01 Update

2010-12-07 Thread Mark A. Kruger
Rick, That is brilliant... it'll make a nice addition to my .NET integration posts eh... thanks! Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Rick Root [mailto:rick.r...@gmail.com]

Re: .NET errors after CF 9.01 Update

2010-12-07 Thread Rick Root
Alright, thanks to the kind folks at SupportObjective (www.justcf.com), we figured out this little tidbid. Apparently, Coldfusion's .NET integration when installed on Win7 64 bit can call both 64 bit and 32 bit DLLs. However, it creates the dotnet proxy DLL dynamically when first called - and we

Re: Hosted VPS recommendations

2010-12-07 Thread Jeff Gladnick
I have used Viviotech for a number of clients and for my own sites and my business. Although there has been some down time periodically (and this has happened to me even with tier 1 hosting companies for fortune 500 corps), their customer service has remained top notch. Their people are knowl

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Jacob Munson
> I'm now thinking I need to read up on the difference between exception, > request and validation errors. I think the other replies in this thread may be all the info you need, but if not you could take a look here for a good comprehensive rundown of CF errors: http://www.coldfusionjedi.com/ind

Re: Hosted VPS recommendations

2010-12-07 Thread Dan Crouch
I think any of those would work for one of our projects. We are also required to have SAS 70 Type II hosts for some of our clients. I think we may have to find a place to replace our hosting.com setup (4 vmware VMs across 2 dedicated servers) entirely. Anyone know of a SAS 70 host that may of

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Dave Watts
> I must admit that I'm quite confused now as I've had myErrorHandler.cfm > email me with details of errors for (literally) years. For example if I > generate an error by referencing an undefined variable (eg a_var_that_does_not_exist> ) then everything works just fine I get emailed > details of

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Nick Way - South East Publishing
Hi Steve, To be honest these lines in application.cfm haven't changed in years I suspect what's happened is I've only just noticed that errors caused like this # were slipping through the net I'm now thinking I need to read up on the difference between exception, request and validati

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Nick Way - South East Publishing
Thanks Russ - that's got it :) Cheers Nick - Original Message - From: Russ Michaels To: cf-talk Sent: Tuesday, December 07, 2010 5:27 PM Subject: RE: custom error message - sometimes cf ignores me and displays the standard error message FYI if you us ethe default error

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Steven Durette
Nick, What you have been using for years is exception error reporting. You have just added request and validation to the mix and they have different rules. Nothing has changed, you are just expanding your horizons! :) Steve Sent from my iPhone

RE: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Russ Michaels
FYI if you us ethe default error page as set in the cfadmin, you can use cfml in here. I have seen this cause problems though for the reasons Dave described, as customers cause errors in the error and then blame it on the host/server. Russ -Original Message- From: Dave Watts [mailto:dwa.

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Nick Way - South East Publishing
Thanks for all your replies guys. I must admit that I'm quite confused now as I've had myErrorHandler.cfm email me with details of errors for (literally) years. For example if I generate an error by referencing an undefined variable (eg ) then everything works just fine I get emailed details

RE: IP Address 1.1.1.1

2010-12-07 Thread Paul Alkema
I don't think this has anything to do with your CGI script. I would say it's most likely just a bot. If it was me, I would just exclude this IP from Google Analytics. I think this would solve your issue. :) http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55481 Regards, Paul

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Dave Watts
> Sorry no cfmail with request and validation. As a workaround, you can have your HTML page make an AJAX call to another .cfm page to do those sorts of things. Of course, if you have a serious problem with CF, that might generate a new error. Dave Watts, CTO, Fig Leaf Software http://www.figleaf

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Dave Watts
> When you say "Request and validation errors can only use cferror to redirect > to HTML files that can include cferror references." Are you saying i > could only point to an "apperrorhandler.html" file? not "apperrorhandler.cfm? > (that'd be a shame as my apperrorhandler.cfm? emails me to tell

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Steven Durette
Correct. If you use request or exception error types they cannot use any other cfml. You can see the cferror specs at http://www.cfquickdocs.com/cf8/#cferror Sorry no cfmail with request and validation. Steve ~| Order the Adob

IP Address 1.1.1.1

2010-12-07 Thread Robert Harrison
On one of our sites Google Analytics is reporting lots of hits from IP 1.1.1.1 as a referral. It's also showing a very high bounce rate from that IP. I looked this up and saw a bunch of differing ideas on this, ranging from a dude in Australia to a bot attack, but one that comment that seemed

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread nick way
Hi Steve Thank you very much for your reply which is greatly appreciated. I hope you'll forgive me but I didn't 100% understand your reply. When you say "Request and validation errors can only use cferror to redirect to HTML files that can include cferror references." Are you saying i could on

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Steven Durette
That should read any other cfml. Sent from my iPhone On Dec 7, 2010, at 11:38 AM, Steven Durette wrote: > > Nick, > > Request and validation errors can only use cferror to redirect to HTML files > that can include cferror references. Any other cell in those pages will cause > your error p

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Steven Durette
Nick, Request and validation errors can only use cferror to redirect to HTML files that can include cferror references. Any other cell in those pages will cause your error page to generate an error. Steve Sent from my iPhone On Dec 7, 2010, at 11:24 AM, nick way wrote: > > hi guys > > Fo

custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread nick way
hi guys For security (and appearance) reasons I don't ever want my users to be shown the default CF error message. Therefore in application.cfm I have the following: My understanding is that *any* error message will result in the error being handled by "myerrorhandler.cfm" - however. If

Re: CFWDDX Serialization and Deserialization

2010-12-07 Thread Dan Baughman
I'll throw together a segement code later for those interested. It's really more basic than that. On Tue, Dec 7, 2010 at 7:11 AM, Jason Fisher wrote: > > Sounds like the OP's issue is XML, not HTML, where the CDATA blocks can't > be nested. Not sure there's a solution for that one ... > >

Re: CFWDDX Serialization and Deserialization

2010-12-07 Thread Jason Fisher
Sounds like the OP's issue is XML, not HTML, where the CDATA blocks can't be nested. Not sure there's a solution for that one ... ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

RE: CF9/Win7 64 bit issues

2010-12-07 Thread Russ Michaels
It does the job as a basic SMTP server for sending mail via websites. If you want any kind of decent logging though you had better use something else. What we do is use it as a smart host to a proper SMTP server, this solves a lot of issues as a lot of developers think everything resides on localh

Re: RE: Virtual Directories and IIS

2010-12-07 Thread Dominic Watson
With a rewrite rule, if rewriting from /somesite/foo.cfm to /foo.cfm, 'somesite' will *not* appear in your cgi.script_name variable (you will see '/foo.cfm'). You can however pass the value to the request as a url parameter, e.g. /somesite/foo.cfm -> /foo.cfm?site=somesite (or some other scheme t