The official community for ColdFusion.
Recently active
I have just started using ColdFusion Builder 3 and the ColdFusion built-in server (as in CF 11) on a new laptop. Previously I was using CF Builder 2, CF 10 and an external server on another laptop without problems.With the new setup, when I run the simplest CFQuery everything just hangs as soon as I try to access a database. The datasource verifies on the CF Administrator. The server is running (although I have to re-start it every time I boot up), and is listening on port 8600 - I cannot get it working on 8500.I must be making some elementary error. Thanks in advance for any enlightening comments.
i have function for running multiple query MariaDB. but i have problem with cfquery.<cffunction name="testQuery"><cftry> <cfquery name="qResult" datasource="dbsf_mariadev" result="qResult"> BEGIN; DROP PROCEDURE if exists SF6COLA_INSERTTBL; CREATE PROCEDURE SF6COLA_INSERTTBL() LANGUAGE SQL BEGIN IF (select id from __contoh01 where id=1 and nilai=1) THEN BEGIN update __CONTOH01 set id=1,nilai=1 where id=1 and nilai=1; END; ELSE BEGIN insert ignore into
I' am not a ColdFusion expert I' am just a beginner. I started to have issue when I login to the ColdFusion Administrator, it gets stuck on `enter.cfm` white page. When I checked the `isapi_redirect.log`. This is what's on the log[Mon Jan 25 10:37:36.327 2016] [4672:4976] [error] HttpExtensionProc::jk_isapi_plugin.c (2330): failed to init service for request.[Mon Jan 25 10:40:08.330 2016] [4672:4976] [error] HttpExtensionProc::jk_isapi_plugin.c (2330): failed to init service for request.[Mon Jan 25 11:00:26.043 2016] [4672:4024] [info] TerminateFilter::jk_isapi_plugin.c (2359): Jakarta/ISAPI/isapi_redirector/1.2.32 () stoppingHow can I solve this problem. Please help!
Has anyone worked with CF using Mac OS 10.11.3?
I index a site, to do this,I do several cfindex with update action on different datasource.It seems that the last cfindex erase the first indexing when changing of datasource ?here is example of code :<CFQUERY NAME="forum" datasource="#forum_datasource#"> SELECT quest_topic_id,quest_id,quest_text,quest_sujet,ans_text from answers inner join questions on answers.ans_quest_id=questions.quest_id</CFQUERY><cfindex action="update" collection="arpille_site" key="quest_id" type="CUSTOM" title="s_forum" query="forum" body="quest_text,quest_sujet,ans_text"> <CFQUERY NAME="annonce" datasource="#Article_datasource#"> SELECT an_titre,an_des,an_
I have a system of rotating banners with views of statistics and clicks, but I'm having trouble with Google IPS (66.249.xxx.xxx) being inserted into the views of the banners. How to fix it?ThanksAnderson
Have been programming over 30 years and CF in its various forms since 1998, but have to say this upgrade is NOT straightforward and after 3 very frustrating days I've finally reverted to CF9. CF10 Standard upgrade from CF9. Running on dedicated IIS 7.5 on WIN 2008 R2 Server. All 64bit.Upgrade installation worked correctly. RDS was selected as was the Upgrade all IIS sites.Initially CF10 failed to start and checking IIS showed the connectors had NOT been installed. CF10 Administrator just showed raw machine code.Used the CF10 Web Server Configuration tool on "ALL Sites" - no difference.Removed "All sites" and then installed the connectors against individual sites. This worked - but then I noticed each site was running the CF9 connectors!Removed each. Then ran the CF9 Web Server Configuration tool to remove all CF9 connectors. Confirmed they had been removed in IIS, then ran CF10 Web Server Configuration tool to add the connectors and all worked well.This morning I rebooted the server to
Hello,I'm in the middle of maintaining an older ColdFusion application for this job I'm doing and I came across these encrypted files with a bunch of gibberish as code. At the top of the file it says "Allaire Cold Fusion Template". I asked the previous developer and he says he doesn't have the originals. We're transferring web hosts over to a higher version of ColdFusion, which doesn't support running these encrypted files.It would seem that the only way to proceed is to decrypt these files back to their original code.Does anyone know of a decryption tool for this type of file?Thanks,Pete
I am using SOLR and Coldfusion to index a collection of PDFs. Am I able to get hold of the page number in search results?I would like to link directly to the page using the syntax http://myserver/files/selectedfile.pdf#page=5Can I pull the page number for the page that the keyword matched on?Thanks.
Doesn't look like CF11 is compatible with Windows 2016 yet. Anyone know when this will work? Or will I have to upgrade to CF12 for that? Hopefully Adobe can get 11 working with it. We'd like to migrate our Web server OS. Thanks.
I confirmed with Charlie Arehart that both CF9 and CF10 are using the same "old" version of FCKeditor, which runs the rich text option of cftextarea. The CFIDE in both editions (such as C:\ColdFusion10\cfusion\wwwroot\CFIDE\scripts\ajax\FCKeditor\fckeditor.js) reports this:FCKeditor.prototype.Version = '2.6.4.1' ;FCKeditor.prototype.VersionBuild = '23187' ;This version of the editor is no longer supported by the company that build the plugin (scroll to bottom of this link): http://ckeditor.com/downloadThe latest version has more plugins and support that would be very useful, such as line numbers and syntax highlighting of the rich text source code. Lots of Googling indicates there was, at some point, a plugin for the old FCKeditor that allowed syntax highlighting but those sources are no longer available (i.e., the web site has gone dark). Anyway, since jumping from CF9 to CF10 i
Hi all,I am trying to deploy ColdFusion 11 as an EAR application to Wildfly. What I have done is:1. Install ColdFusion 11 in my computer using JEE configuration2. Copy the cfusion.ear from ColdFusion11 directory to my Wildfly (version 8.0.0 Final) standalone/deployments directory.3. Start Wildfly.Actually I can access Coldfusion admin page and run the template without errors. However, I find several exception errors in my startup log and don't know what it is. I only capture the first one encountered as below:21:21:17,918 INFO [stdout] (Thread-91) [2016/01/21 21:21:17] [DEBUG] [Thread-91] Unable to inject com/adobe/internal/ddxm/model/FolderType$Description$JaxbAccessorF_content 21:21:17,918 INFO [stdout] (Thread-91) java.lang.reflect.InvocationTargetException 21:21:17,918 INFO [stdout] (Thread-91) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) 21:21:17,934 INFO [stdout] (Thread-91) at
I have a SOAP 1.1 webservice that is using a custom wsdfile. <cfcomponent namespace="http://TestWebservice" wsversion="1" wsdlfile="TestWSDL.wsdl" style="document"> In the TestWSDL.wsdl file, the PerformInquiryResponse is supposed to return a complex type of PerformInquiryResult<xs:element name="PerformInquiryResponse"><xs:complexType><xs:sequence><xs:element maxOccurs="1" minOccurs="0" name="PerformInquiryResult" type="tns:InquiryResult"/></xs:sequence></xs:complexType></xs:element>However, using SOAPUI it returns PerformInquiryReturn instead of PerformInquiryResult <PerformInquiryResponse xmlns="http://TestWebservice"> <PerformInquiryReturn>How do I make sure ColdFusion 10 returns the correct PerformInquiryResult value defined in the TestWSDL.wsdl file instead of PerformInquiryReturn?
I'm running into "Internal Server Error" when trying to authenticate using shibboleth with LDAP. Here's the ColdFusion error.Element MYSITESHIBBOLETH.USERNAME is undefined in SESSION. The specific sequence of files included or processed is: \\commonspotshare.mysite.com\commonspot$\TEST\test.mysite.com\authenticate.cfm, line: 32And here's the authenicate.cfm file line 32.
Hello,I have a problem with cfcontent for I can pass the document name. It defaults to the name of my program.Thanks for your helpTank you
Hello everyone, I'm trying to send email with the link that includes user id. After users click on the link they should be able to see the form with their information that has been previously filled. So my question is after I send the email how and what is the best way to pull information and show them to user. Should that be separate page with the cfquery limited on user id or something else? If anyone has any idea what is the best way to do this please let me know. I already have my code that send emails.
All of sudden since last week webservices urls are failing with below error This webpage has a redirect loopERR_TOO_MANY_REDIRECTSnot sure what's causing the issue.. Help neededThanks in advanceShajin C
Hello. For our Coldfusion environment, we have a Development, Test and Production environment. I'm trying to determine what licensing we would use. I understand you could use a Developer license for Test, however most environments would have a Test environment replicate a Production environment, so would this work with a Developer license on a test server?
The last example on ColdFusion Help | cfcache looks like being for a different tag.
I receive attachments thru work emails on my PC, and b4 the attachments open up I get Adobe Download Asst Welcome box. I reset my password. Error says unable to invoke CFC - could not find component or interface. Frustrating. Please help.
{ColdFusion 8, latest, Windows.}The following statement occurs (in an included CFM file):<cfajaxproxy cfc="crv2_js" jsclassname="ServerProxy">The "crv2_js.cfc" file is indeed located in the same directory. (If you request it at the same URL, and enter the administrator password, a nice formatted description of the library and its methods dutifully appears, so it is there...)But the error is:The specified CFC proxy could not be found.The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings.Looking also on the Administrator screen, I confirm that the directory is not mapped.Other, <cfinvoke> calls have been used to a sister CFC-library in the same directory without incident. So I am confident that the message that I am seeing is somehow bogus ... but I do not yet know what sort of "bogosity" it must be.
Hi All,I'm uploading my .xls using cffile and cfspreadsheet (query="data") to parse the .xls into a query object but I cannot figure out how to insert the query result into a table on sqlserver.<!--- Take data from xls and put into Query, drop info into Table on SQLSERVER.ENGOPSMTRLS ---><cfquery name="GetData" dbtype="query" datasource="ENGOPSMTRLS"> SELECT * FROM data</cfquery><cfoutput query="data"><P><BR>#Name#,<BR>#Work_Order#, <BR>#Project_Manager#, <BR>#Funding_Source#</cfoutput><cfdump var="#upload#" /> <cfdump var="#data#" /><cfquery name="update" datasource="ENGOPSMTRLS"> INSERT INTO ENGOPSMTRLS_UPLOAD (Name, Work_Order) <cfoutput query="data"> VALUES (<cfqueryparam value="#data.Name#" cfsqltype="cf_sql_varchar" />, <cfqueryparam value="#data.Work_Order#" cfsqltype="cf_sql_varchar" />) </cfoutput></cfquery>Error Details:Error Executing Database Query.
Hi,On Coldfusion MX 7, we have one application on Mach II and recently we planned to migrate the Coldfusion MX 7 to 11. So does Mach II compatible with Adobe ColdFusion 11.Could you please let me know.
I'm having trouble downloading the trial/developer edition of CF 11. I'm using IE 11 on a 'company' laptop on which I have temporary admin access. Yesterday I followed some instructions on the download help (setting compatibility for adobe.com) and managed to get the Akamai downloader installed. I got a prompt asking where to download to (the CF download) but when it started to download after a moment I got a message in the Akamai downloader "The Akamai Download Manager has encountered an fatal error: Access denied". There is a link "To download the files directly click here file 1 of 1" but that doesn't seem to do anything (in fact if I right click it and open in new window it just gives me the same Akamai downloader with the fatal error message).Trying again today I do not get a prompt for where to download the file to, just the "fatal error" message in Akamai. And I've tried the direct link again with no success. Tried everything several times over.
HI,I am currently running Cold Fusion 11 with Update 3.When I trying to compile Cold Fusion 11 to Java as part of the step so it can be scanned for potential issues with Veracode, the following message appears when trying to compile:Could not fine or load main class coldfusion.tools.CommandLineInvoker Per the link below Update 5 fixes the issue with the coldfusion.tools.CommandLineInvoker ColdFusion 11 Update 5 prerelease build now available — Adobe ColdFusion BlogBut according to the article, Update 5 has an issue.Update 7 is available. Has Update 7 fixed the issue with Update 5 and or the cfcompile?Thanks,Mike
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.