The official community for ColdFusion.
Nyligen aktiv
Hi,I have CF10 deployed in Standalone Tomcat. the autoupdates is not working.. wondering how to apply the patch for that instance.. I don't see any hf-updates folder in the exploded war CF10 folder.
On all of my recent installs the default Java File encoding is getting set to ASCIIOn my test box the default is UTF8 – which is what I want, and which according to all the documentation I have found is what CF should be using by default. There are no –D options being added anywhere to override on the test box. The LANG and all the LOCALE settings are all identical on all boxes (UTF8 settings)I am not finding anything that should be causing CF/Java to pick up ASCII. From what I can tell the OS is using UTF8 - I am out of ideas of why Java thinks it should pick up ASCIII am on Red Hat 6 – CF 11 patched up to HF7 – 64 bit. CF - using the default Java that come with it: 1.7.0_51 Any ideas of where else to look?
When I type the URL as www.example.com, it throws the following error message.404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.but when I type the URL as www.example.com/index.cfm, it works. When I open the URL www.example.com from the server, it throws different error message.HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler.The DefaultDocument in IIS is already set to index.cfm. Please advise what can be the problem and how can I solve this issue.
Is there a document on how to setup clustering with Coldfusion 11 under IIS, I can find plenty of documents on how to set it up under Tomcat, but none for IIS.
This is what it says on the API Basics | KnowledgeOwl site. But it seemed that for it to work, the full URL look something like this.https://app.knowledgeowl.com/api/head/category/5697c6a632131cd740bd3123.json?_authbykey=56a7d8c512331c4058361687&project…So, this is my attempt in using cfhttpparam.<cfhttp url="https://app.knowledgeowl.com/api/head/category/.json?" method="GET" > <cfhttpparam name="categoryID" value="c6a632131cd740bd3123"> <cfhttpparam name="_authbykey" value="56a7d8c512331c4058361687"> <cfhttpparam name="project_id" value="55c4ffd131231c527e294fe6"></cfhttp>Okay, so I got Error in custom script module error. Any suggestion is much appreciated.
Hello Everyone,I am the webmaster for a school district, and we have a system where parents enter the name of their street and the city they live in.The system then returns which schools their children will go to based on their address.We are running ColdFusion 11 and I recently installed Update 7.After this update was installed this system stopped working properly.Instead of returning unique entries, it returns the same entry multiple times.I did some testing and found that when using ArrayAppend() to add a Structure to an array, that it overwrites all of the entries in the Array to match the entry it just added.here is a section of my code <cfset StreetArray = ArrayNew(1)> <cfloop query="Streets"> <cfset StreetRow['Street'] = STREET_NAME> <cfset StreetRow['Range'] = LOW_RANGE & ' - ' & HIGH_RANGE> <cfif EVEN_ODD is "E"> <cfset Street
Hello, all,I know that this question doesn't really belong here, but the General Development forum is dead (I've already asked a question, there - no response), and the smartest users that I interact with are in this forum, anyway. So, please forgive the audacity of posing this question, here, and please do not move it to another forum.I've been tasked with setting a form up so that a user can check a checkbox that will save the form for re-use, later. The user can give it a name, and it will appear in a SELECT drop-down on future visits.What I have in mind (and I've done, so far) is to use jQuery.serializeArray() and JSON.stringify() to save the form fields and data as a string in a single column of a database table. So far, so good.However, upon retrieving said string, posting it back to the browser and using JSON.parse() to make that data into an object, I'm facing some real difficulty in populating the data back into the form.The code that I have, so far, is not t
Will someone provide me information/links to making API calls, parsing, and/or formatting the JSON result in ColdFusion. If there are video tutorials, that'll be awesome.
Hi All,I have a complex query putting multiple tables and views data using union all, such as:<cfquery name="preQry" dbtype="query">select 'groupA' as Grouping, Item as Desc, sum(fieldCalA) as fielTotalfrom tableAgroup by Grouping, Descunion allselect 'groupB' as Grouping, item as Desc, sum(fieldCalA) as fielTotalfrom viewBgroup by Grouping, Desc.....</cfquery>The data looks like:GROUP, DESCRIPTION, TOTAL----------------------------------------------groupA, ItemA, 10groupA, ItemB, 25groupB, ItemC, 30groupB, ItemD, 20groupB, ItemE, 50groupC, itemF, 5....How can I add a summary row in my qoq? so my data can be like:DESCRIPTION, TOTAL--------------------------------groupA, 35 ItemA,10 ItemB, 25groupB, 100 ItemC, 30 ItemD, 20 ItemE, 50groupC, 5 ItemF, 5....Thanks in advance.
CF 7 and CF 8 produce the same error in IIS7.5 on Windows 2008 R2. It works fine in IIS6 on Windows 2003.Code for the normal http website seems fine, but when the code calls https sections of the site, I get this error. The debug error is "Complex object types cannot be converted to simple values" and the detail shows the problem occurs in fbx_fusebox30_CF50.cfm when it reaches: FB_.ReverseCircuitPath[fusebox.Circuits[aCircuitName]]=aCircuitName; if (ListLen(fusebox.Circuits[aCircuitName], "/") EQ 1){ fusebox.HomeCircuit=fusebox.Circuits[aCircuitName];
My employer has an web application using CF and we're converting to MS SQL Server 2014 and I'd like to use the Report Builder, and I am a Neophyte in Cold Fusion.Question...can I call that application from CF?Thanks, Kevin
I am trying to filter search results within a solr search built in Coldfusion 10.Apparently, the Coldfusion version of solr does not have the fq= (filter query) attribute, and I'm having trouble figuring out how to tell the search to only include records with a particular variable value.<cfsearch name="getData" collection="MyCollection" criteria="#myCriteria# and custom1:#URL.myVariable#" maxrows="800" status="info" orderby="customvariable_s" contextBytes="80000" contextPassages="1" suggestions="always" />I have stored a particular variable in "custom1" and want to search the collection using the criteria from a form (#myCriteria#), but only include items with the corresponding "custom1" value. Is there any way to do this?
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?
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.