The official community for ColdFusion.
Als letztes aktiv
In my application.cfc file I have the following code:this.mappings["/includes"] = "#expandPath('../../priv/inc/')#";and then on a page I have the following CF include set up:<cfinclude template="/includes/imageOptimise-thumbnail.cfm">For the majority of the time when the page is submitted the imageOptimise-thumbnail page runs without any issue but occasionally it will error saying that it can't find the imageOptimise-thumbnail.cfm. If I resubmit the page, chances are it will work but the question is, why is it sometimes not being able to find the page?I had a look in the CF Admin and I can't see anything in the logs saying that there was an error but it is clearly showing a Coldfusion 'template not found' error message when it fails.Anyone got any ideas?
Has anyone found a fix for this? Using the Eclipse plugin version of CFBuilder 2016, when I select a few lines and hit TAB it can take up to 30 seconds in a big CFC to indent. It is ridiculously slow!! I end up going line by line and tabbing but thats getting old. Why is this happening? Its starting to make CF Builder unusable for me. Anyone find a fix?
I have tried just about every release of CF Builder since inception. I downloaded CFB2018 and am giving it a go. First issue, no matter where I look I see no ability to increase the size of the buttons in the toolbar. They are WAY too small. I find it impossible to believe that there is no way to enlarge them, so I must be missing the setting somewhere.I cant find anywhere to enable code hints. I know people are sick of hearing the comparisons to HomeSite, but there absolutely MUST be a similar feature to right click on a tag and see code hints, etc. If it is not currently available you need to do a demo of HomeSite to the folks who create CF Builder.I am trying to introduce CF to a new client and Adobe is making it a VERY difficult sell.
Hello,This is my first venture into webhooks. I am trying to read a response from ChargeOver and insert it into a database. For now, I am just dumping it to a txt file to see what it looks like. My current code is:<cfset HTTPRequestData = deserializeJSON(ToString(getHTTPRequestData().content))><cfdump var="#form#" output="C:/webhook.txt">The webhook is posting something like this:{ "context_str": "package", "context_id": "556", "event": "status", "data": { "package": { "terms_id": 2, "currency_id": 1, "external_key": null, "token": "ozevrx738b02", "nickname": "", "paymethod": "inv", "paycycle": "yrl", "bill_addr1": null, "bill_addr2": null,...etcMy webhook.txt file sh
Hi,I've updated our ColdFusion 2018 from update 1 -> to update 3 sucessfully, the instances are running and working.The instructions for this update said to recreate the apache mod_jk24.so so I recreated the connector by following these instructions manuallyColdFusion Apache manual connector configurationI've used the /cfdisk/coldfusion2018/cfusion/runtime/lib/wsconfig/connectors/apache/intel-win64/prebuilt/mod_jk24.soHowever I'm getting apache error when I tried to test the apache[admin@cfserver1 1]$ apachectl -thttpd: Syntax error on line 358 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf/mod_jk.conf: Cannot load /cfdisk/coldfusion2018/config/wsconfig/1/mod_jk24.so into server: /cfdisk/coldfusion2018/config/wsconfig/1/mod_jk24.so: invalid ELF headerso I reverted the mod_jk24.so to the earlier version (ColdFusion 2018 Release 1)We are running CentOS Linux release 7.5.1804 (Core), httpd x86_64 version 2.4.6 Release 80.el7.centos.1, Coldfusion 2018 Release 3
We are currently using ColdFusion 10 and would like to find when the CF10 product is expiring. Do we need to upgrade to the new version if so what version of ColdFusion do you recommend? Thanks.
Oracle wants to start charging a fee for the tomcat we use. Will the new fees from oracle on Java effect ColdFusion or the updates?
I decided to upgrade my local developer edition to CF2018 from CF2016. I uninstalled CF2016 and then installed CF2018. I went to move the files from the Coldfusion 2016/cfusion/wwwroot directory to the new installation as I did previously when upgrading from CF11 to CF2016, I found that only a log folder remained. Did CF delete my files on uninstall? Any way to get those back?
When toolbar="Default" doesn´t show the option input text.With toolbar="Basic" is make. Look the image.
So,Wanting to apply the latest CFv11 patches due to all the press coverage about security problems being exploited in the wild I visited the patch download page at ColdFusion 11 updates but when I pull down patch 18 and run an MD5 checksum the result I get is NOT what's listed on that page.I have downloaded a bunch of the previous patch files and run the same check (openssl md5 <filename> in case anyone thinks I'm doing it wrong) and they all match what's printed on the download page. It's only patch 18 that doesn't match.I'm trying to find out if that's a mistake by Adobe or there's some sort of corruption of tampering with the hotfix18.jar file.Any help appreciated as this is holding up patching for security.
We have ColdFusion 8 installed and wonder if we should be concerned about the new March 2019 security vulnerability. If yes, what steps do we need to take to secure our system?
I have ColdFusion 2018 Standard running on Windows Server 2016. 'Enable Performance Monitoring' is checked in the CF Admin, and the counters show up in Windows Performance Monitor.However, the only actual activity that shows up is when I hit the CF Admin interface web page (Page Hits/Sec, Running Requests, etc.) which is setup under the 'Default Web Site' site. No activity is shown in the Performance Monitor for any of the other sites on this server.Any ideas?
Is there a DW equivilent to the "standard toolbar" in CFB2, because I am looking for a way to put the most basic editing commands of Undo/Redo/Copy/Paste and do not see a way to add these to a visible toolbar. All I see is I have to click the Edit menu, then select the command I want. I will be really disappointed if I cannot include basic commands like this on a toolbar. Please don't tell me about keyboard shortcuts, I know they are there but I like to have the visual buttons up on my toolbar, too. Save All and Word Wrap would be another command I current have on a DW toolbar but can't see how to customize this in CFB2. Am I missing something?
Hello,I have a coldfusion page which I am including a number of css and .js files (in the header). To increase the load spreed of a page, it is always recommendedto include script files after css files. This works fine for all other .js files, however not for any CFIDE srcipt files - I have tried including the <cfajaximport> tagbelow all the css files, however the CFIDE scripts always get loaded above all my css files. This has a causes render-blocking issues and I was wonderingif anyone knew a way around it ...ie, a way to arrange the load order of CFIDE scripts ?Thanks,Ryan,
I am using CF 2016. I am trying to follow this articleColdFusion Help | Generate Swagger documents When I browse to where the documentation should exists I getHTTP Status 404 – Not FoundI do everything as in the example. Proper name for rest service (service mapping) and all.How can I make this work?
A couple weeks ago we began noticing weird character suddenly appearing the From field of some emails, this after Update 8 for CF2016 had been applied. I rolled back to Update 7 and was able to see the accented character correctly again. I applied Update 9 this morning, thinking maybe it would address the issue but no luck. Hoping now someone on here may have the answer.Local CF 2016, Update 9 running on a Windows 10 using CF's built-in server (no IIS or Apache)Page encoding is set to utf-8 and I've tried it with and without the charset set in the cfmail tag as shown below.<cfset FromField = """#GetPoster.FirstName# #GetPoster.LastName#"" <support@*****.com>"><cfmail to="#ToField#" from="#FromField#" subject="HelpDesk - Request #SRNr#" charset="utf-8">With update 9 installed (as well as 😎 the From field appears to mess up the characte
Hello,I have a strange problem with my includes, if i save my file with changes, CF can't find them anymore.Example:<cfinclude template="views/file.cfm">Is working fine, when i change something and save file.cfm, I receive the following error 'Could not find the included template views/file.cfm.' which is strange, because the filename and location did not change.Changing the the cfinclude and the filename into 'file1.cfm' does work. Which made me think it had something to do with caching, but clearing the cache and restarting CF did not work.Do anyone have an idea?Thanks,G.Running OSX 10.10CF 11 Upd 2. Dev
Hi,I query data from an Oracle database, loop the result and add some data using querySetCell. Finally using cfquery dbtype="query" I select everything using an ORDER BY clause. Sadly my data is not sorted the way I expect. Special characters like German umlauts are sorted at the end of the result and not according to their position in the alphabet. When I dump the result of the query I see characters are "broken". Instead of Ö at the beginning of a word I see some placeholders. Looks like the data was encoded twice or misinterpreted according to the character set.Does ColdFusion have issues working with data from an Oracle query? Is there a way I can tell CF the data in the query is UTF8 encoded?Best,Bernhard
Recently switched to coldfusion 18, Was trying to capture signatures using signature pad and canvas but seems to me <cfimage> tags are not properly capturing the signatures. Writing an image to file using capturing the whole frame instead of that signature. Where all the tags and code is properly working on coldfusion 11. Can someone tell me what's going on here?
How do I change my name on my digital/electronic signature from typed to a hand-written signature?
Hello,I am administering a Cold Fusion MX7 database that I did not write. I have daily users that are able to access this database one day, but not the next. Their access is very sporadic. It appears that when they reconnect to a different access point that they have no issues, until they are re-connected with their starting access point and find themselves with the error message " File not found /notclear/Contact-IT-Dept.cfm " There are multiple access points and almost any user can be affected using any different access point. I ran the code analyzer through my admin control and have discovered these 9 issues. How can I discover what these issues mean and how can I discover if these issues may be the problem to my users access? Thank you. Parse Error (1) Error C:\Inetpub\wwwroot\CFIDE\administrator\analyzer\index.cfm Parse Error (2) Error C:\Inetpub\wwwroot\CFIDE\administrator\analyzer\report.cfm Parse Error (3) Error C:\Inetpub\wwwroot\CFIDE\administrator\analyze
Migrating to CF2018, we have noticed that our webservice calls are quickly pegging system resources and resulting in java heap space out of memory errors after a few minutes. Increasing memory allocation results in longer periods of time before erroring out, but similar results.Pointing at java 8 and moving tools.jar into the WEB-INF/lib directory shows successful results with near instantaneous response.Has anyone else seen this or have any idea why java 10 would be showing this issue?
Hi,I'm trying to create a dynamic variable and then call it dynamically and I don't know if this is possible. The easiest way to explain what I'm trying to do is to show what I want to do but obviously doesn't work.<cfcookie name = "variable#rsSet.variable_id#" value="cookievalue">and then later I want to call it by doing something like<cfoutput>#cookie.#rsSet.variable_id##</cfoutput>but obviously that doesn't work. Is there a way to call the cookie without typing the exact name of the cookie?Thanks,Mike
Hi,I have a recordset with some values in it that I want to add together but I don't know how to do it. The recordset looks like:<cfquery name="rsResults" datasource="username" username="value" password="F00tBall">SELECT *FROM optionsWHERE value_id = '#FORM.value_id#'</cfquery>I list the values in a table<cfoutput query="rsResults">#rsResults.value#,</cfoutput>and I want to add together all the values and display the result but I don't know how to do that. Can anyone help with this?Thanks,Mike
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.