Questions
Als letztes aktiv
Whenever I try to download the ColdFusion 9.02 OS X version (either 32bit or 64bit) both result in the a dialog that state that the download is damaged. This is very frustrating. I would use CF10, but that has been nothing but trouble and Tomcat won't even start if you try to install CF10 on top of a standalone version of Tomcat as the ROOT webapp. I've been trying for days to get something solid with CF on my dev box, but I just want to get CF9 up and running on my fresh MacBook pro so I can get going on a ColdBox app I need to buildAny help would much appreciated or a link to an alternate location for downloading 9.01 or 9.02 would be appreciated.Thanks!Tim
Can I limit it to just 2 CPUs leaving the third to OS or do I have to upgrade license to 3CPU
i need to call atleast 3 javascript functions in a formusing "onSubmit" works fine with one function but when i try to add another nothing happens....<cfform action="postpage.cfm" method="POST" target="_self" onsubmit="if(document.getElementById('Agree').checked) { return true; } else { alert('You must agree to the Terms and Conditions'); return false; }">"return checkEmail(this);" is one of the funtions. it checks to see if 2 cfinputs are the samehow do i add multiple functions to onSubmit tnx in advance
Our current environment is CF8.0.1 Multi instance + IIS 6 + Window Server 2003.We are trying to upgrade the server hardward and also OS to the latest version which is WIndow Server 2003. But because of the script competible issue, we will remain the CF8.I try to install the CF 8 in the new server, it don't allow me to install the CF.Net features where it require the .net framewok 1.x or 2. I check my server, the framwork was installed and running fine in box now.Just wondering is that I miss out anything?Or any one had try with this kind of combination?
New install of CF10 on IIS7 does not open any cfm pages tries to download instead.
Posted for one of our programmers: Variable E is undefined ...but the error message only occurs on PROD servers, not DEV nor TEST. Any ideas?Variable E is undefined. coldfusion.runtime.UndefinedVariableException: Variable E is undefined. at coldfusion.runtime.CfJspPage._get(CfJspPage.java:303) at coldfusion.runtime.CfJspPage._get(CfJspPage.java:283) at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1494) at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1471) at coldfusion.compiler.ExprClassLoader.evaluate(ExprClassLoader.java:139) at coldfusion.runtime.CFPage.Evaluate(CFPage.java:1749) at coldfusion.runtime.CFPage.IIf(CFPage.java:1740) at cfeditEmplHrngStgErr2ecfc230382607$funcDISPLAYEMPLSTGERR.runFunction(D:\JRun4\servers\94_CFMX7\cfusion.ear\cfusion.war\cf\HCP\editEmplHrngStgErr.cfc:165) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMe
You guys are really short-sighted. You've made a false assumption. (See below):In my case, my GPU is continually maxed out doing analysis for Folding@home. As far as I understand it, stream computing provides no tools for setting priority or for interrupting one GPU process to work on another. On the other hand my GPU can easily be interrupted to process Flash data.The first thing I need to do is confirm that hardware acceleration is DISABLED. You're making matters worse by falsely assuming the GPU is always idle.What's new?High PerformanceExperience hardware accelerated HD video with perfect playback using Flash Player. Recent improvements allow supported Flash content and games to continue to deliver responsive feedback even when your CPU is maxed.
Our currently environment is CF8 running using JRun4 (via the wsconfig tool ) with IIS 6.0 has the webserver. We are trying to migrate our environment to CF10 using JBoss7 as the processing engine with IIS7 as the webserver. We have managed to configure the ISAPI Connector so that IIS sends .cfm, requests to JBoss7The issue we are running into is that when calling a .cfm file ISAPI Connector, ColdFusion cannot fine the file inside the IIS website root. Yet if the cfm. file resides in the cfusion.war root, then ColdFusion finds the file and processes it.
Does anyone have a full working example of Jquery autocomplete with json that works?I can't get any of the examples that I am finding online to work.
Hi! I'm just getting started with ColdFusion and I'm having difficulties already. I have the following: <cfset firstname="bob"><p style="font-color:#ccccc">Hello <cfoutput>#firstname#</cfoutput> it is so nice to see you</p>But instead of saying "Hello Bob it is so nice to see you"it says"Hello #firstname# it is so nice to see you."I'm using xammp for apache and using dreamweaver. Can anyone help me figure out why this isn't working correctly?
Hi can any one help me why flash is not working on my website www.likesfast.comI am using different scripts on it but the bigest problem is with the flash
Hi,since we have upgraded to CF10 from 9, I don't see any errors on the cfm page except for the plain "500 - Internal server error.". I have to go to the application log file on CF Admin, but that does not give enough information.I have checked the "Enable Robust Exception Information" on CF admin page. Are there any other settings I need to enable to display detailed error messages like it used to on CF 9?Thanks!
We bought CF-10 standard edition and pulled legacy .cfm over. When we try to open it in a browser, I get a 500 - internal server error.When I rename my application.cfm and open the browser, my legacy pages display, but with "session errors" due to the session variables not being passed.My logon code is built into the application.cfmwe still have our older version of CF installed on another server, and the logon page displays fine. My application.cfm doesn't have errors.I read that others can use legacy application.cfm and I need to use mine. I don't know where to start to correct a 500 internal server error.Can someone help me with this? (please?)
I'm unable to view the new CF 10 CFML function, tag definitions and help files in DW CS6 after using the ColdFusion10_Tags_for_DW.mxp update file. I see that the 'CF10 Extensions' are enabled in Adobe Extension Manager CS6. When I pull up the Reference tab Book: 'Adobe CF Function Reference', I don't see canonicalize in the drop down of 'CFFunctions'.Is there an issue with updating the extensions within DW CS6?Any help would be great.Garth
I have an cfgridrow that should only allow 3 digits, is there a way to set the maxlength on a cfgridcolumn? If so, how is this done? 2nd: I have a column for notes: <CFGRIDCOLUMN NAME="TeamNotes" SELECT="YES" HEADER="Team Notes" TYPE="STRING_NOCASE">if Yes is typed in and saved when the screen is refreshed it is displayed as TRUE (but in the database is saved as Yes) happens also with No (displayed as False) is there a way to make it displayed exactly what is in the database?
first, this very page is throwing js errors in both ie8 and firefox 24.0 , i can't reply to any poststhen, with all this flurry of security breaches on gov websites running cold fusion, do we have a comprehensive white paper showing how to plug all the security holes that were uncovered?
I've been tasked with rewriting a software using ColdFusion. I cannot seem to find a lot of information on best practice development in ColdFusion. I am an experience Java developer who has never used ColdFusion before. I want to build this application using a synergy of ColdFusion and Java EE technologies. Can someone recommend me a book that outlines how to developer in ColdFusion? Ideally this book assumes the reader is an experienced developer with no exposure to ColdFusion. Ideally the methods outlined in the book are still "best practice" methods.
Hi!Can someone teach or refer to any link to generate barcode in coldfusion 10?I did try in cf8 and it works but not in cf10. Please help
Hi,have any one tried the code from this link: http://www.jensbits.com/2010/03/18/jquery-ui-autocomplete-with-coldfusion/?i created table with 2 columns: Colnumn # 1: abbrev : TX, CAColumn # 2: state: Texas, Californiaand try the code from the link above but it did do anything for me, i am not sure if didn't have it right, can you please help?ThanksLisa============<!----index.cfm---><link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/redmond/jquery-ui.css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script><script type="text/javascript">$(function() { $('#abbrev').val(""); &nbs
How do I return a Soap Fault like this: <soapenv:Fault> <faultcode>soapenv:Client.Validation</faultcode> <faultstring>SalesCode must be 5 characters in length</faultstring> ... </soapenv:Fault>instead of a CFCInvocationException?
I would like to know if anyone has any issues installing or using ColdFusion Builder 2 since the recent release of the new version of Mac OS X 10.9 Mavericks.
Hello all ,I need your help. Can you please tell your suggestions on " Is it possible to rewrite the URL in cold fusion for the purpose of search optimization ?? If yes then how?I request you all that please reply to this question.thanks in advance.
Hello,I own the website www.dunkest.com and I was wondering if you guys could help us in selecting some Adobe products to increase our user experience.Thanks
I have a download card for design and web premium I received from my insurance claim, and I have also retrieved my serial number, But how do you actually download the software?
I currently have a ColdFusion form & need to add a "Week Selector" drop-down above my table so that:- when the week is chosen from the drop-down, (how do I generate these weeks drop-down values?)- the correct dates are added to the date fields in the form.. (how do I populate the text boxes?)- Once the user chooses the week, the Sun-Sat dates update, he then enters his time for each day..--Choose Week-->Nov 3 thru Nov 9<-- (drop-down)Sun---Mon---Tue---Wed---Thu---Fri---Sat (static labels)---------------------------------------11/03 11/04 11/05 11/06 11/07 11/08 11/09 (text boxes for dynamic dates)0 8 8 8 8 8 (text boxes for hours entry) Here is a sample picture of what I'm trying to roughly duplicate:------------------------------------------------------------------------------Note: This UDF post by Ben Nadel looks promising: http://www.bennadel.com/blog/719-Ask-Ben-Getting-The-Date-Based-On-The-Year-And-Week-In-ColdFusion.htm
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.