Questions
Als letztes aktiv
HMAC(msg,key,algorithm(optional),encoding(optional))I'm using the following HMAC(msg,key,algorithm)I’ve run into a situation where on one CF 10 server the algorithm parameter within the function works fine, while on another CF 10 server it does not. I can still use the HMAC function, but have to leave out the algorithm parameter using the default algorithm parameter of HMAC-MD5. I created a test script using all of the acceptable algorithms for the function. Works fine on one server, but none work on the other (outside of the default if none are specified in the function).I’ve gone through checking the server settings on both CF 10 servers. They match 100% from what I can see within the CF admin tool. The exception log for the CF 10 server not working correctly with the HMAC function has the following entry :java.security.NoSuchAlgorithmException: Algorithm HMAC-MD5 not availableat javax.crypto.Mac.getInstance(DashoA13*..)at coldfusion.security.SecurityUtils.hmac(SecurityUtils.ja
Hello; Does anybody know, if the ColdFusion 10 mandatory update ist cumulative, includes the hotfixes before.There are several hotfixes listed under http://helpx.adobe.com/security/products/coldfusion.html.Are them includes in dthe amandatory update?Or must these hotfixes installed add one.frank
Can I connect CF10 to MS SQL 2005?No matter what I try I get errors. The application is on a different box the SQL.I tried creating a user and a password and I get this error:Connection verification failed for data source: xxxxxxxxxjava.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'xxxxxxxxxxx'. Reason: The password of the account must be changed.The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'xxxxxxxxxx'. Reason: The password of the account must be changed.I tried changing the password, but that didn't work either.I'm not a programmer, so please be gentle with your answers.Thanks
Hi,We have a very old and hard-to-port application running on CF 7 MX on Solaris (sparc) and we need to update the CF 7 install to the latest released patch level (it is a default 7.0 install currently). I am having extreme difficulty in getting hold of the two Solaris update files via the cf.install@adobe.com support route. Can anyone advise where I can get the relevant files from please? As far as I can ascertain, I need coldfusion-70-updater-sol.bin and coldfusion-70-updater2-sol.bin.Thanks in advance for any assistance...
Hi,I managed to have this running fine in CF9 for a long time but I have just updated to CF10 dev edition on my local Mac and I can't seem to get it working after much research and various tweaks.I have changed the server.xml config file to the following (amongst various other variations): <Context path="/" docBase=“/Users/craig/Dropbox/www” WorkDir="/Applications/ColdFusion10/cfusion/wwwroot” aliases="/CFIDE=/Applications/ColdFusion10/cfusion/wwwroot/CFIDE,/WEB-INF=/Applications/ColdFusion10/cfusion/wwwroot/WEB-INF"></Context>I restart CF10 each time but continue to get the following browser error: Safari (any browser) can't connect to the server: 127.0.0.1Any help very much appareciated
Hi, I have a fresh install ColdFusion 10 (latest updates)On a RedHat 6.1,6.2,6.3,6.4 Servers.Using Apache as a webserver.I can't get the following test code (Test 1 and Test 2)working. Both are provided by Adobe.I have tried https://cf.supportobjective.com/, no help.Does anyone know how to get ColdFusion working?The tests work with ColdFusion 8.01.Brian Erickson<!--- Test 1 ---><cfif IsDefined("Form.fieldnames")> <cfdump var="#form#" label="form scope"> <br><br> </cfif> <br> <cfform name="myform" height="285" width="480" format="Flash" skin="HaloBlue"> <cfformgroup type="tabnavigator" height="240" style="marginTop: 0"> <cfformgroup type="page" label="Contact Information"> <!--- Align the first and last name fields horizontally. ---> <cfformgroup type="horizontal" label="Your Name"> <cfinput type="text" required="Yes" name="firstName" label="First" value="" width="100"/> <cfinput type="text" req
Hi, Have hunted around on the net for a clear cut answer to this, but unable to find precise answer.Currently we run 3 coldfusion Servers:IIS/Coldfusion 8 - primary production server (very outdated)IIS/Coldfusion 9 - secondary production server (will eventually replace primary)IIS/Coldfusion 8 - development server.Probably not best practice, but our dev server is web accessible so that we can let clients in to test and preview their websites. I am in the process of setting up a new development server and had hoped to upgrade our secondary prod server to cf10 and take advantage of the development licence use that comes with that. However from my understanding of the EULA it sounds as though we would be breaching it if we left the dev server web accessible outside our own network. I have seen several other websites that seem to contradict this however so i am really unclear what we can do. Have tried calling/writing adobe but that hasnt been a whole lot of help.Do we need two copie
Hi,I have a fresh clean install of coldfusion 10 (latest updates)running on a RedHat 6.1,6.2,6.3,6.4 servers.I have been trying to get 127.0.0.1/flex2gateway/ to work but get 404I have performed a the recommended solutionsiehttp://inflagrantedelicto.memoryspiral.com/2012/12/flashservicesgateway-and-coldfusion-10/Still no success.Any ideasBrian Erickson
Hi,We are testing CF 10 on 2012 R2 with an old CF application. I understand COM objects only work with 32 bit CF, so I have installed the 32 bit version, but I am receiving the following error:An exception occurred when instantiating a COM object. The cause of this exception was that: AutomationException: 0x80040154 - Class not registered. I found this old article mentioning to register typeviewer.dll - http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-class-registered-error.html but I am unable to locate this dll anywhere.Is anyone able to provide advice on how to resolve this issue.ThanksElise
keyboard settings are back to front to previous keyboard i had
I am trying to install CF10 on a virtual server.The server is a Windows 8 R2 with Service Pack 1 installed. Dual 2.53 GHz with 6144MB of RAM. The server has IIS7 installed.I got most of the way through and got this error.There is one website installed on the server.I am now a programer, server administrator nor a web developer. I'm just a guy in our department not afraid to try and tackle a wbesite. Could you please let me know (in layman's terms) what I need to do to get CF installed?Thank you!
I get this Internal Server Error (500.21) after installing the 32 bit version of Cold Fusion on a Windows 7 Pro machine (32 bit version). I read the posts and unchecked the IIS version 6 backward compatibility on my IIS configuration, and ran the upgrade to Version 9.0.1, but that didnt fix the problem. Any suggestions as to what I should do next?
I have successfully installed coldfusion on Ubuntu 13.10, but as a newbie to Ubuntu I am looking for a guide on the best way to continue from here?For example, I can view the CFADMIN at "http://localhost:8500/CFIDE/administrator/index.cfm", but am having difficulties viewing test documents placed in the wwwroot folder. Wayne
Can anyone recommend 3rd Party Software for Charting (pie chart, bar chart etc)I have tried to use the Cold Fusion charts <CFCHART> etc..... but they just dont create professional looking charts.I bought Fusion Charts.It worked great for a while.But the charts dont render on IPADS and now they have printing issues.So now I have decided to start anew.I want charting software that outputs to professional looking JPG, GIF or PNG images (NO FLASH!!)Does anyone have any suggestions for 3rd Party Software for Charting that integrates well with my existing cold fusion pages?
Can anyone recommend me a scanner? I'll mainly be scanning old photos to restore.Many thanks in advance.
I need to pass a dynamic variable using cfhttp. This code:<cfhttp method="get" url="#cgi.server_name#/page.cfm?pageid=#pageid#" resolveurl="Yes"><cfoutput> #cfhttp.FileContent#</cfoutput>Returns the error:The 3 parameter of the Mid function, which is now -8, must be a non-negative integer.This code returns the same error.<cfhttp method="post" url="#cgi.server_name#/page.cfm" resolveurl="Yes"> <cfhttpparam type="Formfield" value="#pageid#" name="pageid"></CFHTTP><cfoutput> #cfhttp.FileContent#</cfoutput>Any assistance would be appreciated.
My ColdFusion Builder 2 auto-indents four spaces. How can I change that to two spaces? Thanks.
My evidence shows this as incredibly buggy. Other forum discussions (http://forums.adobe.com/message/2868996) from 2010 and v9 and others suggest this tag has always been crap. The unproven workaround suggestions in the discussion mentioned are not even hinted at in the officical documentation. Should I even bother trying to make this tag work, or just find another way to allow my users to edit their data?
HMAC(msg,key,algorithm(optional),encoding(optional))I'm using the following HMAC(msg,key,algorithm)I’ve run into a situation where on one CF 10 server the algorithm parameter within the function works fine, while on another CF 10 server it does not. I can still use the HMAC function, but have to leave out the algorithm parameter using the default algorithm parameter of HMAC-MD5. I created a test script using all of the acceptable algorithms for the function. Works fine on one server, but none work on the other (outside of the default if none are specified in the function).I’ve gone through checking the server settings on both CF 10 servers. They match 100% from what I can see within the CF admin tool. The exception log for the CF 10 server not working correctly with the HMAC function has the following entry :java.security.NoSuchAlgorithmException: Algorithm HMAC-MD5 not available at javax.crypto.Mac.getInstance(DashoA13*..) at coldfusion.security.SecurityUtils.hmac(SecurityUtils.
Hi, I am displaying the search results into the cfgrid. The date field is using the datepicker calendar and I have to click on the fresh button below to refresh the search results. It worked fine with onkeyup below, if I manual enter the date into the textbox instead to pick from the calendar. How can I have it autofresh when i pick the date from the calendar?thanks <cfinput type="text" name="Dateadded_from" id="datepicker_from" value="#form.Dateadded_from#" onkeyup="ColdFusion.Grid.refresh('grid01', true);" />  
I presume that actual images are stored typically somewhere under My Pictures in win8. Opening up the organizer takes forever and I wish to speed this up. So I ordered a solid state USB 3.0 external drive. Do I just simply move my catalog over there and leave all else alone?
I'm using the Instructure Canvas API for uploading files. After the initial API call, Canvas returns information that is used to make a POST request to Amazon Web Services's S3 service to upload a file.Here is the request I'm using to post the file to AWS S3, populated with the data returned by the Canvas API:<cfhttp url="#aws.upload_url#" result="result" method="post" multipart="yes"> <cfhttpparam type="formfield" name="key" value="#aws.upload_params.key#" /> <cfhttpparam type="formfield" name="acl" value="#aws.upload_params.acl#" /> <cfhttpparam type="formfield" name="Filename" value="#photoName#" /> <cfhttpparam type="formfield" name="AWSAccessKeyId" value="#aws.upload_params.AWSAccessKeyId#" /> &nbs
Am getting the following error while invoking the event gateway "Error invoking CFC for gateway myGateway: Event Handler Exception. An exception occurred when invoking a event handler method from Application.cfc The method name is: onRequestStart." Please advice
I am using CF10 and Fusebox3. I have a site that has a left navigation panel and this left nav panel is defined in a main directory file called layoutGlobal.cfm.My fbx_Layouts.cfm file in the main directory references this file with the following lines of code:<cfset fusebox.layoutDir = ""><cfset fusebox.layoutFile = "layoutGlobal.cfm">This works great for my entire site except that I now have a circuit (directory) that is to have it's own and different left navigation panel. How do I handle this? Do I put conditional code around the second <cfset> above? If yes, what should that conditional code look like? Thank you.
Dear All,I am aware COM doesn't support in 64 bit OS. Supports COM objects in CF 9.01.Thanks in advance
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.