Re: Coldfusion 10 install won't start
Anit - you are a genius! That worked perfectly! Thank you!
View ArticleRe: Coldfusion 10 install won't start
Sorry - I may have spoken too soon. The installer started immediately with the -console parameter, however after it extracted -- it disappears and the "java" piece never comes up. Is there something...
View ArticleRe: Coldfusion 10 install won't start
Well I kept trying it and it came up after the third try. Not sure why but I'm good to go now. Thanks again everyone!
View ArticleRe: Unable to configure IIS connector error ColdFusion 10
CGI-exe was not enabled....I did enable it and restarted the web server...IIS...but I still cannot run the WEB SERVER CONFIGURATION tool to add the IIS websites.......thanks but I have no clue what to do.
View Articlecoldfusion.sql.DataSourcePermission Error
Hi, I have been programming in CF for 10 years. I set up my umteenth database (copied an exsiting one) and connected the datasource. I received this error: coldfusion.sql.DataSourcePermission right...
View ArticleColdFusion ORM
I have query which should filter the where clause condition depends on the URL parameter to the page? With CFQuery: <cfquery name="GetUser" datasource="Sample"> Select *from Users where...
View ArticleRe: Query of Search Results
<cfquery datasource="xxx" name="Company">Select distinct company, codesfrom vwCompanywhere active='true' cfif isdefined("code") and code neq ''> and code IN (<cfqueryparam...
View ArticleRe: ColdFusion ORM
Try this: ORMExecuteQuery("from users where (#url.type# = 1 and userId = 123) or (#url.type# <> 1 and userid=456)")
View ArticleRe: ColdFusion ORM
Sorry Ashis, this is not the logic what i am trying...I need if condition to add the condition to query as i mentioned in the cfquery tag above.
View ArticleNULL POINTER error when using ObjectLoad(ObjectSave())
Hi there. I've already posted this up on stackoverflow, but thought it might be worth posting here too in case anyone here had some information. The SO link is...
View ArticleRe: Confusing collection issue - CF9/*nix
Has anyone running CF on Unix/Linux ever had an error message regarding a collection that doesn't exist in both CFAdmin and the filesystem? Is there some way that a collection could be cached on the...
View ArticleRe: isValid throws 403 error
i dont beleive we are, but i will take a look. thanks for the advice. Odd that it would work with "5" but not "5555". Any hints on tracking down what is interupting the processing?
View ArticleRe: isValid throws 403 error
both of you were correct. We had some code within the application.cfm. Thanks again for your help.
View ArticleRe: Query of Search Results
Thanks to all for your support and help! It's one of the many reasons I've stuck with ColdFusion for so many years!
View ArticleCF10 Upgrade - Now Forms Acting Screwy Not Accepting Mime Types On Uploads
We have some sites in production that were working fine before we went from CF8 to CF10. We upgraded to CF10 yesterday and our data analysts couldn't update the site with HTML files. We were getting...
View ArticleCF 10 update 9 PDF issues?
Since applying update 9 to CF 10 files generated via CFPDFFORM are no longer valid PDF. They can be viewed in the browser but not opened by Reader, Acrobat or other pdf viewers. Nothing has changed in...
View ArticleRe: Coldfusion 10 install won't start
I'm having the same issue. We picked up a new copy of CF10 2 days ago and while waiting for the package to get here we went ahead and downloaded the version off the Adobe site. We are running Windows...
View ArticleRe: Mobile app with CF
suppose you had the following form: Submit you could post it to a remote server by adding a click handler to the button that calls: $.ajax ( { url:...
View Article