Getting a 403 - Forbidden: Access is denied on CF 10 Site
ColdFusion 10 Enterprise server running on Windows Server 2008 R2. Scenario 1:Established new web site and pointed it to the CF site files, setup proper mappings in CFIDE Administrator, everything...
View ArticleCF 8 to 11 default.html and login.cfm stuck in endless loop.
I have a ColdFusion 8 site that runs fine on an old Windows 2003 server that needs to be decommissioned. I’ve been able to test the site on a VMware Windows 2003 server image and that works well. I...
View Article404 page not found and 500 internal server error
I upgraded to CF10 from CF8 and moved my websites over to the new server for testing. The main issue seems to be directory related. I built the applications in dreamweaver using developer toolbox to...
View ArticleForm was generating Excel spreadsheet, last week - now it's not
Hello, all, I've been working for weeks on a form that will (when submit) generate an Excel spreadsheet, then attach said spreadsheet to an email and send it off. Basically, once a form has been submit...
View ArticleCFCLIENT: Doc examples do not work; Can't get anything to work?
So I realize that the new CF11 mobile features have been received with some very mixed reviews, but I wanted to try them out to see if I could use them for some really simple device detection, however...
View ArticleOptional arguments for a REST web service?
Can one use optional arguments for a REST web service? Example: http://somesite/rest/someservice/{year}/ or http://somesite/rest/someservice/{year}/{cataglognumber} where The first uri returns all the...
View ArticleOptional arguments for a GET REST web service
Can one use optional argument for a GET REST service? For example: http://somesite/rest/someservice/{year}/ or http://somesite/rest/someservice/{year}/{catalognumber} In the first case, it returns all...
View ArticleColdFusion 10 + not writing to file + Connection Failure only thing on output
Migrating from ColdFusion MX7 to ColdFusion 10 running on Server 2012. Scheduled task that work on older server are not working on new server. At the end of schedule task they write to an output file...
View Articlehow do i join two tables in a cfquery, then order by date?
I have two tables of events that I want to join in a query, schoolCal and newSchedules. Both have schedID and event. I would like them to order by the eventDate. My code is: <cfquery name="getevent"...
View ArticleRefreshing a form page after opening CFDOCUMENT PDF in new window.
Hi guys, I have a form page/processing page that takes data from a form and then inserts into a database/prints to a PDF via CFDOCUMENT with this on a submit button: <cfinput type="submit"...
View ArticleWhy is CF11std Pricing missing from Adobe's site?
Where is the new license price for ColdFusion-11-Standard on Adobe's CF11 page? Adobe ColdFusion 11 FamilyI couldn't find it anywhere on Abobe's sites. I chatted with sales support and they sent me to...
View ArticleColdFusion 11 Install -> Error 404 2 1260
All, Just did a fresh install of ColdFusion 11 on a brand new instance of Windows Server 2012 Standard, 64 bit. Attempting to add a site, and getting an IIS error 404 2 1260, which is the sub_code...
View ArticleHow do i upgrade coldfusion MX 7 to 11 or any documentation about the upgrade?
How do i upgrade coldfusion mx 7 to 11 or any documentation about the upgrade?
View Articlecompressing PNG images
I have a script that captures PNG images from a 3rd party server, I then save them on my server using this code, forcing them to 45x45 <cfimage action = "resize" height = "45" width =...
View ArticleColdfusion is always including cf_flash_policy_port...CFForm and CFGrid have...
Coldfusion is always including cf_flash_policy_port even though CFForm and CFGrid are set with format="html". How can I eliminate any reference to Flash and still use CFGrid? Some other CFInput tags...
View ArticleCalculations in form
Hi. I am setting up a simple form that will do some calculations to determine the price of something that we are going to cut and sell. First, the user will choose a part number. Then they will type in...
View ArticleRerun the page if saved "file-size" = zero
I have the following saved page setup as a "Scheduled Task" in CF9.- Occasional the connection fails and the "AC_ACCT.csv" file-size is saved as a 0k file- How would I alter this page to do a check on...
View Articledynamic drop down menus
Hi everyone. I am trying to create some drop down menus where if you do a selection in the first drop down menu, the second drop down menu will display. I have this working on 2 drop down menus,but the...
View Article