How to fix HttpExtensionProc::jk_isapi_plugin.c error
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...
View ArticleDocumentation on making API calls, parsing, and formatting.
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.
View ArticleFilter solr results
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...
View ArticleAdmin Section Needs to Show Styling
I am creating an admin section now. Should I go about this differently? I have gone through the learncfinaweek tutorials and copied the back end admin from that site and pasted it in for the new...
View ArticleCF code works fine on IIS6 but fails under IIS7.5 with "Complex object types...
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...
View Articleqoq summary rows
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...
View ArticleHow to convert eastern standard time to local time?
It looks like one of the date and time from an API and I retrieving from uses eastern standard time. I wanted to convert that into time. I was looking at this article, Converting Dates Across Time...
View Articlecoldfusion 11 iis clustering
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.
View ArticleCreating an epub file.
Hello,I have noideato create anepub.I havea directoryon behalfof the book,the necessarydirectoriesto the creationof aepub:•Texts•Styles•Images•Fonts•Audio• Video•MiscAnd2 files:•Content.opf•Toc.ncxI...
View ArticleDefault Character Encoding
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...
View ArticleHow to manually apply hot fix in CF10 (war) deployed in Tomcat Standalone
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.
View ArticleApplication Fault with jrun_iis6_wildcard.dll IIS worker process stopped
Hello everyone, I recently inherited an application running ColdFusion MX7 Version: 7,0,0,91690 This application was moved to a Windows 2008 R2 Server last year. Ever since then we've been getting an...
View ArticleCustomizable queries
Hello, all, The project that I'm currently working on has a requirement that is making me cross-eyed. Customizable queries. (Rolling eyes) The customer wants the ability to choose which columns will...
View ArticleSimplest of components won't run.
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...
View ArticleUnable to read the source URL - handshake alert: unrecognized_name
I am trying to take a feed provided by Active911 Below, Code is also below... But I keep getting a "Unable to read the source URL - handshake alert: unrecognized_name" error. I have used this same code...
View ArticleMySQL in ColdFusion: after delete of a record, update with new sort order
Hello, all, I'm trying to automatically update a sort order column after a record has been deleted, so that there are no gaps (yes, I know it still will work with gaps.. my OCD brain cringes at the...
View ArticleColdfusion 11 cfhtmltopdfitem
I am using Coldfusion 11 and the new tag CFPDFTOHTML. I want to use CFPDFTOHTMLITEM type="header". But I want a different header on the first page than the others. With CFDocument I could do this by...
View ArticleUnable to update ColdFusion 10
On my Windows Server 2008, when I click the "Check for Updates" button, it says "No updates were found" but I know that the latest update for ColdFusion 10 is update 18 and mine only has Update 9...
View ArticleColdFusion generated PDF rendering mojibake for latin 1 character
I am having trouble getting the latin character "ä" display correctly in the pdf generated from coldfusion code. I get "ä" instead of "ä" I am setting cf processing directive to UTF-8. I can hardcode...
View ArticleORM children removal
I'm running into some problems with a relatively simple task. Application.cfccomponent { THIS.datasource = "xmdlocaldevdb"; THIS.name = "TESTING"; // MUST BE SAME AS TOP LEVE APP...
View Article