The official community for ColdFusion.
Recently active
Hello every body. There is 7h that I search, I try examples from your forum or from other blogs or google without finding a solution to my problem.I explainI have a form which contains the result of a search. On this result, you have a "trash" icon per item where the user can delete the selected record.When he click on the icon, the system use a call ajax for deleting the record.code:jQuery('a[id^=Del_]').click(function(){ var id = jQuery(formfield).val(); var response = confirm("Are you sure to delete the current record ?"); if (response){ jQuery.ajax({ url: 'urlevent=MyfunctionDelete', type: 'POST', cache: false,
Hello, all,I'm working with SpreadsheetNew and SpreadsheetCreateSheet, populating from a query object.I've experienced something that I've never seen, before. If you have a Spreadsheet object and try to add a sheet to it using a name that already exists, CF will abort. I finally got it to email the reason to me. "The workbook already contains a sheet of this name."I am sorting the data on the column (FQDN) that I am using to name the sheets with. I'm removing "http://" and "https://" from the FQDN and using "www.example.com" as the sheet names.However, I did not expect for there to be "http://www.example.com" AND "https://www.example.com", so when CF creates "www.example.com", populates the sheet, then tries to create "www.example.com", again, it just stops.I am not seeing any CF Spreadsheet(blahblahblah) commands that will check to see if a sheet already exists.I will try to modify the query so that both standard and encrypted FQDNs fall into the same group, bu
Hi,I encountered a very strange occurance where- IsBoolean("123D") returned falsewhile- IsBoolean("123D ") return true The difference in the first and example is additional spaces in the 2nd example. One would expect both results to return false. Can please explain why the 2nd example returns true? It is perplexing to me. Coldfusion 9.0.1.
Hello, all,We've been getting a ton of bots hitting our components folder, and each hit generates an email letting us know that someone/thing was trying to access a component directly.The boss wants me to look into what we have to do to get our components folder out of webroot, so the bots can't reach the CFCs.My primary concern, however, is that if we do that, then any- and everything that submits a form to a CFC via AJaX will stop working.Is there a way to move the CFCs outside of webroot, but still use AJaX to access? I have a feeling the answer is 'no'. V/r,^ _ ^
Can't figure out why in two cfwindows created from main page, calendar in cfinput type="datefield" behaves differently depending on ORDER in which they created. Calendar icon became inactive in the second window if the first one was called and then closed. (The input field is still active for manual data entry). But if main page refreshed it's active again. In the first window the calendar active at any time without refreshing main page and when called in any order. These 2 windows are identical. Bahavior is the same with any settings of cfwindow attriburtes like refreshOnShow (true or false) and others. And if to switch the order of windows creation in main page, the calendar in the other pop-up window became frozen and first one previously inactive works fine. Is it a bug in CF8? This is code in main page: <cfajaximport tags="cfwindow, cfform, cfinput-datefield" > <cfwindow title="WindowName1" name="MyName1" height="380" modal="false" refreshOnShow="true" initShow="
Currently, we are doing migration work with ColdFusion2016. After opening wwwRoot and opening the page in the browser, the following error occurred. Which file? I am not worried about specifying the cause because notation on what line is wrong is not done. How to display the part of the error? Please teach other solutions. Value "onError" can not be converted to value
Hi all,Has anyone managed to figure out a way for users to log into CF Administrator using Windows accounts, rather than using local users created on each server with the User Manager? I guess my question is, is it possible to create custom authentication mechanisms for CF Administrator? We have quite a few servers in the same Windows domain, and I'm wondering if it's possible to grant access to the CF Administrators by using Windows group membership.We already authenticate to our intranet applications using AD and <cfldap>, so I'm looking to see if we can link the CF Admin login to AD in a similar way.A blue sky idea for a future version, maybe, but I'd be very interested to hear from anyone who has managed to build something to date.Many thanks,Mike.
We upgraded to CF2016, Red Hat 7 and are suddenly getting this in our apache logs:xx.167.xxx.6 - - [18/Jul/2017:09:28:49 -0600] "-" 408 - "-" "-" "-" 80xx.167.xxx.6 - - [18/Jul/2017:09:28:49 -0600] "-" 408 - "-" "-" "-" 80Lots of 408 errors with no URLs associated to them. Coming from a large number of IP addresses, including my own.Does anyone have any idea what might be going on here? No one is reporting pages displaying 408... but these messages must be in our logs for a reason.Thanks
In order to run the latest and greatest ( and somewhat tweaked) CKeditor version, I had the folder in CFIDE (...CFIDE\scripts\ajax\ckeditor) and used javascript in the source file to call it rather than the bundled FCKeditor.I have been applying all the CF updates as they come and never run across this issue before, so posting in case it helps anyone else out.After running the updater for 12 from the command line -as we have the server locked down- on my Dev box, the folder was no longer there. Interestingly though, the last backup, named 12017ckeditor, was still in the directory.I figured this was good motivation to get 4.7 up and tested in dev, did so, fixed my other issue (multi-line titles in CFchart), and deployed the update on my production server.I again saw the ckeditor folder deleted from CFIDE\scripts\ajax. Copied over my new version from Dev and all is well.My only convern would be if this is a trend in updates to remove unexpected items it will make keeping the
Assuming that you are using AEM for ColdFusion docs, in String Functions, the link for REFind is pointing to staging rather than production. This is causing and 'Access Denied error."E.g.: https://helpx.stage.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/refind.html Should be:https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/refind.html Fix and promote the node in CRXDE and the error should disappear.
I can't get cfpdf encrypt AES_256R5 to work it returns the followingAn error occurred during PROTECT operation in &lt;CFPDF&gt;.Error: The password provided is either wrong or does not have sufficient permission to perform this action.even if I use an AES generated key as newuserpassword it still shows this error.encrypt="AES_128" works, but I can't use the new AES_256R5 or AES_256R6Any idea on what I'm doing wrong? I've tried newownerpassword and setting permissions, same result.<cfpdf action="read" name="mypdf" source="C:\APPS\\cfpdf\ThePDF.pdf" /> <cfpdf action="protect" source="mypdf" encrypt="AES_256R6" overwrite="yes"newuserpassword="re5XBKe+rBriu4UAQgvm7A=="destination="C:\APPS\\cfpdf\newPDF.pdf" />
I have a fully patched, fresh install of Windows Server 2012 R2IIS 8 CF 11 Standard I installed CF 11 as per the CF 11 Lockdown guide and the CF Administrator came up fine.I went though the CF 11 Lockdown guide, applied hotfix 12 via the the CF Administrator and when done I went to start the CF Administrator site on the builtin web server and I got a 500 error. See below http://127.0.0.1:8500/CFIDE/administrator/index.cfmI went through all the settings and permissions in the lockdown guide and all looked to be in order.After googling a bit I uninstalled the hotfix 11 and the CF Administrator site came up and all worked fine. I went and reinstalled the hotfix manually and got the same error. See below.I tried this several time to no avail. I also tried to install hotfix 11 and even hotfix 10 and still got the same error.I have been all over google trying to find a work around and even tried reinstalling the web connectors as per Charlie Arehart's article ( am willing to try anything at
After installing ColdFusion Builder, I noticed that you can simply use the defaultLocal server or alternatively you can add another server.In my specific case I'm experimenting with a development workstation, however being that I only have a license for ColdFusion Builder 3, I don't have an option to configure the server for ColdFusion 2016. After speaking with an Adobe technician, I was told that I could install ColdFusion 2016 separately (on the same workstation) and simply set the ColdFusion 2016 server as my external server in ColdFusion Builder 3.This brings me to my next point, are there any benefits of including an external server even though it's installed on the same development machine, or should I simply shell out the extra capital for a ColdFusion Builder 2016 license?The pros vs. cons is what I'm looking for here.
Good morningI have been unable to get a definitive answer on this issue, and have spent hours on hold.I am in the process of Rehosting some virtual machines from one data centre to anotherthe Virtual machine will be replicated from one datacenter to the other with DoubleTake, and will have a new IP and MAC addressThere is some concern around the Cold Fusion licencing.Is it tied to IP or MAC address at all?CheersSteve
Hi Cfer's,Below I insert a request to the WSDL, to verify if in that city, date are holiday.<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.holiday.url.com.br/"> <soapenv:Header/> <soapenv:Body> <ser:methodName> <!--Optional:--> <startDate>20/04/2017</startDate> <!--Optional:--> <finishDate>22/04/2017</finishDate> <!--Optional:--> <cityCode>34120</cityCode> </ser:verificaPeriodo> </soapenv:Body></soapenv:Envelope>When I send to SoapUi the response is perfect, bu
We are migrating from an ancient MX7 on MS Server 2008 to MS Server 2016 (IIS10) and CF2016. Lingering problems exist when testing the new setup. Why Access? That is a common question, to be sure. We are beginning the learning curve for SQL Express 2016. (Just two old self-taught CF dudes)We were able to successfully install MS Access drivers with HTXX drivers via the CF Admin DataSource page. (HXTT MS Access JDBC Drivers) Other forum postings on Access solutions were echoed by Charlie in forum postings. I will post those settings to the original thread.Testing the new configuration indicates that we are not handshaking with our data connectors as only a couple static pages resolve. Using a test query page confirmed that result. I am trying to determine if the old MX Application Pool Defaults set to allow 32bit Applications using .Net Framework v.20 is needed for the CF02016 setting which indicates a default install setting of ;.Net Clr Version of v4.0. No
We are migrating from ColdFusion 7 to ColdFusion 2016. When I used ColdFusion Code analyzer, I got the following error message. The specification of the code is unknown. Can anyone teach me?CFLOOP (9) ColdFusion 2016 has modified the usage of CFloop tag.SolutionCheck the usage of the tag CFloop.E:/wwwRoot/Extension/udf/Scr_UDF.cfm ⾏ 224......<!--And sets the acquired value-operational years in array--><cfloop index="date" to="#q.YM + 1#" from="#variable.nowYM#" step="-1" >
Hi,Running Cold Fusion 11, 32 bit environment, SQL Server 2008.The SQL Server port 1433 has a cert installed due to the data.When accessing the SQL database from the Cold Fusion application, receiving the message:The SQL Server login requires an SSL connection.Prior to the cert install, could access the database.Is there anything in the Cold Fusion administrator that can be set?If not, what would be the specific instructions?Is there a specific version of Java that should be installed?Thanks for your help,Mike
I am in the process of rebuilding our server that is running ColdFusion. I am having trouble getting the ODBC services to install and run properly which I need to be able to connect to some MS Access databases.Configuration:Microsoft Windows Server 2008 R2 64-bitWebSphere 6.1ColdFusion 8 (when installed shows as version 8,0,0,176276)The installation of ColdFusion and deployment to WebSphere seemed to be ok. CF seemed to be working until I tried configuring an MS Access database. What I found was:"ColdFusion 8 ODBC Server" appeared in the services but would not start."ColdFusion 8 ODBC Agent" did not appear in the services.I tried following the documented processes to manually remove and install the ODBC services, however when I run the install, I get HTTP 500 errors. Digging deeper I found that the configuration files that I was supposed to copy in referenced locations that were not where CF was installed. I made changes to those files to hopefully fix the
Upgraded from CF7 Enterprise on Windows to CF8 Enterprise. After the installation, the "ColdFusion 8 ODBC Agent" and "ColdFusion 8 ODBC Server" services are not started. Tried to start them manually and the directory where the services point to (D:\ColdFusion8\db\slserver54\bin\...) is missing. Of course when you go to the Administrator and add a new datasource, I get a message that the ColdFusion ODBC Server service is not running or has not been installed. How do I install it?? I have uninstalled CF8 and reinstalled it 3 times trying to get it to install. The server is Windows2003 Standard Edition. IIS. Ideas??
Currently I am migrating from coldfusion 7 to coldfusion 2016.When analyzing with the code analyzer of coldfusion2016, Parse Erro comes out in this line<cfoutput>#writeLog("DS001", "#This.Name#", "SDC601", ArrayNew(1))#</cfoutput>I will be saved if you tell me how to deal with it.Thank you
Hello All......I need to reorganize longitudes and latitudes......Here is what I have right now: -81.93,39.19;-81.77,39.34;-81.38,39.2;-81.65,38.99What I need is the following:39.19,-81.93;39.34,-81.77;39.2,-81.38;38.99,-81.65I have tried a number of methods, but just can't get it right. Now I going crazy.....The above is represented with the #polygons# variable. Any input would be appreciated. Thank you so much!!!!
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 is created I get the below error when it tries to verify:java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Conflicting connection information. When the instance name is specified, it is invalid to specify the port number. The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Conflicting connection information. When the instance name is specified, it is invalid to specify the port number.I have tried removing the port argument (port end up being set to 1433) and even setting the port to an empty string (port ends up set to 0). Can anyone help set a blank port number when creating a named instance datasource using the API please?API call code: <!--- initialize the admin API ---> <cfset Admin
is there a way to use ColdFusion session management without writing a ColdFusion app where each page is a separate .CFM file? (We're running ColdFusion 11, btw).I have an Angular 2 SPA, and I'm using AJAX to call .CFC files on the back-end to read and write data to and from our server. I've never used ColdFusion session-management before, and I have literally no idea where to start.All of the documentation I've read about using Application.cfc for session-management seems to assume that you're going to have a ColdFusion app wherein each page is a separate .CFM file. Clearly that's not going to work for me. So how do I get it to work with a single-page-application that is not a .CFM file?Thanks,Laurence MacNeillBall Ground, Georgia, USA
on my old server I have ColdFusion 6.1 and Japanese characters work great CF 6.1 Test Language , but now on my new server that I have ColdFusion 11 I get ?????? displayed CF 11 Test Language can anybody help.THANK YOU[Moved from the non-technical Lounge Forum to the specific Program forum... Mod][Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
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.