CFINPUT VALIDATE INTEGER NOT WORKING PROPERLY
The CFINPUT with the VALIDATE="integer" is not working properly at all. The user can enter 23,950 as the number. We would think this is OK but it won't work properly without stripping the "," The...
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 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 Article503 errors after ~3 months w/ CF10
Server is not responding about every other day now. The service states that it's running. Restarting fixes it temporarily. My first thought was that this was a client variables issue, since the 90 day...
View ArticleStoring 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 Articlecfsearch filename
Is there a way to retrieve just the document filename without the appended url path from a cfsearch?
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 ArticleANT builder
I installed CF Builder 3 and wrote a "Hello World" scripts. But when I clicked "Run", it looks for "ANT" builder. I clicked on the two ANT listed, and return error says "No ANT file is found".Can...
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 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 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 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 Articledisplaying coldfusion reports thru Asp.Net site
I am new to coldfusion and have inherited a project from work that involves coldfusion apps that produces reports. I want to create a ASP.Net App with a new front end that will link to the coldfusion...
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 Articlecoldfusion 11 documentation in PDF format: where can I find it?
like all other previous versions of Coldfusion, the documentation was available in PDF format, where can I find it for COLDFUSION 11??
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 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