The official community for ColdFusion.
Nyligen aktiv
Does Adobe think customer service is a joke? Why is a 2-hour wait time acceptable? Someone contact me at b2bn@hotmail.com regarding a refund for an Adobe product I recently purchased. If not I'll just have to dispute the charge with my credit card company. Regardless of your attempt, forcing customers to wait over 2-hours for customer service will not stop me from getting a refund. Tip - if you want to learn about a company and how much they value their customers, see how long it take to get in touch with customer service. That will tell you all you need to know.
We have an Enterprise CF11 License and would like to know what that grants us in terms of 3rd party software. Specifically ZingCharts ?There is a license file in: ColdFusion11/cfusion/wwwroot/CFIDE/scripts/chart/license.js which can be applied, successfully to the current version of ZingCharts (2.6.3) Does an Enterprise license of CF11 grant us license to ZingCharts as well?Thank you
Hello,Earlier I had HomeSite 5.5 installed on Windows 7 and everything worked fine, until I upgraded to Windows 8, and now, about every 20 minutes or so, it throws up this error message before it crashes:HomeSite has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. Then if I click debug, it says:An unhandled Win 32 exception occurred in HomeSite+.exe [8064]The error number differs each time. I can't debug because I don't have Visual Studio installed.Is anyone else running HomeSite on Windows 8? If so, maybe you know of a solution.Pete
Hi,I put in an issue with ColdFusion Builder 2016 in the ColdFusion Builder section.Have not received any response.Would it be possible for someone to look at the issue?The issue is causing the user frustration.Thanks,Mike
Please download the attached file to view this post
Am setting up a new server, putting CF2016 on it. OS is Win2012 on a VM server. The installer starts up but says that it cannot find the C++2012 redistrib. I let it do the C++ install, restart the CF install, end up at same error. I had sys admins install the redistrib, verified in control panel that it is installed, started the CF installer (running as admin), same problem - it says that the C++ 2012 redistrib is not installed.Anyone else seen this, have any ideas?-reed
Patched CF9.01 (save the judgement, it's what I have to support)Java 1.7-80Windows 2008 R2IIS 7.5SmarterMail 10.7Server supports TLS 1.1, 1.2 and 1.3.Typical settings for cfmail are: <cfmail from="#mailfrom#" to="#mailto#" server="mail.mydomain" useTLS="yes" port="2525" subject="Some Subject " type="html"> (Yes, Port 2525 is the TLS smtp port. )Additionally, the server, use TLS and port are defined in CFAdministrator.The Message-ID on the non-encrypted email lists a number, then .JavaMail.myservername@mail.mydomainname. Is there some JavaMail setting that needs changed? Or a property that needs to enable TLS?Problem I'm trying to solve is the red padlock in Gmail that states "x did not encrypt this message". I only get this when I send through CFMail, but NOT when I use the Smartermail webmail interface (sends TLS1.1) or through any other smtp client, such as Outlook (sends TLS1.1).How can I get the CF9 Application Server to encrypt what it sends so I can get rid of t
Hello,I have read that the Api Manager helps with security. As I understand it that people will connect to the api manager endpoint and is authenticated. Then the request is passed over to my API. Is this correct?How is security handled between the api manager and my api? do I just hide my api server non web accessible so it only accepts request from the api manager?That part is still foggy to me.Thank You,Randy
I am facing problem with size in generated PDF is not same with the sample HTML. Coldfusion version is 11,0,0,289974(developer) and adobe driver version is 5.1.1 (Build 0001) .Below is my code;<CFOUTPUT> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=shift_jis"> <CFDOCUMENT format="pdf" overwrite="yes" fontembed="Yes" pagetype="A4" marginLeft="0" margintop="0" marginright="0" marginbottom="0"> <HTML> <HEAD> <TITLE>TEST</TITLE> </HEAD> <style type="text/css"> html, body {padding:0; margin: 0;} &nb
HelloWe have a lot of pages encoded with iso-8859-1. CFBuilder Beta 1-3 was able to show the correct encoding (specified in project properties > resources > text file ecoding). Although we changed the settings in project properties and in preferences (general > workspace > text file encoding > other > iso-8859-1), cfbuilder opens every single page with utf-8. it's possible to change it for every page under page properties (or edit > set encoding), but this is a really big efford... it's also a little bit strange, because the set-encoding-menu shows "Determined from content: UTF-8" by default, although there are a lot of iso-8859-1 encoded characters inside (ä/ö/ü in our comments).Any idea?Thanx,Patrick
Hello,i want to automate the signing of my pdf's. I use standard coldfusion command<cfpdf action="sign" source="noSign.pdf" destination="Signed.pdf"keystore="c:\coldfusion2016\jre\bin\myKeystore.jks" keystorepassword="changeit" keyalias="321"overwrite="true" pages="1" height="100" width="200" position="280,210" author="false">and i get the ERROR : "keyalias 321 does not exist in the keystore."when i list on the server : keytool -list -v -keystore myKeystore.jks the alias really excitsC:\ColdFusion2016\jre\bin>keytool -list -v -keystore myKeystore.jksEnter keystore password:Keystore type: JKSKeystore provider: SUNYour keystore contains 1 entryAlias name: 321Creation date: 23-mars-2018Entry type: trustedCertEntry.....i've imported this alias by : keytool -import -keystore myKeystore.jks -file 321.cer -alias 321HELPPPPPPP !!!!Thx in advance
Hello,I recently upgraded ColdFusion 10 to ColdFusion 2016. We are a small installation, and use ColdFusion Developer Edition. Even though CF 2016 is clearly running and working fine, the display block at the top of the screen still displays "ColdFusion 10". I installed with JEE. Anyone know how I can fix this so it reflects the actual ColdFusion release?Thanks
Hola, estoy tratando de descargar adobe coldfusion en linux para realizar unas pruebas, pero cuando intento hacerlo me aparece error 404, hay alguna manera en la que pueda obtener el instalado?
Hi thereI have found an annoying bug in CF11/CF2016, both versions, both updated to latest Hotfixes.It is in the http() object. Setting a header strips out %0A …. Absolutely weird.To repro, do this (shortened):---GET https://nova-test-ws.sbb.ch/login HTTP/1.1Authorization: Basic bm92YV9tZ2JfYXBwX3Rlc3Q6NzB4WTBIRE9nSkFYakl2dzgzdHk=Host: nova-test-ws.sbb.chAccept-Encoding: gzip,deflate---You will get a large cookie, like this (only start is shown):---Set-Cookie: SAML-Ticket=%3Csaml2%3AAssertion+Version%3D%222.0%22+ID%3D%22SAML-afb7ce33-11c0-40fa-8ed6-acfb070f5b01%22+IssueInstant%3D%222018-03-19T13%3A19%3A14Z%22+xmlns%3Asaml2%3D%22urn%3Aoasis%3Anames%3Atc%3ASAML%3A2.0%3Aassertion%22%3E%3Csaml2%3AIssuer%3ESBB-WSG-TEST%3C%2Fsaml2%3AIssuer%3E%3CSignature+xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23%22%3E%0A%3CSignedInfo%3E%0A++%3CCanonicalizationMethod+Algorithm%3D%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-xml-c14n-20010315%22%2F%3E%0A++%3CSignatureMethod+Algorithm%3D%22http
Does Coldfusion Builder work with the plugin for Plastic SCM?
Is there a way in ColdFusion to fill an existing pdf fields from web form entries.
I'm trying to get CF11 installed on my local MacBook running OSX. After running the installer, and selecting to use an Apache as the external web server - I'm able to get to the CF Administrator.127.0.0.1/CFIDE/administrator/index.cfm (OK)I've confirmed that this is pointing to:/Applications/ColdFusion11/cfusion/wwwwoot/CFIDE/Created a test page at /Applications/ColdFusion11/cfusion/wwwwoot/CFIDE/test.cfm (works fine)127.0.0.1/CFIDE/test.cfm (OK)However .... any other directory EXCEPT for CFIDE either shows no permissions or file not found./Applications/ColdFusion11/cfusion/wwwwoot/some_other_directoy/test.cfm127.0.0.1/some_other_directoy/test.cfm127.0.0.1/wwwroot/test.cfmBoth show what I'm guessing is the Apache page for a 404.Not FoundThe requested URL /test.cfm was not found on this server.********I 've tried:updating httpd.conf located at: /etc/apache2/httpd.conf with various suggested settings for CFcreate "mappings" via the CF admin (they don't work)-----------
Around 8 years ago, I developed a Flash application for our company. I compiled it into an exe and it sits on our SBS2008 server. It connect to CF9 via CFC's and has a MYSQL db as it's data source, both of which reside on the same server. There are 5 or 6 workstations which use the application via a shortcut to the exe file.This has been working quite happily without change until recently when, for some as yet unknown reason(s), it failed with NullPointExceptions. After trying for some days to get it going, I had no choice but to re-install using CF9.02. I configured it as a developer edition and all seemed fine but then it pops up the exceeding license message.OK, we've been doing well in not having to pay a license fee all this time but I'm curious as to how CF9 knows about different IP addresses when it is being accessed by a single application on the same server (127.0.0.1).
The trial download link is totally broken. Does anyone at Adobe know or care?
Installed ColdFusion11 and IIS8. And the site is configured on IIS8, site working fine. But all of a sudden it started giving Error 503, verified the services it was running, log doesn't not describe any error. Restarted the ColdFusion Instance but no use the site still doesn't respond.
Windows Web Server 2008 R2 (Built 7601: Service Pack 1)Coldfusion 9 Enterprise (Version 9,0,0,251028 )IIS 7.5 Jrun crahs sometimes in a day and we dont know why...This is the error in the event viewer:Faulting application name: jrun.exe, version: 4.0.7.43259, time stamp: 0x4a98c922Faulting module name: KERNELBASE.dll, version: 6.1.7601.24000, time stamp: 0x5a4996d4Exception code: 0x80000003Fault offset: 0x0001338dFaulting process id: 0xfb0Faulting application start time: 0x01d3c14392c575beFaulting application path: C:\ColdFusion9\runtime\bin\jrun.exeFaulting module path: C:\Windows\syswow64\KERNELBASE.dllReport Id: 1b685fbb-2dbe-11e8-a9d3-0050560706bcAnd this is the report,wer generated:Version=1EventType=APPCRASHEventTime=131661891185701396ReportType=2Consent=1ReportIdentifier=1b685fbc-2dbe-11e8-a9d3-0050560706bcIntegratorReportIdentifier=1b685fbb-2dbe-11e8-a9d3-0050560706bcWOW64=1Response.type=4Sig[0].Name=Application NameSig[0].Value=jrun.exeSig[1].Name=Application VersionSig[
I get the following error when trying to upload a Word doc with my CF based api. This is not a MIME type I recognize for Word docs, so an error gets thrown by my code. File type(application/x-tika-ooxml) is not supported. This happens only for all Microsoft Office files. I believe it has something to do with CF's fileGetMimeType() function. Below is my code for uploading. Any thoughts on why I'm getting the above mime type, and if there is a way around it? I'm running CF2016(adobe 2016.0.05+303689). I'm using the CFWheels framework, but this has occurred with bare CF too. It is running off CF's built in web server. public function uploadFile( required file, required string filename ) { var myMimeType = fileGetMimeType(file); var isValidMime = false; var myExt = ""; var targetPath = ExpandPath( "./" ) & '/files/bin/' & filename; for (var ext in applic
We are trying to interface with Exchange 2016 using the EWS. The documentation for EWS is awful, very little information from both MS and CF. In particular, we would like to get a library to interface with emails and calendars. Something similar to this:http://www.independentsoft.com/index.htmlBut for ColdFusion, complete with examples. Is there anything out there?Thanks.
It has been a known fact that in older versions of ColdFusion you could not use the CASE WHEN THEN statements inside a query of queries like you can in a SQL query to a database.Has this changed for CF2016?What about the use of IF and ELSE-IF and ELSE statements in a query of queries?We are using MS SQL Server.
I've been following the documentation here: Adobe ColdFusion API Manager Administrator ...and trying to establish a working connection to our existing users and roles tables. I was able to get a store added to the list, but the option of adding users to this store seems to be disabled, and attempts to search (for an existing user to add) only produces a generic failed message with no logged counterpart.The API Manager provided by our hosting firm must be different than the one documented in the link above. Tabs like "Connection" do not contain fields that are mentioned in the documentation (JDBC Driver, JDBC Connection URL and so forth), and other tabs may contain fields that the documentation doesn't mention.I suspect a version issue, but this UI does not contain the "Update" button/link for my account - so I cannot share which version they installed or how to fix this.Are there any manual updating steps to follow, or should I have the hosting firm contact somebody there for a resolut
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.