cfhtmltopdf work on linux?
I saw one blog post from March that this was going to be fixed. Has there been any progress?
View ArticleFree barcode generator?
Does anyone know of a free or 'cheap' barcode generator that will work withCF?
View ArticleCF 10 errors show Error 500 instead of normal error message
Hi, Strangely, our CF 10 server has started to show "500 - Internal server error" whenever a CF error occurs, instead of the normal error message. The error is logged, but the front end shows the error...
View ArticleWhat do you think of the future of Coldfusion?
Let me start by saying I LOVE COLDFUSION. When I first learned Coldfusion I couldn't believe how dramatically smooth and easy it was. Now when I'm looking around for developer jobs, everyone is only...
View ArticleCGI.PATH_INFO is blank in CF 10
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas? Version says ColdFusion 10,283649
View ArticleMultiple Checkbox Insert as Multiple Records
I am relatively new to ColdFusion. It's simplicity, along with Dreamweaver's insert/update/delete wizards, have allowed me to build some pretty neat applications for basic data insertion, retrieval and...
View Articlepost parameters exceeds the maximum limit specified in the server
After ColdFusion security hotfix APSV12-06 was installed, we got this error "500...post parameters exceeds the maximum limit specified in the server..." on our dev and test areas. We changed parameter...
View ArticleObject Instantiation Exception. Creating Java Object
Hi, I am trying to implement CyberSource Simple Order API and I am getting an error on CFobjectObject Instantiation Exception.An exception occurred when instantiating a Java object. The class must...
View ArticleColdFusion writing to shared folder on different computer
I have a process that has ColdFusion write to a shared folder on a computer that is not processing the request. When I attempt to refer to the share using the UNC name...
View ArticleCFID and CFTOKEN still set when using J2EE sessions
I'm using CF10 and "Use J2EE session variables" is selected in the CF admin. When I visit an application, I get the JSESSIONID cookie, but I also get the CFID and CFTOKEN persistent cookies. The app...
View ArticleHTTP Error 401.3 - Unauthorized You do not have permission to view this...
Hi, I got this 401.3 error when running the http://127.0.0.1/CFIDE/administrator/index.cfm configuration page after installation of coldfusion 8 standard on win 2008 32bit server which has IIS7....
View ArticlePlease Help - Randomly HTTP 503 Internal server error
Hi all, I have a Coldfusion 10 standard Edition installation with MSSQL 2005 on Windows Server 2008 R2 server about 2 week old.It is one of my live server and it is dealing with medium to high volume...
View Article"Java heap space" error and coldfusion crashes
I have a coldfusion scheduled task that takes about two hours to run (about 4000 lines of code). It does a number of cfquery, cffile, cfexecute with cffunction, cfloop, and cfif. If works perfectly...
View Articlecffile MIME types
One of my users was trying to upload a Microsoft Word document using CFFILE. The document was created in Office 2007, but was saved in Office 2003 format (.doc). The upload is done with this code,...
View ArticleRandom but Regular CF9 503 Error - CF-out.log Jrun errors
Environment ColdFusion version: CF9 32-bit (NOT the 9.01 Patch yet)Hotfix version Noneserver OS : Windows 2003 Server 64 Bitwebserver: Apache/2.2.14 (W32) 32 bitdatabase: MSSQL 2008 Express with...
View ArticleHow do I populate PDF Image from ColdFusion?
I created a simple LiveCycle PDF that has 1 image and 3 textfields. Using the ColdFusion code below, I was able to pass data from ColdFusion into the form. However, I can't figure out how to...
View ArticleColdfusion does not recognize IE11 - Flash forms not working.
This is a problem that has me banging my head on my desk. We have a web application that still uses Flash based web forms. (Before anyone says it, I know we need to get away from the flash forms, but...
View ArticleCF11 is crashing ( application pool suffered a fatal communication error with...
I have a cluster of 2 IIS web servers on Windows Server 2008 R2. They had been running on CF10 for over a year (if not two) with no problems. I upgraded one server to CF11 and now that server is...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleCFID and CFTOKEN still set when using J2EE sessions
I'm using CF10 and "Use J2EE session variables" is selected in the CF admin. When I visit an application, I get the JSESSIONID cookie, but I also get the CFID and CFTOKEN persistent cookies. The app...
View Article