You have attempted to dereference a scalar variable of type class...
You have attempted to dereference a scalar variable of type class java.lang.String as a structure with membersHi I receive the error in the title bar as a result of the following code but I can't...
View ArticleColdfusion will not install on a Windows 2008 Standard server for IIS 7.0...
At the final step "Configure Web Servers/Websites", it complains that - "Cannot configure IIS Connector. Enable the required options, ASP.NET, CGI,...". But, all ASP.NET, CGI, and ISAPI connectors...
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 ArticleHas anyone used JVM argument -XX:+UseG1GC for garbage collection on ColdFusion?
I am hesitant to try to change the JVM Arguments. In the past ColdFusion has failed to restart for me when I changed them. Any advice would be welcome.
View ArticleColdfusion 10 Case Sensitive URLs?!?
I just migrated my CF8 site to CF10 (development only, thankfully!) and noticed that all sorts of issues were occuring with missing images. It appears that, after over a decade of "test.html" being...
View Articlecftextarea to PDF
We are using Cold Fusion 8. I created a text box on a form using cftextarea, which uses FCKeditor that came with CF8. When I try to populate a PDF form using cfpdfform/cfpdfformparam the embedded...
View ArticleExporting and Importing Datasources to a new coldfusion server! (help)
Hi all Wondering if there is a clean straight simple way to export DSNs from a coldfusion server and import to another???????????? I need to export a huge amount(200 plus) of DSNs from a Coldfusion 8...
View ArticleHow do I not insert empty value into mySQL loop
How do I prevent my loop from trying to insert an empty value into mySQL database? The form I am using has four rows automatically created. If they only fill in three rows than I get problems with the...
View ArticleError 500 after installing CF11 on Windows 8.1
I purchased a new laptop with Windows 8.1. I had a previous latop that had been upgraded to Windows 8.1 and ran CF10 perfectly fine. I made sure the necessary IIS modules were installed for CF. I...
View ArticleHelp me figure this hack out.
So as i was opening my presents with my family Christmas morning when my web server emailed me to let me know that a file had been created in my /CFIDE/ folder. This file was h.cfm and it was a nifty...
View Articlelatitude longitude coordinates from SQL Server and plot on Leaflet map
My question is essentially this:How do I transform data from SQL Server and map it in Leaflet?HINT: We are running Coldfusion 11, SQL Server 2000, Leaflet and JQuery if that helps in any way. If I need...
View Articlevalidation cfinvoke
The database queries I had at the top of the page were moved into a CFC and now it is taking noticeable amount of time in displaying the data. how to make data entry validation that does not happen...
View ArticleColdFusion 10 intermittent "service not available"
Have been programming over 30 years and CF in its various forms since 1998, but have to say this upgrade is NOT straightforward and after 3 very frustrating days I've finally reverted to CF9. CF10...
View ArticleWhen the instance name is specified, it is invalid to specify the port number
Hi, I am using ColdFusion11 version 11,0,03,292480 with java 8 installed and am using the coldfusion API setMSSQL function to create an mssql datasource. The datasource is a named instance and when it...
View ArticleAdmin tools missing....
I installed CF11 on a CF9 machine (Windows 2008 R2 Standard). The website running on CF9 is fine but I can't get to the administrator. It says the file isn't found and does not exist.
View ArticleHow do I edit the text within a Coldfusion string?
Hi! I have a ColdFusion variable which contains a URL: For example, it looks like <iframe width="640" height="360" src="//www.youtube.com/embed/XXXXXX" frameborder="0"...
View ArticleHow to handle Coldfusion SOAP Web Service Errors
Hi, I have just created simple wsdl example:My Component:<cfcomponent displayname="mytest"> <cffunction name="service_login_authentication" access="remote" output="true" returntype="any"...
View Articleconvert datetime to decimal
Does anyone know of a way to convert a datetime (like 2015-06-10 07:30:00) to a decimal, similar to:42165.450 where 42165 is days and 450 is minutes? If I try the...
View Article"The connection was reset" errors ColdFusion 10
Hello, I've searched net and Adobe forums before creating the thread. We have webserver using ColdFusion 10 and IIS 7.5, we are trying to retore our ColdFusion website on it. We are getting following...
View ArticleFiles not deleted in CF 10 tmp directory
There's a directory in the CF 10 Windows installation -- ColdFusion10\cfusion\runtime\work\Catalina\localhost\tmp -- that looks like it is used as a temporary storage for files being uploaded using...
View Article