Re: & is not encoding correctly in ColdFusion
& is correctly encoded in ColdFusion. The result you're getting is expected. Now, some explanations. Browsers do in general render & as &. You should realize that the cfdump tag...
View ArticleRe: ColdFusion 10, Configuration and Settings Migration Wizard
Hi, After the Configuration and Settings Migration Wizard appears, cannot continue the installation. The URL that appears is:http://localhost/CFIDE/administrator/enter.cfm Either after entering the...
View ArticleRe: Error NEED HELP ASAP!!
I actually put that in for a value one time on accident when i was just pushign stuff to put into fields to test.
View ArticleRe: CF10 CFFTP listDir
doesn't make a difference. Same error. I can getfile and putfile just fine.
View ArticleFailed to install hotfix APSB13-13 - SERVER-ERROR .......what can I do ???
F1 !!!!! Need HELP asap. I get a server error by trying installing the hotfix APSB13-13 for CF 9.0. I try to install the hotfix under java-version 7.21, 7.11, 6.10, 6.14 and 6.16. What can I do?
View ArticleRe: CF10 CFFTP listDir
Does the folder that you're trying to list give READ permission to the FTP account that's trying to read it? Just throwin' stuff out there. ^_^
View ArticleRe: CF10 CFFTP listDir
I would also throw the following in, as a long shot. FTP error 215 says something about system name. So, what about changing your name attribute from test to, say, myTest ?
View ArticleRe: CF10 CFFTP listDir
permissions are good, running the command in CF8 to this exact folder
View ArticleRe: CF10 CFFTP listDir
I had that thought as well. I tried different names with the same result, i think the error is a false positive
View ArticleRe: CF10 CFFTP listDir
The "NAME" that the error 215 is referring to is the server name at the other end. The "Name" in CFFTP is your query name. At this point I would run FileZilla with full tracing/logging turned on, and...
View Articlejava.lang.ClassNotFoundException: coldfusion.security.ESAPIUtils
I get this error after upgrading from CF 9.0.1 to 9.0.2. I applied the cumulative HF 4 for 9.0.1 and then applied 9.0.2 CHF 1. Do I need to apply the previous CHF 2 and 3 for 9.0.1 first? Any ideas...
View ArticleRe: Error NEED HELP ASAP!!
The "" in the statement below is empty. i feel as there should be something in there. <cfif not form.company2 is "">
View ArticleRe: Error NEED HELP ASAP!!
Like I posted, earlier. TRIM the value to remove whitespace before and after the value, then check for length. <cfif len(trim(form.company2)) gt 0> <!--- IF the length of trimmed value has a...
View ArticleRe: ColdFusion 10, Configuration and Settings Migration Wizard
We are using Microsoft IIS 7. Thanks, Mike
View ArticleRe: ColdFusion 10, Configuration and Settings Migration Wizard
Hello Mike, Can you try installing ColdFusion with built-in port. Please try the following to enable the same, with the current installation. In cf_root\cfusion\runtime\con\server.xml one can find the...
View ArticleRe: ColdFusion 10, Configuration and Settings Migration Wizard
IIS 7 is supported with ColdFusion 10. Regards,Anit Kumar
View ArticleReport Designer using stored procedure
I use ColdFuiosn and MS SQL server.I use a stored porcedure for my report using advance on query builder like following. <cfquery name="ReportQuery" datasource="myDataSource">execute...
View ArticleBUG: ColdFusion does not handle conflicting cookies correctly
(I have reported this as a bug - I'm posting it here to hopefully save people from having to go through the same process) If I've got a CF instance on test1.k9.edu, and my cookie jar has CFID/CFToken...
View Article