Is there any issues with installing CF-9 on Windows Server 2008 R2
Have there been any issues with installing CF-9 on a Windows Server 2008 R2? Also if there is no issue should I install the JAVA 1.8 JDK Windows Server 2008 R2? I was looking thru the Windows Server...
View Articledebug output not appearing
My CF9 server suddnely stopped proving debug output. Debug output is set to yes and I've got the correct ip addresses. I have even tried <cfsetting showDebugOutput= "true">, but nothing appears....
View ArticleColdfusion 11 and the SAP_SE (Sybase) Advantage database server
Hi, I know this is a stretch, but has anyone run the Sybase Advantage database successfully with Coldfusion 11? I installed CF 11 in lockdown mode and it appears to be working. Works fine with an...
View ArticlePlease help me in handling java.lang.StringIndexOutOfBoundsException: String...
Hi all, I am very new to cfscripts.I am having below function <cffunction name="newReplace" > and whenever I am calling this function I am getting java.lang.StringIndexOutOfBoundsException:...
View ArticleHow to fix odbc driver mismatch or jdbc driver issue
Hi, I installed CF 11 Developer edition on Windows 12R2 and I have Oracle 12c as db. I installed both 32-bit and 64-bit of Oracle 12 clients. I tried to set up a data source using both odbc and jdbc...
View ArticleCfhttp Curl
Hello, Box.com has an API that allows files/folders to be manipulated programmatically. The syntax using the curl command to generate a link to a file uploaded to box.com is: curl...
View ArticleElement TITLE is undefined in BLOGPOST
I have several errors that I could use some help on. Below is just one of them. I mention that in case I need to bring them all up in order to troubleshoot this correctly. Maybe it is worth noting...
View ArticleCannot get BCrypt to work in CF11
Hello, all, I'm trying to get bcrypt to work in CF11 server, and I'm banging my head into a wall. I've got the following in my application.cfc file: this.jsPath = "/path/to/html/classes/";...
View ArticleFelix Mayowa
Good day everyone please i'm a beginner in coldfusion. i really need your help i've read books about coldfusion but i dont understand them. is there any book for a beginner like me
View Articlecffile using web address
Whatwould be the best way to copy a file from one website to another - i.e. coldfusion application to sharepoint?
View ArticleCF11: serializejson generate invalid json format
I migrated my application from CF9 to CF11, and got a serializejson issue. When serialize object data with empty string, the serializejson function generates invalid string. I have function...
View ArticleCFB3 Freezes
Version 3.0.3.292922 Build 292922Running on Windows Server 2008 R2 Standardjava version 1.8.0_66Editing local files (not on a mapped drive or directory) Seems to only happen in components that are...
View ArticleHow to insert dynamic table with time values?
Hello everyone, I have a question about inserting dynamic table with time values. Here is example of the table that I have to insert in db: Schedule for 10/05/201609:30 AM - 10:00 AMRemove10:00 AM -...
View ArticleColdfusion 11: Troubleshooting - No error to indicate the cause of issue in...
OS: RHEL 6.7 (64-bit)ColdFusion processes are dying or stop running for no reason that we can find in the ColdFusion log files or in the OS log files. Does anyone any suggestion what I can do to...
View ArticleField 'blogCategoryid' doesn't have a default value
Adding new category names are showing the following error. Also, it is not allowing me to edit the names at all. Please help resolve this. Thank you. Field 'blogCategoryid' doesn't have a default...
View ArticleA few questions on cfpdfform
So I'm using the following code to create a PDF from data from a query.<cfpdfform action="populate" source="test.pdf" destination="GeneratedPDFs/test.pdf" overwrite="yes"> <cfpdfformparam...
View Articlecfapplication parameters fail
I have ColdFusion 9 running on a Windows 10 Pro computer. I am using ColdFusion's built-in server. Everything runs perfectly. However, when I run it from another computer on the same network, I get...
View Articlecss, pdf, and table borders
I'm using <cfdocument> to generate a PDF that contains tables. I have all of my style declarations within the <cfdocument> and those styles are being read properly.My problem is that if I...
View ArticleWhy my cfloop stop after inserting first id?
I created cfloop that goes through query that I created above the loop. Inside of the loop I have another loop that defines values and then cfquery with insert statement. I tested my loops before I...
View Article