The official community for ColdFusion.
Recently active
I am trying to download a copy of coldfusion from Download Adobe Coldfusion free trial | Adobe Coldfusion 11 .It seems that here is some issue with the downloading links - when i try to download a coldfusion from Ubuntu i've been redirected to https://www.adobe.com/bg/products/coldfusion/download-trial/form.perpetual.action If however i try this on windows there is no problem - no matter what browser i am using.
Bonjour,Je voudrais faire un query d'un autre query.Exemple :J'ai 2 tables : une des pays et une des villes de ces paysFrance : Paris Marseille LyonAllemagne : Berlin CologneItalie : Rome MilanJe voudrais pouvoir choisir dans un 1er query les pays, dans le 2ème les villes du pays choisi.Exemple bienvenuMerci pour votre aide.
Hello, all,I'm just curious if anyone else has had any hack attempts on their webserver using sleep() as part of an injection attempt?Someone in network security, here, forwarded sections of a log that show someone attempted, for an hour and a half, to slip the sleep() command in as a URL parameter, and they even tried to add bogus CFID and CFTOKEN URL parameters (I'm assuming as an attempt at session hijacking??)Has anyone else seen anything like this??CFID=SLEEP(15)+/*'+or+SLEEP(15)+or+'%22+or+SLEEP(15)+or+%22*/&CFTOKEN=362d01e1fdb64cf4-D83FE818-9EA2-F4A4-388891E61E6CC13F%0A?CFID=16331257&CFTOKEN=SLEEP(15)+/*'+or+SLEEP(15)+or+'%22+or+SLEEP(15)+or+%22?mp=home&ms=SLEEP(15)+/*'+or+SLEEP(15)+or+'%22+or+SLEEP(15)+or+%22*/&mt=vision%0A
HiWhat was working fine in CF8:<cflocation url="index.cfm?action=receivable.actRetrieveJobReceivablesEdit&jobId=#viewstate.getValue('jobid')#&estimateId=#viewstate.getValue('estimateId')#" statuscode="302">Now breaks in CF11, I get an error "Bad Request" and then the CSS styles get dumped onto the user's screen. I read up on the security enhancements to CF11 and noticed the addToken attribute's default had been changed, so I added "addToken=true" but the error persists.Also, the web server is IIS7.5.Has anyone else run into this?Thanks,Rich
I was following the coldfusion upgrade guide here and it says that during the install it recognizes the previous version and you have the option to upgrade or install side by side. I did not get that prompt and it installed side by side. Can I just uninstall the 2016 version? How do I get the 2016 installer to recognize the previous version?
I want to count the number of files in each and every directory in my website. I don't want to list the files but just get a count of all files in each directory.Not a sub directory count but a file count in each directoryFor example using my C:\Windows\ directory as the directory where the files in each and every directory are to be counted Like thisDirectory NameFile CountDate Last File ModifiedC:\Windows\ADFS\ar112-12-2016C:\Windows\ADFS\bg212-12-2016...................C:\Windows\WinSxS8112-14-2016C:\Windows\WinSxS\x86_microsoft-windows-deviceaccess.resources_31bf3856ad364e35_6.3.9600.16384_en-us_21effc1389c6f3e1112-14-2016I need the count of the files in each directory. Every row in the table would be the next directory as you drill down.
I have a spreadsheet with date columns in dd.mm.yyyy format. This is set without asterisk in Excel so that the format will not respond to regional settings. When I output the spreadsheet query on my local computer, everything works fine, I get the dates in "dd.mm.yyyy" format like I should. But when I upload the same code to the server and output the spreadsheet query, the date gets outputted in "dd\.mm\.yyyy" format. So instead of dots, I get backslash dots as a separator.Any ideas what might be causing this?The main differences between my local computer and server are OS (Windows 8.1 vs. Windows Server 2008), CF Version (11 vs 10), Java version (1.7.0_55 vs. jre1.8.0_45), to list some. Instead of version difference, this might be some java argument, coldfusion setting or os setting issue as well, but I'm not sure where to even start looking.
I can not access my PDF files from adobe acobat reader. It keeps showing AcroRd32.exe application error
Hi,Currently, we have enterprise license for CF builder 2011.We were planning to install 2-3 CF builder 2016 on developers machine and evaluate the new features of CFBuilder 2016. This activity will be performed purely on the local environment. Can we go ahead and use the ColdFusion licenses on the developers machine to evaluate the CF Builder 2016?Regards,Umesh
I am running a ColdFusion 8 Enterprise web application that utilizes Flash remoting. Recently we have been getting the following error in our flash.log file, and the only way to clear it up is to reboot the server:[Flash Remoting MX]->Connection reset by peer: socket write errorThere will be 40 or 50 of these, and then everything locks up completely. I know this is a VERY outdated version of CF (we are in the process of completely overhauling our application), but I need to try to figure this out. Not sure if either of the following settings in CF Admin would be useful?Maximum number of simultaneous Flash Remoting requests The number of Flash Remoting requests that can be processed concurrently.Maximum number of simultaneous Web Service requests The number of Web Service requests that can be processed concurrently.
I have some csv files that are in this format:"Source","Requester ID","ID","Start Date","End Date","location","Value","TimeStamp""DCA","tedkrasav","9913457","12/4/2016 12:00:00 AM","12/18/2016 12:00:00 AM","Room_121",,"12/3/2016 2:50:03 PM"What I am trying to do is read the file and insert all of the individual columns into a DB table. I am trying to do this method just to see the individual columns but I keep getting an error that states "Invalid list index 2.In function ListGetAt(list, index [, delimiters]), the value of index, 2, is not a valid as the first argument (this list has 1 elements). Valid indexes are in the range 1 through the number of elements in the list" :<cffile action="read" file="csvdemo.csv" variable="csvfile"><cfloop index="index" list="#csvfile#" delimiters="#chr(10)##chr(13)#"> <cfoutput>#listgetAt('#index#',1, ',')# #listgetAt('#index#',2, ',')# #listgetAt('#index#',3, ',')# #listgetAt('#index#',4, ',')# </cfoutput> </cfloop>
The organization I work with has locked down the server so you cannot use a browser on it at all and locked down the browsers on all machines so you cannot include a port number in your http request. Until CF11/2016, this was not a problem as I just mapped a virtual directory to CFIDE and could access the administrator there. Since CF11, I have not been able to map to cfide/administrator. When I try I just get an error 500. Does anyone know a work-around so I can still map the CFIDE to get to the administrator's console?
After update is applied, receive for cfchart. What does this update do with the /CFIDE/scripts/ajax files?jquery/jquery.js is one of the files in this folder.SCRIPT438: Object doesn't support property or method 'addEventListener'File: jquery.js, Line: 3, Column: 147
I've been using Allaire's old CF Studio 3.1 ever since I started using CF in 1995. I love it. It's simple. It's perfect. All of the sudden, my mouse no longer can highlight/copy/paste inside of it. Nothing is wrong with the mouse, although I uninstalled and reinstalled it. I can highlight/copy/paste in all other applications, and have had no problem in the past. I'm using Windows 10, however have not recently installed any service packs or any other major changes. There is simply no discernible reason why the mouse can't highlight text. Even more confusing, the mouse *does* work on the toolbars. And yes, I did uninstall and reinstall CF Studio. No luck.So.Rather than beat my head against a wall, I decided to give Adobe ColdFusion Builder 2016 a try. It has a million features I'll never need, and missing some crucial ones:No "Save All" iconfiles that have been changed simply have a little "x" next to them, rather than a red highlightevery file has an annoying Toolbar at the top ta
Hi Team,We are using cold fusion 2016 release. We are facing an issue when we using the output parameter in cfstoredproc. We are getting a error message like: We are using DB as sql server 2012 and the same sp is working fine in the sql server.Please provide some hotfix so we can fix this issue. Thanks and regards,
Hi Team,We are using cold fusion 2016 release. We are facing an issue when we using the output parameter in cfstoredproc. We are getting a error message like: We are using DB as sql server 2012 and the same sp is working fine in the sql server.Previously the same code is working on coldfusion 7 and now out platform is upgrated to coldfusion 2016 release.Please provide some hotfix so we can fix this issue. Thanks and regards,Anirban Saha
I would like to display a monthly loan payment chart/table that shows payment amounts for various interest rates and loan amounts. The output table will have 9 columns (the first column will be the user-defined loan amounts) and 32 rows (the top row being the user-defined interest rates). I have created a master database table that is 30 columns by 992 rows and includes all of the payment amounts:I want to allow the user to select a starting interest rate and the increments in which it increases. For example, starting rate of 4.000% and increase increments of .125% (so the top row/header will be 4.000% | 4.125% | 4.250% | 4.375% | 4.500% | 4.625% | 4.750% | 4.875%). Additionally, the user would define the starting loan amount and the increments in which it increases (so the left column might be $200,000, $210,000, $220,000 and so on). I'm trying to accomplish an output like this:I have been using CF for a number of years, but my knowledge is limited to more simple functions. I started
SELECT #tonsn#.OtherNumSysName, #tonsnn#.OtherNumSysNum, #tonsnn#.ID FROM #tonsnn# LEFT JOIN #tonsn# ON #tonsnn#.OtherNumSysName = #tonsn#.ID WHERE #tonsnn#.mainID=<cfqueryparam value="#URL.which#" cfsqltype="cf_sql_integer"> ORDER BY #tonsn#.OtherNumSysName;What's up with this?
I'm evaluating Builder as a replacement for DW. In Preferences => Coldfusion => Profiles => Editor => Typing Auto-Close I have "When typing '</" of end tag selected.If I put in the end tag immediately after the beginning tag it works okay. I often don't do that. I have a segment of code I was modifying that started with a <cfif>, has 2 lines of <cfif> statements, each supplying the closing tag correctly but Builder won't supply the closing </cfif> at the bottom of this. ??
Hi, I am trying to read an Excel file using CFSPREADSHEET. This file has been created using the CFFILE ACTION="WRITE" tag. However every time I try to do this I get an Exception that says "An error occurred while reading the Excel: java.lang.IllegalArgumentException: Your InputStream was neither an OLE2 stream, nor an OOXML stream." I created a duplicate of the Excel file manually (copy-paste) and I was able to successfully read the duplicate Excel using the CFSPREADSHEET tag. When I checked the properties of both the original and duplicate excels, there was no difference except for their size. The one that was created using the CFFILE ACTION="WRITE" option was 12 KB and the duplicate was 24 KB. Could some one please let me know why I am getting the exception when trying to read the Excel using CFSPREADSHEET and how I can overcome it.Thanks in advance
Has anyone installed Coldfusion 2016 Standard on Mac Server App 5.2 using operating system 10.12.2 Sierra ??I was running Coldfusion 9 on Mac OS X Snow Leopard Server. This was on an Xserve. It took quite a lot of time and trouble getting the right fixes but it finally worked. Only, after much troubleshooting and effort.In fact, I never really got the secure site(https://site) working. It was too much trouble with Apache and Coldfusion bumping heads all the time.The newer versions should have some of the trouble reduced.I'm all ready to go just don't seem to have a clear instruction on how to go about it.
Hi,We are obtaining the ColdFusion 11 download from the adobe licensing site. And there is one version ColdFusion Ent 11.0 ALP ESD ALL.How do we know, if this has all the latest updates and hotfixes bundled in this version?Thanks,Aruna.
I'm getting this error when trying to add a new subscriber to Mailchimp list. What am I doing wrong?{"type":"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/","title":"Invalid Resource","status":400,"detail":"The resource submitted could not be validated. For field-specific details, see the 'errors' array.","instance":"","errors":[{"field":"","message":"Schema describes object, NULL found instead"}]}<cfhttp url="https://us9.api.mailchimp.com/3.0/lists/{list_id}/members" method="POST" username="xxxxxx" password="xxxxxxxxxxxxxxx-us9"> <cfhttpparam name="output" value="json" type="url"> <cfhttpparam name="method" value="listSubscribe" type="URL"> <cfhttpparam name="email_address" value="test@mail.com" type="url">
There are two large issues I have experienced with ZingCharts. To begin, I will list the two errors I am experiencing, how to cause them, and how to fix one of them.So, the two errors:Plot point tooltips unbind. This error occurs when you have more than one chart on a page and you use AJAX to reload one of the charts. When the page first loads, the tooltips will work on both charts. After you have used AJAX to update one of the charts, that chart's tooltips will work, the tooltips for the other chart(s) on the page will no longer function.After an AJAX update on a chart, the chart fails to load and only a white block is rendered. This error will only occur after the first error has been fixed and at least one chart on the page has a visible crosshair-x attribute. After you use AJAX to update one of the charts, that chart will fail to render and will just be an empty block.The causes:When ColdFusion uses the <cf/> tags, in this case <cfchart/>, it automatically injects the n
I have 2 questionsI am upgrading a server from ColdFusionMX to ColdFusion2016, Installed ColdFusion2016 in C:, to mimic the settings in old environment1. I need set move wwwroot folder with CFIDE in to E:InetPub folder2. Set the E:\InetPub\WWWROOT as application root instead of default C:
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.