Questions
Als letztes aktiv
We recently bought ColdFusion 2016. We are deploying ColdFusion as jee configuration to wildfly 8. Wildfly is running in standalone configuration with 2 instances [ no domain configuration here]. We are facing some session issues. For ex, accessing 'admin console 1' logs out 'admin console 2' within same browser. We have tried setting jsessionId configurations as per multiple suggestion across different sites. Any help is much appreciated. Thank you
I have a jQuery that sends the data via post to my proxy ColdFusion page. However, in the this page, I'm not sure how to go about retrieving those values. I tried to log the following in my CFHTTP tag:<cflog text="URL: #URL#" type="Information" file="CGIparameters"> <cflog text="URL-Name: #URL.name#" type="Information" file="CGIparameters">But I always get this error: "NetworkError: 500 Complex object types...erted to simple values. - https://devbox.mysite.com/customcf/kb/proxyPost-KB.cfm"This is the JavaScript that's posting to the proxy page. However, I don't think there is anything wrong with the JavaScript. I tried putting static values in the CFHTTPPARAM and there is no errors. It was able to send the data to JSON API.$(function(){ $("##frmComment").submit(function(event){ event.preventDefault(); $("##submitResponse").append('<img src="../../../assets/mysite/img/aja
Hey everyone! I was put in a position with a data development group last year. We use ColdFusion and ColdFusion Report Builder for applications and reporting on our clients side. I've been recently working more and more with reporting as oppose to the ETL stuff I had been doing. I have found some tutorials on ColdFusion however when it comes to the Report Builder I find a lack of information on using this. Everything I've learned has been through trial an error modifying/working with already created reports. Are there any good resources out there I can use to get better at creating reports from the ground up?We currently use a queries.cfc file that we link all of our reports to to find the underlying data queries but as far as being able to add new bands or really do more than just modifying existing contents....I'm at a loss. What resources does everyone recommend?Thanks!!
Where can I get coldfusion 11 or 12 64-bit developer edition.My hosting company has upgraded and I need to support the new version.
Hello, all,Y'know.. in all the years that I've been coding in CFML, it never once occurred to me to ask the following question, but here it is..If I have a page as such: <!DOCTYPE html> <html> <head><title>Unknown Comic</title></head> <cfinclude url="menu.cfm"/> blah blah blah - foo bar <cfinclude url="footer.cfm" /> </html> Does the application.cfc trigger only once (for the document, itself)? Or does it trigger once for the document, then once for each include (total of three times for above example)?V/r,^_^(Forgive the n00b question - it just never came to mind until now.)
Is there a semester class/course one can take?? The CFWACK book is old and there is little if any support if you get stuck.
Notre entreprise possede une Licence valide de Coldfusion 7 MX qoui faire pour faire une mise à jour à Coldfusion 11
I am running CF11 update 4 on Windows 2012 R2 IIS 8.5. I have multiple users setup to access the CF Admin Console. All the individual accounts started throwing a 500 - Internal Server Error only when we click the "Settings Summary" link on the left navigation pane. Looking at the exception.log shows the following error:"Error", "ajp-bio-8014-exec-3","03/04/15","10:32:10","cfadmin","The current user is not authorized to invoke this method. The specific sequence of files included or processed is: D:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\reports\index.cfm, line: 105 "The default admin account is not having this issue.Please advise. Thanks
(this is a cross-posting of a question I asked on Server Fault: ColdFusion fails to include custom HTTP response header set in IIS 8.5 - Server Fault)I have a Windows 2012 R2 server running IIS 8.5 and ColdFusion 11. Under a specific directory ("mydirectory") I added an HTTP Response Header (Name: X-ResponseHeader, Value: Test). The resulting web.config section looks like this:<?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <httpProtocol> <customHeaders> <add name="X-ResponseHeader" value="Test" /> </customHeaders> </httpProtocol> </system.webServer></configuration>I
Where can I download a copy of ColdFusion Builder 3.0.0.0 Build 292922? I have licenses for this but not the 2016 version. Thank you.
Hello, does anyone know if you can install ColdFusion MX7 on a Windows Server 2008 64-bit Operating System? Thanks. Tim
Hi,My CF version is being displayed as: 10,0,9,284568 There seems to be an issue in the server updates, updates section of CF admin. None of the buttons relating to updating or downloading work (the submit changes button at the bottom does). It seems like CF has stalled at some point during an update. The server has been rebooted and it hasn't had any effect. I've attached a screenshot (of the top half of the screen, bottom half just shows other updates and ends with the standard update settings section).If anyone has any idea how to resolve this it would be much appreciated.Thanks,Robin.
Do I need to have any programming experience before working with Cold Fusion? If yes, what programming languages do I have to know? Thank you!)
Hi All, still working on QoQ.How can I pivot or unpivot the data from a QoQ? I know I can do this before the QoQ, but I have a complex collection of data and I want to use the QoQ result.I am thinking on looping thru the query and create a new query.Does anyone know any generic function? Any ideas?Thanks in advanced.
I want to create DataSource using ColdFusion Administrator API. All my credential are correct that's for sure. I have followed this tutorial and also Adobe Tutorial. I don't know what am doing wrong in here. <cfset adminAPI = createObject( 'component', 'cfide.adminapi.administrator' ) /> <cfset adminAPI.login( 'CFAdminPass', 'admin' ) /> <cfscript> dsnAPI = createObject( 'component', 'cfide.adminapi.datasource' ); dsn = { driver = 'mysql5', name = 'cfdb', host = 'localhost', port = '3306', database = 'cfdb', username = 'root', password = 'mysqlpass' }; // Finally, we save the new datasource dsnAPI.setMySQL5( argumentCollection = dsn ); </cfscript>
I'm trying to send JSON data via CFHTTP. Is this all I need or do I need to do anything else? I want make sure I'm not missing anything. <cfhttp url="https://app.kb.com/api/head/comment.json" method="post" timeout="15" throwonerror="true" > <cfhttpparam type="url" name="_authbykey" value="56ec1f0123131c78636142d6"> <cfhttpparam type="url" name="project_id" value="55c4ffd123131c527e294fe6"> <cfhttpparam type="url" name="article_id" value="#artID#"> <cfhttpparam type="url" name="content" value="#form.message#" /> <cfhttpparam type="url" name="public_name" value="#form.name#" /> <cfhttpparam type="url" name="public_email" value="#form.mailfrom#" /> </cfhttp> Thank you!
Am shifting from a machine that had CF9 on it, then the Splendor Beta, now with CF11 and though I've re-installed CF11 multiple times and have tried various methods I've seen in other threads (including the passwordreset.bat and using localhost) no matter what when I go to the Configuration and Settings Migration Wizard after install to get things going I get "Invalid Password. Please try again." Very aggravating as I'm eager to get rolling with CF11 fully and this is such a goofy roadblock.
In this pdf editor, When giving hyperlinks to within document the particular linked page gets opened and that particular section of the page is gets displayed. But our requirement also includes that the hyperlink should also contain “ Inherit Zoom” . After giving hyperlinks and providing “ Inherit Zoom” the particular page gets opened but the link does not display the particular section but it displays the top of the particular page.
Does Coldfusion Builder 3 have code formatting? If there is, will someone tell me where it is?
I have a CF page that reads an XML file into a query using <cffile>, XMLParse, and QueryAddrow.I then do a QoQ on the result, and voila! I have my page. I cache the query for 8 hours and the XML file is only re-read when that cache expires. It works well.My problem now is that the file contains data from three database tables instead of one, so I need to do an inner join on the tables. But I can't do a QoQ with an inner join.Does anyone know a way for me to do this?
Hello,how do I set the title of a second yaxis?There is no attribute like yaxis2title in <cfchart> tag.I'm working on ColdFusion 11 Standard.regardsClaudia
Hello fusebox or coldbox framework, we want to help.I couldn't find a detailed lecture on the website.I want to learn the logic of the framework.Please help
I am trying to use Coldfusion search in CF Builder 3 and it does not work for me. More to that Is not event listed as an option Under Search top menu
This is a Adobe ColdFusion support community. Why is there no Syntax Highlight for even ColdFusion? There are other but NOT ColdFusion? Is ColdFusion language just not that popular anymore to even provide a code syntax highlighter? Or am I missing something here?
I have a cfform on the page. When I submit the form, I want to submit it to self. Another word, I do not want to submit to another .cfm page. So, how do I do it?
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.