Multiple Hard Drive Mess!
Ok, so for the past 20 years I have been storing all my code and graphic files in three places:My Working Files & Folders on a local drive - mostly current projects.An Archive of all my code files,...
View ArticleHow to INSERT INTO a specific row?
I have a form with a calendar at the top, below it is a list of items each with a check box. Here is a wonderful visual of it - CalendarCheckbox | Col | Col | ColCheckbox | Col | Col | ColCheckbox |...
View ArticleHow to upgrade CF9 ( Linux - RHEL 6.0 ) to CF 10?
Hello, I have been unable to find any instructions on how to do an upgrade from CF9 ( Linux - RHEL 6.0 ) to CF 10. I have a CF10 full copy and license yet there does not seem to be an upgrade option...
View ArticleFont's for CFDocument PDF not consistent
I have identical CFM file's on 2 different servers which generate a PDF. I use a style tag like this:<style type="text/css"> td { font-family : Arial; color : Black; font-style :...
View ArticleInstalling on MacOS Maverics
Getting this message when installing the package. "Adobe ColdFusion 10" can't be opened because it is from an unidentified developer. Is there a workaround?
View ArticleColdfusion not outputting the entire page, cuts off output
http://leaguemanager.playerspace.com/json.cfm?json_type=league_roster& league=73&requesttimeout=99999&return_script=%2Fmanager_pro.cfm%2Fleag...
View ArticleColdFusion 10 / Splendor Security Lockdown Guide for Windows 2012
ColdFusion 10 Security Lockdown Guide is currently written for Windows 2008. Are there plans to update the document for Windows 2012?Will the new release of ColdFusion Splendor have a Security...
View ArticleCode being added to my web pages
On two occasions, someone has managed to insert what appears to be malware code into one of my includes. I won't post the actual code, but it consists of a CFHTTP tag that references an IP address,...
View Articlewhen will ColdFusion 10 (or higher) support apache 2.4?
Hello, I just installed ubuntu 13.10, and it comes with apache 2.4, which means the next LTS of ubuntu will include apache 2.4. I also read that Fedora 18 and up come with apache 2.4, and so RHEL 7...
View Articlebreak line
<cfset mystring ="Jonh, Doe"><cfset TheText = replace(mystring, ',', '<br>' , "ALL")><cfdump var="#TheText#"> why the results shows Jonh<br>Doe instead of JohnDo Can...
View ArticleCFContent and Internet Explorer 8
Hi - I was trying to use CFContent to serve a PDF . It worked fine in Firefox but not in IE 8. The problem turned out to be this code in our application.cfm (which we include alot) <!---prevents...
View ArticleUnexpected behavior in xmlparse, work-around found
If you read an XML file from another site like this: <cfset myDoc=XMLParse("http://72.250.245.94/videoshare")> <cfdump var = "#myDoc#"> the UTF-8 coding won't be handled correctly, and...
View ArticleCFGRID and datatype decimal, NULL not maintained.
I'll try to make it simple, but ask any questions if I need to explain further. I have a situation where fields in the database are datatype decimal. Some of these datatype fields are NULL, which is...
View ArticleCF10 database connection BLOCKED?? - JDBCPool.checkOut/checkIn
I am continuing to troublshoot some 503 issues with my new server. I recently enabled the Dump Snapshot feature inside Server Monitor and whenever I have an Unresponsive Server alert and I am seeing...
View ArticleColdFusion 10 intermittent "service not available"
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...
View ArticleHow to access J2C alias using CF
Hi, We have a ColdFusion (9.01) application deployed under WebSphere 7. There are some application credentials stored in a J2C alias that was configured using the WAS console. I would like to know if...
View ArticlexmlParse errror - Premature end of file
I have a file that queries orders and writes them out in xml to be polled by some software that reads the order into an erp system. It reads fine but I can't parse an xml reponse that will update order...
View ArticleError starting Coldfusion10 - MessageDigest SHA1 implementation not found
Hi, we have a server running WebSphere 7.0.0.31 and Coldfusion 10, it was working fine with WebSphere version 7.0.0.23, but since we did the update, the application does not start up, not even the...
View ArticleComplex object types are getting up my nose. Have a look...
So, you do the research on how to get a CFGRID to update via SQL update because there isn't much control in the CFGRIDUPDATE function. You follow the online assistance and still get: Complex object...
View ArticleVerifying and Decoding a Signed Request
hello all. we created an HTML5 coldfusion powered application that is serving as a canvas application within our Salesforce.com instance. According to the Salesforce.com instructions I need to do the...
View Article