Managing bad URL: .../
Last couple of months I have been getting a lot of hits from a Synapse bot. I think whoever coded it must have made an error, as some of the links are truncated to url/.../index.cfm. (oddly Bing bot...
View ArticleI cannot pass an argument > 5KB to a CF web service
I cannot pass an argument to a ColdFusion 10 web service if it's greater than approximately 5 KB, regardless of the data type. If I do, the browser returns with a "This page cannot be displayed"...
View ArticleCF 10 Datasource to Unidata Database will not connect
I am trying to upgrade an existing system from CF 8 to CF 10. I have a datasource that connects to a Unidata database. The datasource connects on the CF 8 server using driver class...
View ArticleI can't find the error in my Application CFC however I am getting this on the...
The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request Attribute validation error for tag CFQUERY. The tag has an invalid...
View ArticleWant to update ColdFusion 8.0.0 to 8.0.1
Where can I find the ColdFusion 8.0.1 Updater? I can see hotfixes for 8.0.0 and 8.0.1, but nothing to take me from 8.0.0 to 8.0.1......
View Article[ajp-bio-8012-exec-9] - Element SYS is undefined in CLIENT.
[ajp-bio-8012-exec-9] - Element SYS is undefined in CLIENT. The specific sequence of files included or processed is:We are getting the above error quite frequently when moved from ColdFusion 4.5 to...
View ArticleElement SYS is undefined in CLIENT
[ajp-bio-8012-exec-9] - Element SYS is undefined in CLIENT. The specific sequence of files included or processed is:We are getting the above error quite frequently when moved from ColdFusion 4.5 to...
View ArticleCF10 - CFLoop with a File - Only read in first row
Hi, I'm trying to read the header row from a very large(83k) tab delmited file. I want to automate an upload to a temp table to append data, but I need to know the column headers to set up the table...
View ArticleProblem getting style option on CFREPORT tag to work.
I am trying to alter the report format at run time using the style option on CFREPORT. I am actually trying to change the margins, but have tried everything I can think of. So I copied the code right...
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 ArticleColdFusion 10 mod_jk won't compile for Apache HTTPD 2.4.6
Making all in apache-2.0make[1]: Entering directory `/home/fds/wacfusion/src/connector-source/native/apache-2.0'/home/fds/wacfusion/apr/build-1/libtool --silent --mode=compile gcc -std=gnu99...
View ArticleColdfusion web hosting
Does anyone know of any shared coldfusion web hosting services that will tolerate CF components? Thanks!!Carlos
View ArticleColdFusion 10 Uninstaller.jar file
I performed a scan with an updated version of Malwarebytes Anti-Malware and it flagged the following file with a Backdoor.MSIL.P infection:../ColdFusion10/uninstall/uninstaller.jar Can someone confirm...
View Articlecf9 cfwindow issue in ie7 ie8 ie9 works in ie10
i have a cfwindow that works fine in ie10 but when i went to test it in other browsers (not that i wanted to ) but it didnt work at all , i did get this errorcfajax.js, line 90 character 1 here is my...
View ArticleNumeric Data Input
Working on a form to input numeric data. I am using <cfform> and the <cfinput> tags. To help the user with data entry issues I want to show the user the comma format when their data...
View ArticleColdfusion 10 + Apache + Flex2gateway + Debian/Linux
I had a battle with this, I've googled and seen more than 100 results and have not found the solution. I installed many times "Coldfusion", in different ways, in different distributions of linux and...
View ArticleCFMAIL Enterprise vs. Standard
I've searched and searched and can't seem to find documentation showing the specific differences between the Standard and Entperise ediions of CF 10. Can anyone point to documentation on the...
View Articlehow to check if web application already running?
Is it any way to check, if a web application is already running on clients computer. In other words how to prevent users to opens second instance of the same running application??
View ArticleHelp with Inner join problem
The following query works fine as long as there is a value in the subID field, which is at the end of the inner join statement. If the subID is blank then no data is output, even though it is there....
View ArticleAre there any negative consequences to instancing a CFC from within another...
Hello CF Superheroes, I'm playing around with CFCs and I've run into a situation where I would like to start calling methods from some CFCs from within another CFC (nesting). My first instinct was to...
View Article