Re: Bought Standard License but showing Developer one
Hi adsargen, I have checked the serial number. This is an upgrade license. Can you open the license.properties at cf_install\ColdFusion10\cfusion\lib. That should look some what like the below file:-...
View ArticleRe: Bought Standard License but showing Developer one
Here is my license.properties file: #CF License File#Fri Dec 27 10:48:44 MST 2013appserver=0V\=LUFWP]J(Z^V)[G?G5'C@...
View ArticleRe: Bought Standard License but showing Developer one
Hi adsargen, Can you send your license.properties as pm. Regards,Anit Kumar
View ArticleCF Builder 2 Auto-Indenting
My ColdFusion Builder 2 auto-indents four spaces. How can I change that to two spaces? Thanks.
View ArticleCFIDE directory
I am a ColdFusion user since version 3 (building web site with cfml).I do not know anything about the ColdFusion product itself.I am now wondering why new tags needs to access CFIDE directorywhich is...
View ArticleRe: CFIDE directory
You should not have a publiclly accessible CFIDE directory. It is highly recommended to not only add request filtering to prevent people from getting to these restricted areas, but to add IP address...
View ArticleRe: CF10: Address already in use: JVM_Bind
Having the same problem and can find no port conflicts; still the same error even when I change the ports to something else not in use. "Address already in use: JVM_Bind"java.net.BindException:...
View ArticleRe: CF10: Address already in use: JVM_Bind
You can try Launching Command prompt as Administrator. Type the command netstat –ano and press enter. Please append the output to a text file and check the port usage. Regards,Anit Kumar
View ArticleRe: CFIDE directory
I am not enough knowledgeable with these practices,I do not understand how to do that things.Then, I just put a "cfabort" in the application.cfm of the CFIDE. (keeping original one).and I do not use...
View ArticlePassing variables with cfhttp
I need to pass a dynamic variable using cfhttp. This code: <cfhttp method="get" url="#cgi.server_name#/page.cfm?pageid=#pageid#" resolveurl="Yes"><cfoutput>...
View ArticleRe: Passing variables with cfhttp
You don't say what line in your code is throwing the error...??? Try putting a <CFDUMP var="#cgi#">before the first line and a <CFDUMP var="#cfhttp#">after the CFHTTP call. That...
View ArticleHandler "JWildCardHandler" has a bad module "IsapiModule" in its module list
I get this Internal Server Error (500.21) after installing the 32 bit version of Cold Fusion on a Windows 7 Pro machine (32 bit version). I read the posts and unchecked the IIS version 6 backward...
View ArticleRe: Delete items unchecked from a form
Aegis, anyone can modify checkboxes or indeed any form field if they feel so inclined, so that is completely moot.
View ArticleRe: Handler "JWildCardHandler" has a bad module "IsapiModule" in its module list
If you have any anti-virus or malware software installed, try turniong it off in case it is the cause of the block.Also you should check the web config tool settings (in same folder) and make sur ethe...
View ArticleRe: Delete items unchecked from a form
Not at all. Sanity checking all iall forms of input should be par for the course, for whatever solution is chosen.
View ArticleRe: Delete items unchecked from a form
Aegis, sorry but you are wrong, all/any form field can be edited before submission, a hidden form field is no different to any other. There are even browser plugins which do it for you, you should most...
View ArticleRe: Dreamweaver CC Coldfusion 10 extension?
Russ- ... no, not quite: The DWCC extension that is listed on that /downloads.html page is a ".mxp"; the file needed is a ".zxp" extension. Somehow I found it a month or two ago but can't find it now....
View ArticleRe: Delete items unchecked from a form
Actually, no, I'm not wrong. My suggestion is to do sanitization checks on all incoming data BECAUSE client-side data can be modified. My suggestion is to not take the data presented at face value,...
View ArticleRe: Delete items unchecked from a form
Aegis, you said "QUOTE"The only issue with using a hidden form field is that users can modify this value before it is submitted. My reply was that this can be done with ANY form field, not just...
View Article