Re: Problem with installing Coldfusion Hotfix APSB13-10
Hi, You don't need the WB-INF.zip to be updated. You only need to update the jar file from CF9/lib/updates and the Extract all the files in CFIDE-9.zip to merge in the web root directory that has...
View ArticleRe: Query of Search Results
Thank you all for your input. As a follow-up to what seems to have helped and to help others is a description below. I was having trouble getting an accurate recordcount of companies using the primary...
View ArticleRe: Problem with installing Coldfusion Hotfix APSB13-10
Thank you. Subsequently, I did find corrected instructions for CF 9.0.2 and hoped the same was true for 9.0.0.Thank you for your reply confirming that.
View ArticleRe: Query of Search Results
The answer might lie in your getcompanies query. It could be as simple as doing a select distinct.
View ArticleRe: Query of Search Results
There is a select distinct in it, but it still returns those companies multiple times if there have more than one code. <cfquery datasource="xxx" name="Company">Select distinct company, codesfrom...
View ArticleisValid throws 403 error
Hello, I am attempting to use this isValid code: <cfparam name="myVar" default=""> <cfif (myVar NEQ "") AND NOT (isValid("string",myVar))> Failed<p><cfelse>...
View ArticleRe: Post ColdFusion Security Hotfix APSB13-10 - error on JSON returned with...
Thanks Brian for the alerting me to that other issue. I decided I better create as it is not just me.https://bugbase.adobe.com/index.cfm?event=bug&id=3544895 Hopefully there will be some traction...
View ArticleColdfusion 10 install won't start
I downloaded the trial of Coldfusion 10 64 bit for windows and have tried multiple times to open it on my Windows 2008 Server. When I double click the EXE, the hourglass spins for a few seconds, and...
View ArticleUnable to configure IIS connector error ColdFusion 10
I am trying to get CF 10 installed on a Windows Server 2008 IIS 7 machine. I could not get the install to go through. Everytime I tried to bind to IIS All Sites it threw an error: "Unable to configure...
View ArticleRe: Coldfusion 10 install won't start
I don't know if this helps, but I extracted the coldfusion installer and tried running the adboe_cf.exe file and get the following error: ----------LaunchAnywhere Error Windows error 2 occured while...
View ArticleRe: Coldfusion 10 install won't start
Try "Run as Administrator" rather than double-clicking. -- Adam
View ArticleRe: Coldfusion 10 install won't start
Thanks for the reply. I've tried that already too. I have been able to run the install on my Windows 7 computer without issues, so I know what's supposed to happen. But I've tried running on two...
View ArticleRe: Unable to configure IIS connector error ColdFusion 10
Open IIS, go to "Handler Mappings" and make sure that CGI-exe is enabled.
View ArticleRe: Coldfusion 10 install won't start
No other suggestions, sorry. I've never had to install it on win2k8, and I am unaware of any intrinsic problem with doing so (nor, it seems, does Google). In the past I have had the installer file be...
View ArticleRe: isValid throws 403 error
That code works fine on my machine. Are you using IIS URL Rewrite or mod_rewrite? If so, check your rules. 403 indicates that you don't have access to the file being processed.
View ArticleRe: isValid throws 403 error
It's your web server throwing the 403. It doesn't sound like processing is getting as far as the CF server/ -- Adam
View ArticleRe: Mobile app with CF
this is a very broad question becuase there are a bazillion ways to make a mobile app w/ CF and MySQL. Basically, you will make ajax request from teh client to a remote coldfusion service, usually a...
View ArticleRe: Coldfusion 10 install won't start
Hi, Can you try the following steps:- Launch Command prompt as AdministratorNavigate to the installer location and type the name of installer with extension followed by -console and press enter. For eg...
View ArticleRe: ColdFusion 5 on MS Server 2008 R2
I suggest that you look into one of the open source cfml application servers. You would need to test backwards compatability, however, it wouldn't cost you anything but your time.
View ArticleRe: CF 7 with Dreamweaver CS3
Awesome community. Well done, Adobe! About as useless as your support department.
View Article