The official community for ColdFusion.
Recently active
Hi,I have the form with default it shows below. When i click on Group, the company is hiding. When I click on Compay, i want the group is hiding and Company is shown, but my code didn't do it. Not sure what I have wrong here, please help.Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>test</title> <linkrel="stylesheet" href="css/demos.css"> <!--- sortabledatagrid ---> <script type="text/javascript" src="js/jquery.tablesorter.js"></script><cfparam name="_update" default="off"><cfparam name="_updatebritm" default="off"><cfparam name="_groupOption" default=""><cfparam name="_groupOption2" default="" /><cfparam name="reporttype" default="company"><cfp
I have a CF 2016 site that uses html cfgrid tags. They all display white text on a grey/silver background. The headertextcolor attribute has no affect. The site was recently upgraded from CF9 and it still works on CF9. On CF9 the site didn't specify a headertextcolor and the color defaulted to black but I am also able to change the column header color with the headertextcolor tag. I have tested the same CF 2016 site on both a Windows Server 2012 R2 Datacenter/IIS server production installation and a Linux OpenSuse 42.2 developer installation.Haven't found anything related to this on the Internet. Please help.
I just finished reading a book on introducing Object Oriented Programming (OOP) in ColdFusion. I found the book to be very enlightening on many levels however I was left with some questions and there didn't seem to be anywhere to go after the book to learn more advanced topics or to seek clarification or more information.I may be creating a few questions on this forum over the next few days/weeks with OOP related subjects and ColdFusion that I would love your feedback and opinions on - especially from people that have experience working with OOP.This question pertains to Data Access Objects (DAO) and best practices or recommendations for using them in a ColdFusion application. I'll be using a generic "User DAO" as an example.Historically whenever I've created a DAO method that updates a database table within a CFC I've always included a <cfargument> for every single column that can be updated in the database. Then within my method I check for the existence of an argum
Hi, I'm wondering if anyone has ever figured out a way to install ColdFusion 9 in Windows 10 (IIS 10)? I understand CF 9 is not officially supported in Windows 10 / IIS 10, but I'm wondering if there is some clever way to make this work? Our ColdFusion production server is hosted by our ISP and we are unable to upgrade ColdFusion at this time, so I'm stuck with CF 9 for now. I would very much like to be able to continue to develop and test in the same version as our production server, and my new development machine is Windows 10.I tried the CF 9 installer, chose the developer option, and got no errors until I got to the step where the installer wants to load the ColdFusion administrator page to complete the setup process where I promptly get a 404.3 not found error. I tried rebooting the machine, went to the CF admin and same results. After some further looking into this, I believe the issue was that the IIS handlers never got installed, so IIS did not know what to do with a CFM file.
<cfset DateSelect=16/07/2017><cfset NumJour=#Dayofweek(DateSelect -1)#> <cfset Dim=#dateadd('D',-NumJour,DateSelect)#><CFQUERY name="MajAgenda2" datasource="#session.dbname#"> SELECT AgendaObjet FROM Agenda WHERE AgendaDateDeb=#DateSelect# GROUP BY AgendaObjet</CFQUERY><CFOUTPUT>MajAgenda2.recordcount :# MajAgenda2.recordcount# </CFOUTPUT><CFOUTPUT query="MajAgenda2"> <cfset AgendaObjet="#AgendaObjet#"></CFOUTPUT>Hello,I try to select an item for a date with no resultThank you for your helpcordially
How can I download ColdFusion 11 Developer Edition for localhost?Thanks Will!
I'm trying to execute wsconfig on the following platform:Ubuntu 14.04Apache 2.4.7Coldfusion 2016When I run: sudo /opt/coldfusion10/cfusion/runtime/bin/wsconfig -ws Apache -dir /etc/apache2/conf-available -bin /usr/sbin/apache2 -script /usr/sbin/apache2ctl -vIgnore the coldfusion10 part in the path. I just haven't updated directory names just yet in my chef/vagrant cookbook/recipes/whatever files.I get:command line: -ws Apache -dir /etc/apache2/conf-available -bin /usr/sbin/apache2 -script /usr/sbin/apache2ctl -vUsing Apache binary /usr/sbin/apache2Could not determine Apache connector version.Check that the Apache binary path /usr/sbin/apache2 is correct.When I run:which apache2I get:/usr/sbin/apache2When I run:which apache2ctlI get:/usr/sbin/apache2ctlAccording to this https://helpx.adobe.com/pdf/coldfusion2016-support-matrix.pdf Apache 2.4.X is supported on Linux 64-bit.What am I missing? Any help is appreciated. Thanks.
Hi -- We are thinking of upgrading from CF10 to CF 2016 and ALSO upgrading from RHEL 6 to RHEL 7 while we're at it.According to the matrix, RHEL 7 appears to be supported.Can anyone tell me if CF2016 uses the new RHEL 7 systemctl stuff to start/stop the CF process? Or is it still done through /bin/coldfusion start?Just wondering if anything special has changed for RHEL 7, or if it's still the same way as on RHEL 6.One other question: does anyone here use CF 2016 on Linux on a large site? Nice and stable and good? Recommend upgrading from CF10? Thanks!
I understand how to upload JPG files and Audio files using CFFILE. But no success uploading a video MP4 file. The Coldfusion server is rejecting that mime. In Coldfusion 10, am I to use CF Admin to add an acceptable mime type for upload to the server? Or is there an external file list of mime types CF server points to. How exactly is a new mime type added? I want to upload .MP4 videos using CFFILE. Right now ACCEPT="video/mp4" does not work. Thanks.
I need to move Coldfusion to a new server, how do I move the license?At the moment the new server is running on "trial" for the last 10 days, the old server is used only to migrate data and will shut down permanently in about a week.
Hello Anyone,Respectfully request help in this particular matter, here is my situation:Production Environment: Windows Server 2008 R2 Standard, IIS7, CF 9 using the following tags:<cfheader Name="content-disposition" value="attachment; filename=#GetCustPdf.TheStatementFileName#"> <cfcontent type="application/pdf" variable="#GetCustPdf.TheStatement#">every pdf is served up correctly and views properly in any pdf reader.Upgrade Environment: Windows Server 2012 R2, IIS8, CF 2016 using the same tags:<cfheader Name="content-disposition" value="attachment; filename=#GetCustPdf.TheStatementFileName#"> <cfcontent type="application/pdf" variable="#GetCustPdf.TheStatement#">every pdf over 64k is served up corrupted and does not view at all in any pdf reader.I added this tag to check for corruption: <cffile action="write" output="#GetCustPd
Hi, We would like to upgrade the ColdFusion platform from CF 11 (Enterprise license) to Coldfusion 2016. Can someone comment on licensing cost?
Hi,i try to instal cf2016 on window server 2012 and apache 2.4When I arrive to "add Web server configuration" and I select apache and insert "configuration directory" and "directory and file name..", the system return an error "install web server to configure connector" (see attach).The web server is installed. You can see to this url that point to root http://93.186.252.11/Can you help me?Many thanksMarco
I have coldfusion11 installed and working.I want to install coldfusion16when I run the install exe, it says preinstall check : Microsoft VC++ 2012 runtimeSo I click "ok" to install.At end , it says to run again the Install exe.I do so.And again, it comes on : preinstall check : Microsoft VC++ 2012 runtimeIt always want to install Microsoft VC++ 2012 runtimenothing else.Thanks for help.Pierre.
Hello,We are running coldfusion 9 in IIS7.But the jrun services crashes many times in a day. im pasting the error log here. Please help and consider im a newbie.Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7a5f8Faulting module name: jrun_iis6_wildcard.dll_unloaded, version: 0.0.0.0, time stamp: 0x4bda60b4Exception code: 0xc0000005Fault offset: 0x10015066Faulting process id: 0x42b4Faulting application start time: 0x01d2e9c985ab9c94Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exeFaulting module path: jrun_iis6_wildcard.dllReport Id: 9b1f5bc8-55bd-11e7-a829-eaffe6d482b8
I have a web service built but have a problem getting the response to be sent in the format required by the consumerHere is a sample response from their docs:<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><SendInspectionRequestTPAResponse xmlns="http://InspectionService/"><SendInspectionRequestTPAResult xsi:type="xsd:int">244264</SendInspectionRequestTPAResult></SendInspectionRequestTPAResponse></soap:Body></soap:Envelope>Here is what my web service is sending instead. Notice that the result is given the name result instead of SendInspectionRequestTPAResult and also thatinstead of <soap it is using <soapenv. Does anyone have any idea what I am doing wrong?<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.or
Is the product something to create a job web platform?
I just finished reading a book on introducing Object Oriented Programming (OOP) in ColdFusion. I found the book to be very enlightening on many levels however I was left with some questions and there didn't seem to be anywhere to go after the book to learn more advanced topics or to seek clarification or more information. I may be creating a few questions on this forum over the next few days/weeks with OOP related subjects and ColdFusion that I would love your feedback and opinions on - especially from people that have experience working with OOP.This question pertains to bean objects and storing subsets of data within them. I understand the basic concept of storing information within a bean to represent a single record of information. For example, you might have a "User" object bean which stores information like firstName, lastName, emailAddress, etc... However I find that often times you may want to store a subset of data within your object. For example, you might let use
I keep getting the error:" The ColdFusion ODBC Server service is not running or has not been installed. You may also use the "MS Access with Unicode" driver to connect to MS Access datasources. I've tried all the workarounds and fixes I have seen in the forums, but nothing is working.I have uninstalled and reinstalled the Access db engine then added the drivers to the odbcad23I have cold fusion 2016 release
Hello all,I have an application running on CF9 and there are many Custom Tags and CFC files - that some are calling directly. For example, somehow a bot found one and now it tries to index it as a direct URL.http://www.yourdomain.com/my-custom-tag.cfmHow do I stop any direct URL access to a CT or CFC - and only allow the CT to run when called?
I just finished reading a book on introducing Object Oriented Programming (OOP) in ColdFusion. I found the book to be very enlightening on many levels however I was left with some questions and there didn't seem to be anywhere to go after the book to learn more advanced topics or to seek clarification or more information.I may be creating a few questions on this forum over the next few days/weeks with OOP related subjects and ColdFusion that I would love your feedback and opinions on - especially from people that have experience working with OOP.My questions pertain to the use of bean objects when working with a single record of data. For sake of these questions lets work with a simple "User" object that contains information about a person like firstName, lastName, emailAddress, and a passwordHash.Question 1: What is the purpose of using the <cfproperty> tag? Is it only for introspection purposes when you run <cfdump> on the component instance or does it a
Hello,we have an application running for several months without any problems. During the last days I often get a 500 Server error and find this in the log files. All other applications on the server work without any problems. The error is not always, but very often. I reinstalled the database connections but the error still remains.29067May 25, 2017 09:04:42 AM Information [ajp-nio-8016-exec-7] - access denied (""java.io.FilePermission"" ""C:\ColdFusion2016\cfusion\wwwroot\WEB-INF\classes\macromedia\sqlserverutil\userDefaults.properties"" ""read"")29068May 25, 2017 09:04:43 AM Information [ajp-nio-8016-exec-7] - client variable JDBC GET - retry 129069May 25, 2017 09:04:43 AM Information [ajp-nio-8016-exec-7] - access denied (""java.io.FilePermission"" ""C:\ColdFusion2016\cfusion\wwwroot\WEB-INF\classes\macromedia\sqlserverutil\userDefaults.properties"" ""read"")29070May 25, 2017 09:04:43 AM Information [ajp-nio-8016-exec-7] - client variable JDBC GET - retry 229071May 25, 2017 09:04:43
I've found that CFX_HTTP5 works fine with CF10 if I have sandbox security turned off. However when I turn the sandbox on, the CFM page containing the CFX_HTTP5 tag will return a blank page and generate an error in the application.log "Could not initialize class coldfusion.tagext.NativeCfx"The top of the stack trace looks like this:Could not initialize class coldfusion.tagext.NativeCfx The specific sequence of files included or processed is: D:\Staging\cfxtest.cfm, line: 13 "java.lang.NoClassDefFoundError: Could not initialize class coldfusion.tagext.NativeCfx at coldfusion.tagext.CfxTag.doStartTag(CfxTag.java:108) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2795)The cfxhttp5.dll is in C:/ColdFusion10/cfusion/CustomTags folderI have fiddled with read, read+execute permissions and sandbox file paths such as:c:\coldfusion10\cfusion\lib and lib\-C:/ColdFusion10/cfusion/CustomTags/ and /-C:/ColdFusion10/cfusion/lib/CFXNeo.dllPlatform
Can you please let me know if the security patches for ColdFusion are covered if we decide not to renew S&M on the licenses?
Hello,I was trying to instantiate a CFC object but received an error:structDetailEnsure that the name is correct and that the component or interface exists.MessageCould not find the ColdFusion component or interface /Applications/ColdFusion2016/cfusion/wwwroot/labcliq/components/orders.cfc.At first I tried all the obvious things, i.e. make sure the path is correct, that the cold fusion user has access to the file etc.Literally wasted probably a week trying to get this to work only to find out it has nothing to do with not finding the component at all. It appears that depending on the name of my embedded functions it will or will not instantiate. I receive the preceding error when I have a function defined as such:<cffunction name="getOrderOptions" access="public" output="true" returntype="void">If I literally change the cffunction name value to:<cffunction name="getOptions" access="public" output="true" returntype="void">It loads fine. This is occurring ov
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.