The official community for ColdFusion.
Recently active
Hello community, in the company I work for we had a problem with the server and needed to be formatted and CF11 was reinstalled.One of the things that users were able to do was to have multiple tabs open running the application, same session.So let's say I had Tab 1 working on something and then opening a link from Tab 1 into a new tab.Now, after the reinstall, if I am working in Tab 1 for more than 20 minutes (session timeout settings) and don't do anything in Tab 2, the session will timeout and I will have to sign back in.Is there anything in the CF11 admin that I need to modify in order to keep the session alive when I am working with 1 tab for more than 20 minutes while other tabs from the same application are open?Thank you in advance!
I found a discussion thread here CF Builder 3 Trial Download Broken from about a year ago but I don't see the problem fixed.I have been charged with a CF site that I am supposed to get up and running. I have both a Linux (home development machine) and an Apple (work development machine) that I would like to get this running locally on my development machines to prove up that we can manage CF sites.How do I get a trial download link so I can do this?
I installed the cf2018 developer version, and the web server config tool is missing in the installation process (it was there in earlier CF versions.). After successful install, i went to C:\ColdFusion2018\cfusion\runtime\bin\ and run wsconfig.exe as admin, got 'another instance of wsconfig seems to be running'Now the wsconfig can't be launched after installation either, hence I got stuck. What does it mean "another instance of wsconfig seems to be running"? what should i do next, how to get rid of that instance? thanks.
Hello,We are currently running a Coldfusion 9 Standard Edition on our Test server and Coldfusion 11 Standard Edition on our Production server, and so we want to upgrade the Test server from Coldfusion 9 to 11. Do we need a new Coldfusion 11 Standard Edition license to do this upgrade, or is there some upgrade license between version 9 Standard and 11 Standard?Also, what is the simplest way of upgrading from CF 9 to CF 11? Do we have to install a new version of CF 11 or is there an software upgrade that will take us from CF 9 to 11?Thank you in advance.
Is there any possibility that resetting the admin password in coldfusion 10 would affect the operation of the software? In other words, would there be any other programming with this password? We are taking over an installation of the product and do not have access to the admin interface due to unknown passwordThanksJCJ
Hello,We are currently running Coldfusion 10. Since CF10 will become unsupported from May 2019, we want to upgrade it to a higher version. What is the simplest way of upgrading from CF10 to CF 2016 or CF 11? Do I need to contact Adobe for this (Email / Phone...?) ?Thank you in advance.
We're building some new servers with CF 10 Enterprise and we cannot get the CFDocument tag to render fonts properly. It seems to have picked a select few that it will use and refuses to use any others. For example, it will use Arial and Times New Roman but it steadfastly refuses to use Helvetica and TradeGothic. WTF?Yes, the server has those fonts installed and they show up in CFAdmin (see screenshot, below).Of all the TradeGothics listed above, the TrueTypes get completely ignored. The OpenTypes cause CF to crash with this error:coldfusion.document.spi.DocumentExportException: java.lang.NullPointerExceptionFontembed is set to YES. Looking at the PDF properties and TradeGothic are not embeded in it so CF would seem to be the culprit.We have changed nothing in our CF code as we've moved it from CF8 to CF9 and now to CF10. CF8 and 9 used these fonts with no problem. What's up with 10?Ideas?
I swear, I've disliked the Jive platform since day one, and now I'm even less happy with it.Ever since day one, if I do not close my browser I remain logged in.For the last couple of days, if I go to lunch or something else takes me away for an hour or more, when I return instead of seeing my profile icon, I see "Sign In". If I click the Sign In link, the page basically refreshes and shows my profile icon, again.Is this life-shattering? No.Is this going to ruin my day? No.Is it really annoying? Yes.V/r,^ _ ^
Howdy!Just wanted to share in case this could be of use to anyone else.After installing Update 18 onto a ColdFusion 11 server, calling cffeed causes an error. This did not happen before update 18. Sandbox Security is enabled. No errors during install of update 18, at least according to the install log.I use the tag in this manner<cffeed action="create" name="theFeedName" overwrite="yes" escapeChars="true" outputFile="theRssFile.xml">The error message contains "Access is denied" and "Unable to create"We do not use cffeed that often, so it took me a while to realize it was not working. The only workaround I have found so far is to not use cffeed.
Howdy!Just wanted to share in case this could be of use to anyone else.After installing Update 18 onto a ColdFusion 11 server, any page that called cfhtmltopdf would error. This did not happen before update 18. Sandbox Security is enabled. No errors during install of update 18, at least according to the install log.In order to get cfhtmltopdf working again I had to add the following two items to the ColdFusion sandbox (to the Files/Dirs area for the website's sandbox). {cf.root}/cfusion/lib/jetty.xml => read {cf.root}/cfusion/lib/configure_9_0.dtd => readBefore I did this the first calling of cfhtmltopdf would give the following error message:access denied ("java.io.FilePermission" "{cf.root}\cfusion\lib\jetty.xml" "read")Any subsequent callings of cfhtmltopdf would give the following error message: Could not initialize class coldfusion.document.webkit.PDFgRequestUtilAfter adding {cf.root}/cfusion/lib/jetty.xml to the sandbox (and r
HiI'm trying to find out what versions of Oracle will work with ColdFusion 11. We're looking to upgrade Oracle 10g to Oracle 12.1, 12.2 or 18c.I couldn't find anything in the specifications about whether later versions of Oracle will work. Upgrading CF is not an option at the moment.ThanksKarl
Hello,i've juste updated my CF 2018 Enterprise server with the update build 2.BUT there's a problem now with the "cflayout" and "cflayoutarea" when you take the example on ColdFusion Help | cflayoutarea copy into a blanc page and test it, you will see the problem.the TAB's are not shown but only scroll bars vertical and horizontalCan anyone help me?
I have a simple query for a list using checkbox :<cfloop query="getlist">#thingstodo# : <input type="checkbox" name="thingstodo" value="<br/>#thingstodo#"> <p></cfloop>So it will apear like this :Some list of things to do 1 : <input type="checkbox" name="thingstodo" value="<br/>Some list of things to do 1"> <p>Some list of things to do 2 : <input type="checkbox" name="thingstodo" value="<br/>Some list of things to do 2"> <p>Some list of things to do 3 : <input type="checkbox" name="thingstodo" value="<br/>Some list of things to do 3"> <p>Some list of things to do 4 : <input type="checkbox" name="thingstodo" value="<br/>Some list of things to do 4"> <p>My problem is it adds a coma at the end and this is how it looks in the database :<br/>Some list of things to do 1,<br/>Some list of things to do 2,<br/>Some list of things to do 3,<br/>Some list of things to do 4,
I've been told that under Standard and Enterprise ColdFusion is it prohibited to deploy a SaaS application:license point:2.6.4 Prohibited Use ...c) providing use of the software in a computer service business, third party outsourcing facility or service, service bureau agreement, time sharing basis, or as a part of a hosted serviceThe only way to use ColdFusion for a SaaS application (meaning charging a license fee for each customer using the same application), the only way is to negotiate a Coldfusion Hosting Agreement based likely on a percentage of your business profit.Is this true? does anyone have experience with this?This is a serious issue that could change a lot a startup financial situation and forecast.Thank you for your input on this
I get a Connection Failure when executing scheduled task on coldfusion localhost. Earlier I used to get the error on the Linux servers and resolved it by importing the app certificates into the java keystore. But this is something new and baffling. Any help is appreciated. Thanks.
I have a datagrid which shows data for the columns named username, role, gender, emailid, password. I want to add a delete button to every row in datagrid so that when it is clicked only that entry gets deleted from database.[Using COLD FUSION]
I use cache throughout my site. I am using CachePut, CacheGet,... Since I updated to update 17 I can see that cache gets flushed every couple of minutes even I have set it up for day or longer. Cache is getting created on first call and after refreshing the page content is written from cache. But after couple of minutes cache is flushed and everything starts from beginning. Not sure if there ia any settings that I missed. The code didn't change and it was working for years. I updated to update 18 restarted the server but the issue is still there. What can caused the cache to be flushed? Thanks. Slaven
After installing the latest update hotfix 15 (see ColdFusion 11 Update 15 ) on our coldfusion 11 server (Win 2008 R2 with latest patches and latest java jdk) the CF server restarts (access to CF admin is working) but the CF ODBC service does no more start. After un-installing the update it works again. Any idea how to fix this? Is this a known issue?
Hi All,I have the next command cfexecute in CF11<cfexecute name="#app_dir#resources\oracle_instantclient\sqlldr.exe" timeout="10" arguments='userid=sampleDB/\"mypass\"@//10.230.44.7:1521/sampleDB control=#app_dir#upload\importME.ctl log=#app_dir#upload\importME.log' errorVariable="errorReport"> </cfexecute>The sql loader is working but I have an issue with security because i am including the DB password in my cfc page. Is there a way to use the CF admin data source Oracle connection here? OrIs there a way to encrypt the password in the cfexecute?ThanksJohnny
Hello, all,I am waiting for a customer to respond to a request, and thought I'd play around, for a bit, while waiting. (Sometimes, these waits can go for days.)I was thinking about something I had learned in Javascript a long time ago, and wondered if I could do the same thing in CF: a dispatch table.Here is an example of a JS dispatch table:<a href="javascript:void(0);" alt="This is title one." id="title1" class="test">One</a><a href="javascript:void(0);" alt="This is title two." id="title2" class="test">One</a><a href="javascript:void(0);" alt="This is title three." id="title3" class="test">One</a><div id="testText"> </div><script> // Pretend I'm loading jQuery $(".test").click(function(){ var divAlign = { title1:function(){$("#testText").css('textAlign','left');}, &
Hello, all,CFCs. Some of us love them (I DO), others not so much, maybe. But I'm curious about something.I recently posed a plea for help while just learning if something were possible in CF: a dispatch table.Basically, a dispatch table is an object that can perform boolean comparisons, much like a switch/case, but there's no string comparison - you drill straight to the object property.Which, now, makes me wonder. Is a CFC like a dispatch table (the various CFFUNCTIONs are properties of an object, ie the CFC), or more like a large switch/case (the various CFFUNCTIONs just the equivalent of <cfcase value="myFunctionName">...</cfcase>, in which string comparisons are performed in order to get the correct code)?Just curious.V/r,^ _ ^
Something has changed with how the cfexchangecalendar tag interacts with the Exchange server but I don't know what!Up until last week if I passed in a structure like this to the Exchange server everything looked good:This week however when I pass in a structure like this 6 hours is added to the start and end time of the event. That and the message is displayed as text and is no longer rendered in HTML. Any ideas as to where to look for what changed?My code to invoke the exchange connection looks like this:<CFEXCHANGECONNECTION ACTION="open" USERNAME="#MyName#" PASSWORD="#MyPwd#" SERVER="#MySrvr#" MAILBOXNAME="#MyMailbox#" PROTOCOL="HTTPS" PORT="443" SERVERVERSION="2010" CONNECTION="MyConn"><CFEXCHANGECALENDAR Action="create" Connection="MyConn" event="#MyStruct#" result="theUID"><CFEXCHANGECONNECTION action="close" connection="MyConn" />The structure being passed in is shown above... but I'll bet you noticed that. As a band-aid, when I create my stru
I can't seem to connect to RDS running on the local machine using CFB2018. It's CFserver 2018 and neither a password nor no authentication works.Any guidance would be appreciated. See this screenshot for more info: 03.13.2019-13.44.52
Hi, I have a stack coldfusion2016 x32 + apache24 x64 on windows 2008 x64 server ... If I execute the installer coldfusion2016 x64, it will upgrade automatically the coldfusion2016 x32 version to coldfusion2016 x64 version, preserving x32 version settings ?mayb a silly question but ... thanksMauro
Hello everyone, I'm wondering if anyone can tell me pros/cons of either of these two functions? Which one is preferred and if there is any difference in performance/security, etc? I used arrayContains() thinking it's better/faster for validations some fields on the back end as well as reducing number of lines in situations like this:<cfif userAccess eq 1> <!--- Do something ---></cfif><cfif userAccess eq 4> <!--- Do something ---></cfif>Instead I used this:<cfif arrayContains([1,4],userAccess)> <!--- Do something ---></cfif>Would listFind() or listContains() be better fit in this case or not? Please if anyone have information about the differences let me know. Thank you.
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.