The official community for ColdFusion.
Nyligen aktiv
I created a subfolder named "extranet" and place cfm files in it. The first time I try "localhost/extranet/index.cfm" it runs with a CF error,. That's OK. I open the file in dreamweaver, correct the problem and retry. "Unable to Connect"I've worked with the security properties of "extranet" making sure my username had all privileges, but no joy.Can anyone help?
I'm trying to install the Developer version of ColdFusion using IIS... I have all the proper things turned on for Windows Install - ASP (all versions) CGI, etc. Using a local IP will read regular html files - they load and display properly. The cfm handlers appear to be in place and in the correct directories but I am still getting the error above.HELP! Thanks in advance.
like many other people who switched from CF9 TO CF11 I'm having issues with the charts too. My chart worked perfectly fine in CF9 and after we did an update to CF11 few things just disappeared or not fit in the chart. In my case I have two elements to fix. One is TITLE, problem is that my title has frame for some reason and if I have more than one row with the text, that can not fit in the title. Second is XAXISTITLE does not show up on the screen at all. Here is my code that I used in CF9 to build my chart:<cfchart format="#ffPrint#" xaxistitle="#desc#" yaxistitle="#yTitle#" style="ChartStyle.xml" chartheight="700" chartwidth="#graphWidth#" title="#title#" showlegend="#theLegend#" > I played with my code tried to remove some parts to see how that will effect CF11 and I found if I remove STYLE my xaxistitle showed up but still with wrong values. Also I could not find the way how to re size my TITLE box. If anyone can help with this problem please let me know. Thank you.
Hi All,I have installed Colfusion 2016 in my Windows 10 pc, and I have some problem setting the data source on ODBC 32Bit.Regards,Sonny
I am running CF10 on a win2k8 r2 vm and trying to install HF18,I have the jar file in my hf-updates dir.when I try to run java -jar hotfix_018.jar from that directory I get a msg "Java" is not recognized as an internal or external command...if I try and run it from jre/bin and provide the path to the jar file I get "unable to access jar file"I have checked the permissions on the directories and I have full permissions on all directories and files.I know some will ask if tried running it from within administrator, I am having issues with administrator but that is a separate issueany suggestions on which direction I should go would be greatly appreciated.
I'm trying to read an Excel spreadsheet using CF spreadsheet and keep getting the error below.java.lang.ClassCastException: org.apache.poi.xssf.usermodel.XSSFRichTextString cannot be cast to org.apache.poi.hssf.usermodel.HSSFRichTextStringHere is the line of code that causes the error:<cfspreadsheet action="read" src = "#xfile#" sheetname="Pilot Instructions" name="pilot_sheet">This is CF 11 running in IIS. Any thoughts on why this error is being generated?ThanksDW
Hello, Can I get a free version of ColdFusion 11 for download? There is a developer version link on the web. Where I click it. It is said 30 days trail.
Found an article for SSO with Sharepoint 2003 and 2007 but not 2013. https://helpx.adobe.com/coldfusion/developing-applications/office-file-interoperability/sharepoint-integration/use-single-sign-on-to-access-coldfusion-applications-via-sharepo.htmlDoes anyone have a workaround for SharePoint 2013?
Dear friends, I am a Coldfusion developer, not a server side person. I installed CF9 on my PC for Coldfusion development few years ago, that is Jboss server environment. Can I still use the Jboss for Coldfusion 11?
I would love some feedback here from Adobe on whether or not this is a bug. If so, I will definitely report it but wanted to start here in the forums. Take a look at the cfscript code below: array = [ {key1: "myKey"} ]; idx = 1; tmp = array[idx]; writeDump( var=(array[1].key1 ?: ""), label="Prints 'myKey'" ); writeDump( var=(tmp.key1 ?: ""), label="Prints 'myKey'" ); writeDump( var=(array[idx].key1 ?: ""), label="Prints '[Empty String]'" ); The gist of what I am doing here is using the "elvis" operator to try and evaluate an object in realtime, and if the object cannot be evaluated, providing a default of an empty string. If you run this code, you will see that the first 2 methods of referencing array index 1 evaluate correctly and output my text but the 3rd does not. I realize that it would be better to check for the existence of a structure key explicitly but I am trying to use this approach for a massive refactor of some legacy code. It is stumping me as to why the 3rd method doe
Hello, all,I've got CF code that is being used with a SELECT tag (multiple attribute), and it seems as though the SELECT tag is ignoring the selected attribute for the child options.For example, I have code that will generate the following HTML: <select name="selectA" id="selectA" multiple> <option value="">ALL</option> <option value="Option 1" selected="selected">Option 1</option> <option value="Option 2">Option 2</option> <option value="Option 3" selected="selected">Option 3</option> </select> But when the page loads, none of the options are selected. Any suggestions? What am I missing, here?V/r,^_^
My test server is Windows 2003, IIS 6 and CF9.0.2 with SQL Server 2008.About 3 months ago, I got some pushback from security about the ownership of the directory I had installed CF on. So I had to change the ownership of the drive. Not a big deal.About 4 weeks ago, I started receiving a "Error while executing task 403 Forbidden" in the scheduler.log file every time I ran a job via the scheduler. So, I figured it had something to do with my recent change in ownership. I uninstalled and re-installed CF9. Still getting the same problem. Not a big deal I figure just a test server and I an due to upgrade in March, production is on Windows 2008, will upgrade to Windows 2012, CF11, etc. . . . . .Come today and I have a production problem and I need to run a test file via scheduler. I forgot that the scheduler is throwing "Error while executing task 403 Forbidden" when any job is running. I go out to search the Windows logs, and low and behold, s
Does anyone if it is possible to manually set the CGI.HTTP_REFERER? If so, how do I accomplish it?
I have a strange issue where I have two web sites:D:\inetpub\wwwroot\andD:\inetpub\webapps\which are bound to different domains.Everything on the default (wwwroot) works fine with ColdFusion.However, on the "webapps" site it will ONLY load CFM files if I call them implicitly as a directory.For example:http://my.site.com/loads the index.cfm just fine, however:http://my.site.com/index.cfmalways returns a 404 error. Is there some sort of mapping or permission I need to set to make this work?I checked wsconfig and it is set for All IIS websites. I also made sure the IIS_IUSRS permission is set on it.Anyone seen this? I appreciate any advice.Thanks!Dan
How do you access the form values in javascript using the variables that are passed to the onvalidate function? I cannot find an example anywhere.<cfform><cfgrid name = "FirstGrid" width = "500" height="500" bgcolor="##FFF8DC" onvalidate="validateMyFields" query = "GetCourses" insert = "Yes" delete = "Yes" font = "Tahoma" rowHeaders = "No" colHeaderBold = "Yes" selectMode = "EDIT" insertButton = "Insert a Row" deleteButton = "Delete selected row" ></cfgrid><br><cfinput type="submit" name="gridEntered"></cfform><script>function validateMyFields(form, field, value) { // What do you do to acces the value of the fields in the cfgrid here???}</script>
Working with coldfusion developer edition.Any file extension, such as .html or .css, throws a 404 error.Of course, I need to be able to read a .css file into a template, so how do I do that?
N00b here making slow headway turning spaghetti code into more suitable code. I am tinkering with a very simple CFINVOKE of a component. On the page is this: <cfinvoke component="Products" method="get_active_products" returnvariable="p" specificProduct="BA100"></cfinvoke><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Component Play</title></head><body><p>Hi.</p><cfdump var="#p#"></body></html>And in Product.cfc is this: <cfcomponent displayname="Active Products CFC" hint="Gets all active catalog products"><!--- This function gets all the active products and their data from the DB ---><cffunction name="get_active_products" hin
Hi There,Does anybody know how I can fix this? All was going great, then this happened and I don't know why.I am running Mac OS X 10.11.3, java version "1.8.0_65" Using ColdFusion 2016 & ColdFusion Builder 2016. In the ColdFusion 2016 Builder the Launch Server Monitor & Launch ColdFusion Administrator are greyed-out, and can't be clicked on.I would rather fix this instead of having to re-install ColdFusion!Here is the coldfusion-error.logPlease ask anything that I might have left out.Thank you,Johnny
Oh my word. Years ago I did a project in ColdFusion spaghetti tags, and am now back on it and wanting to improve it. Learning about Components, so I can stash the mostly reused code properly. I'm following a simple how-to on components from Components | Learn CF in a Week. And the darn thing will not work.I keep getting the error: But... syntax looks fine to me, and it's a direct cut and paste from the tutorial, anyway. Here is Greeting.cfc: <cfcomponent> <cfscript> component { variables.baseGreeting = "Hello, "; public string function getFullName (String firstName, String lastName) { var fullName = arguments.firstName & " " & arguments.lastName; return fullName; } public string function getGreeting (String firstName, String lastName) { var fullName = getFullName(argumentCollection=arguments); var greeting = variables.baseGreeting & fullName; return greeting; } }
Tried to debug in ColdFusion Builder 3 and got this error, "The Debug Agent has encountered an internal error." Any suggestion?
Hello,Yesterday I found that an IIS website that is supposed to be connected to its own CF instance is actually connected to another CF instance. Our configuration is thisWindows Server 2008 R2, Coldfusion 9.0.2 Multi server Enterprise edition, IIS 7Coldfusion instances: P1, P2, V1Clusters: Primary1: contains P1 & P2IIS website site1 is connected to Cluster Primary1IIS website site2 is connected CF instance V1I stopped CF instance V1 but the IIS website V1 was still up and running. After much digging I found that website V1 is actually connected to CF instance P1, not CF instance V1. I used the web config tool to connect site1 to CF instance V1. In IIS the JWildCardHandler for site1 points to \JRun4\lib\wsconfig\3\jrun_iis6_wildcard.dll. JWildCardHandler for site2 points to the same directory \JRun4\lib\wsconfig\3\jrun_iis6_wildcard.dll. Here in lies my dilemma. How do I get site2 JWildCardHandler to point to its own folder under \JRun4\lib\wsconfig, say 14 instead of 3
I have a cfform which contains a cfgrid and prior to the 9 to 10 update, upon submission of the cfform, the selected row of the grid was passed/posted to my form action page as:__CFGRID__gridForm__renewalGrid This contained all the data from the selected row, I.e.:__CFGRID__COLUMN__=PROJECTID; __CFGRID__DATA__=T01081002AP; __CFGRID__COLUMN__=APPLICATIONS; __CFGRID__DATA__=PQFD; __CFGRID__COLUMN__=OWNERUID; __CFGRID__DATA__=HT2008; __CFGRID__COLUMN__=TEAM; __CFGRID__DATA__=Roberts; __CFGRID__COLUMN__=ROLE; __CFGRID__DATA__=AASBOAPMX; __CFGRID__COLUMN__=REGION; __CFGRID__DATA__=Southwest; __CFGRID__COLUMN__=EXISTING; __CFGRID__DATA__=K8045F; __CFGRID__COLUMN__=SOD; __CFGRID__DATA__=0; __CFGRID__COLUMN__=INITIALEMAILDATE; __CFGRID__DATA__=01/28/2013; __CFGRID__COLUMN__=MESSAGEDATE; __CFGRID__DATA__=; __CFGRID__COLUMN__=SECONDEMAILDATE; __CFGRID__DATA__=; __CFGRID__COLUMN__=ESCALATIONDATE; __CFGRID__DATA__=; __CFGRID__COLUMN__=COMPLETEDBY; __CFGRID__DATA__=TH2878; __CFGRID__COLUMN__=COMPLE
I'm encountering an issue where I get, what appear to be, frequent exception errors. Each says "Variable 'Error' is undefined" in line 73 of my application.cfm -- which is the same line that I'm calling for `<cfdump var="#error#" label="Error">`.That cfdump is being sent to me via email so I can address errors, but the error message really doesn't reveal anything helpful, because it appears that the coldfusion variable "error" (a built-in variable) isn't being established.I'm using application.cfc and error.cfm as my two main files to handle errors and can attach the code, but wanted to know if someone had a possible solution that was obvious based on what I've shared.Thanks for your help.
I am trying to log into "http://127.0.0.1:8500/CFIDE/administrator/enter.cfm" right after installing ColdFusion on to my server. However, I keep getting "Invalid Password". I have tried uninstalling/reinstalling, but same issue. The password I am using is the one that I set during the installation process. The OS is Windows 2008 R2 Standard 64bit with IIS 7. The server is a recent install with SQL Server 2008 R2. The websites are ported over from an older server (Windows 2003 / IIS 6.X) One of the sites used an older version of ColdFusion.
its amazing... its incredible...Adobe attempt to market to people has made a system that is so Dilbert and screwed up its destined to be legendarymy questions were three (and not stated this way as i didnt think this would be so incredibly screwed up):Where did all my prior licenses go on my account given i have had my email address for 11 years? I owned CS2, CS5, and other productsToday my concern is that i have to download Cold Fusion builder 3.1I tried to find the file... i tried to find the link.. i tried to search the help.i even decided to try chat to find out rather than do a whole post and maybe wait 24 hours. for some reason, bosses at large companies dont like when you spend an hour on chat, or cant find a link for what they buygo to ms you get the linkgo get linux, you get a linkbuy lots of stuff, you get a linkget from Adobe, you have to fight and play games..this company uses linux, and ms, and oracle, and javai am trying to show them how good CF can be for things like rep
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.