Arrgh! My sites are being hacked!
Some of our coldfusion sites are being redirected to a mulberry site when someone does a google search. Is there a way to prevent this? How are they doing it in the first place? It look like this code...
View ArticleColdfusion 10 working Slow
I have installed the CF 10 on my windows server 2008 R2. Now problem is that when I open site page it's take almost 30 second to load the page. My system is good and I think it's not an issue of my...
View Articlecfif with or problem
hii'm trying to use multiple expressions in a cfif ex:<cfif (Evaluate(test.itemcode) is not "HDMI") OR (Evaluate(itemcode) is not "DVI")>this should result in returning everything that 's not...
View ArticleCannot browse server following installation of hotfix 4 to Cold Fusion 9.0.1
Hi I've been tasked with updating a ColdFusion 9.0.1 installation to the latest patches. I've started with Hotfix 4. The installation appeared to go OK, and the services started after I applied the...
View ArticlePaypal IPN + Coldfusion 7 not working?
I am trying to set up coldfusion to handle payPal IPN but I cant find any tutorials that explain how to get it to work, anything I find is out of date or I just cant get it to work. I've tried using...
View ArticleCF10 database connection "blocked"?? JDBCPool.checkOut
I am continuing to troublshoot some 503 issues with my new server. I recently enabled the Dump Snapshot feature inside Server Monitor and whenever I have an Unresponsive Server alert and I am seeing...
View ArticleDelete file on session end
I am recreating a web application that serves up search results in a CSV file. I'm able to create the csv fil from a database query, then offer a download link to grab it from. Question 1: In order to...
View ArticleFeature for CF11, global LOCAL var scoping
I've loved setting scopes in the following manner: <cfset structAppend( VARIABLES, { 'variableName' = 'value', 'variableName2' = 'anotherValue', 'variable'...
View ArticleonRequestStart in CF8 is a bug?
I'm creating a cascading select drop dwon with ColdFusion ajax from Ben Forta:http://forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-R elated-SelectsBut it is not entirely working. The...
View ArticleSpreadsheetAddFreezePane
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS89BB5273-80BA-4c5 5-9862-4D9D0ADA062B.html
View ArticleORM ACL?
Is there a way to apply an Access Control List to ORM components? Or maybe another methodology to limit record access depending on the users role(s)? I couldn't find anything on the Web about this....
View ArticleMime Type
I'm having trouble pinpointing if anything changed with the cffile upload mime type in CF10. It was working fine in 9, but I'm getting the following error when uploading a jpg file type in CF10. The...
View ArticleCF 10 CFADMIN loading issues
Hi, We run CF10 standard on IIS8 Win 2012 and our CF Admin is going haywire. It frequently will not answer on 127.0.0.1 and when it does load it sometimes is missing information in the left nav bar or...
View ArticleonChange vs. onclick
this code is worked fine with onchange event. Instead of onchange, i want to have the link below(<a id="myLink" href="##" onclick="whatsUp();">link text</a>) and work the same as onchange,...
View Articlecfschedule on multi instance server
Hi All Hope someone can help me on this. We run a multi instance CF server with 3 "slave" instances, which handle the site requests and the CFusion instance that handles the scheduled tasks. The...
View Articlecreate local temp table
I need to create a temp local table and look for ColdFusion informaiton, the cffile action write only can write text file, pictures is more to create file.I would like to know does ColdFusion support...
View Articlecfscript and coldfusion builder 2
Hi,It would seem that CF builder2 doesnt have any code assisting for cfscripting.?Surely ive missed something here. If this is the case then im wondering whats going on as DM CC is clearly trying to...
View ArticleDate array and Sorting
I have a date array that i created from a database. I am trying to sort the dates into the correct order with the upcoming on top.... the best would be that after the date has passed it would go to...
View ArticleCan not log in as Admin, New setup
Just installed coldfusion 10, put the same simple password in every field asking for during the install. It finishes the admin localhost page comes up but it does NOT accept my admin password I put in....
View ArticleProblem connecting mySQL with CF9 datasource
I have been using MSaccess for years and have finally decided to switch to mySQL and have noting bt a basturd of a time trying to figure out how to switch over. I have installed mySQL5 and CF9...
View Article