Storing characters in SQL such as ® registered trade mark
I've set my datasource advanced settings to higher end Ascii characters along with unicode. I'm inserting data into MS SQL using <cfqueryparam cfsqltype="cf_sql_char"...
View ArticleProblem with CFimage / PNG images
I have a problem saving PNG images from another server, for example itunes, some work, some don't The following image will open fine in my browser...
View Articlecfsearch filename
Is there a way to retrieve just the document filename without the appended url path from a cfsearch?
View ArticleColdFusion 11 Installation issues on OSX 10.9
Hi, I'm facing ColdFusion 11 installation issue on MAC OS X 10.9. Once the installation done with first step it asks to run the ColdFusion service manually as it is not automatically get started, once...
View ArticleUpgrading From 9 Enterprise to 11 Enterprise
About five years ago we upgraded our ColdFusion installation from MX 7 to 9.0.1. We've been running this version for about three years now with no problems. It's been great. But, we're two versions...
View ArticleColdFusion 11 new installation; service won't start on 2008 R2
I've just installed ColdFusion 11 on a clean Windows Server 2008 R2 machine and the ColdFusion application service looks like it starts, but then a minute later, shows that it is not running (in the...
View ArticleSubmitting cfadmin login password I get "an invalid method (http verb) is...
This is occuring after a fresh install of IIS, and the cfadmin website is configured via WSCONFIG. I followed all the user permission recommendations from Pete's CF11 Lockdown Guide with the exception...
View ArticleProblems with nvarchar(max)?
During testing yesterday, I found that my web app wasn't updating records correctly. Some columns update while others didn't. Upon further inspection, I found that all the columns that weren't...
View ArticleNot getting all results in Array Populated from Query
When running this it is only giving me the last value of my query in the array. Any thoughts on why this is happening? I appreciate any assistance. Thank you <cfset result = arrayNew(1) />...
View ArticleSTARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
Hi there,I'm new of the comunity and I'm a junior coldfusion developer...I have a problem with my application, I post the debug information of two cases:this is a normal result after I call the home...
View Article404 with link to shopping cart index.cfm
I have tried to reference the file several ways without success. Please help me sort this out. Thanks! <a href="/index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to...
View ArticleHow do I connect to Oracle using CF11 standard?
After installing CF11, I now see that there is no option for Oracle in the driver selection list anymore. I need to connect to an Oracle 11g R2 database. I downloaded the ojdbc.jar driver from Oracle...
View ArticleRead XML file and generate a XLS file?
Hi Guys,How I can generate a XLS file with information in a XML file. I have a XML which received information from a form. To the user see the information inside a XML file, I created a report.cfm with...
View ArticleEnterprise multiple instances can't start with port set to 80
I have three instances: main instance is for cfadmin site, next two are my websites. cfusion ---> cfadmin site --- http port <blank> --- remote port 8014 --- host localhost --- cluster...
View ArticleCFZIP Bug in Coldfusion 11
CFZIP Bug in Coldfusion 11: <cfzip action="unzip" ... storepath="no"> does not work as expected. The files are unzipped to the entry path and not to the root level. My code worked fine with...
View ArticleCFGRID Bug in Coldfuson 11
I used my well working code from Coldfusion 9 to get it running under Coldfusion 11 and found a bug in CFGRID together with a bind statement: Using bind the resulting javascript on the page has an...
View Articleindex.cfm not found
<form action="/index.cfm" method="post"><form action="../index.cfm" method="post"><form action="../../index.cfm" method="post"> Have tried them all, no luck. Any help?
View Articlecfspreadsheet autosize
Has anyone been able to get the autosize option in CF11 to work properly, I have added it to a couple of the spreadsheet I am generating but one of my columns is still coming out twice the size it...
View Articlecfdocument does not respect page-break-inside:avoid
Can anybody make page-break-inside work? below is sample code ... run it and it doesn't respect the page-break-inside... I think it is time to remove this from the document documentation if nobody...
View ArticleCase preservation for struct keys not working
ColdFusion 11 offers a new feature to preserve the case of struct keys during JSON serialization. Trouble is it does not work for me (OSX 10.9.4). The documentation mentions 2 ways to get this working...
View Article