How to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleHTTP Error 401.3 - Unauthorized You do not have permission to view this...
Hi, I got this 401.3 error when running the http://127.0.0.1/CFIDE/administrator/index.cfm configuration page after installation of coldfusion 8 standard on win 2008 32bit server which has IIS7....
View ArticleCan't connect CF 9 to MSSQL 2008 R2
I hope some help is out there. I will post the error message at the end of this post. I can't verify a datasource in Administrator. this is the error:Connection verification failed for data source:...
View ArticleSending XML formatted text to web service
I have a series of forms that send information to various web services. One is a login form, which consists of a username/password combo, and some other credentials specified in the code. My CF code...
View ArticleCF11 : cflogin doesn't "stuck" after session/login timeout
Hi, Since migrating from CFMX7 to CF11 we are experiencing some weird failure with cflogin (using session or cookie storage). Basically when we log-in on the application after a session/client timeout...
View Articlehow to use cfmail without specifying username and password??
Hi pp, i have been trying to use the cfmail functionality to send and receive e-mails connecting to the smtp server of <MyUniversity> i am creating a page where, at the end a e-mail has to be...
View ArticleCan you combine multiple queries into one?
I have a database table of options for additions to homes. I have another table for categories for these options. Right now I'm making a lot of queries to get each individual category of options. It...
View ArticleSOLR Not working with JVM 51+ on CF9
Has anyone ever been able to figure out how to get SOLR properly working again after a JVM upgrade of _51 or later? I've read from a few sources that it's due to the permissions being changed in _51...
View ArticleCGI.PATH_INFO is blank in CF 10
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas? Version says ColdFusion 10,283649
View Articlerequested scope session has not been enabled
Trying to get a site login set up and I keep getting the above error. I have enabled session vars in the CF admin, and have used sessionmanagement in my cfapplication. Not sure what I've done wrong....
View ArticleHas anyone started testing CF 10 with Oracle 12c yet?
I'm interested in finding out about any issues before I jump in. It will probably be some months before I setup a test DB with Oracle 12c. If anyone has tried this and has any lessons learned to share...
View ArticleHow to access a JSON structure key that starts with a number
I've got an odd issue here. I'm accessing someone else's JSON structure so I am not able to change it. The JSON structure keys are named with both characters and numbers like this:...
View ArticlePassword Validation/Confirmation
I've tried several ways to go about doing this, but I keep running into snags one place or another. I have a CF 8 Flash form. On this part of the page I'm making a form for them to request setting up...
View ArticleColdFusion 11 Destroyed My Charts
Surely we can't be the only ones who are disappointed with the newest charting engine in CF11? Yes, ZingCharts can be cool and the plethora of style options gives us total freedom to build the perfect...
View ArticleCF10 and IIS 7.5 - cfheader in 404 custom error handler not working correctly
I'm getting some really weird behavior when handling 404 errors after updating to CF10 using IIS 7.5 on a Win2k8 R2 x64. IIS randomly delivers only a portion of the HTML page when I set the 404 status...
View ArticleCF10: Consuming SOAP-Service - Axis2 Enumeration
Hi all, Im trying to call a webservice with a complex-within-complex structure. Here an extract form the wsdl:<simpleType name="ProductType"> <restriction base="xsd:string">...
View ArticleColdFusion 10 Session Replication problem
I've recently setup and configured a server farm running Windows Server 2012 and ColdFusion 10 Enterprise. I have a cluster created using named instances (not cfusion, though I find it curious that...
View ArticleJava class not found
Good afternoon, I would like to think this question has been asked and answered before but I'm not having the best time naving the updated forum. Anyway, I have a compiled Java application that I...
View ArticleServer Error - Macromedia application server(s) are unreachable
For my test environment, I've got a ColdFusion 8 instance running on Windows 2003 Server. Everything was fine until I rebooted the server. Then I started getting an error message:quote:Either the...
View ArticleColdfusion 11 Developer wont work after local machine restart
I'm brand new to CF. I've installed CF 11 Developer & attached to IIS. I'm on a windows 7 machine. Every time I have to restart my machine for whatever reason, the CF Administrator wont work,...
View Article