The official community for ColdFusion.
Recently active
Please download the attached file to view this post
(Raises hand)Can anyone, here, tell me about the most recently discovered CF zero day exploit?I'm not an admin, but I've been coding CF since late 2000 and am curious about what is known about this most recent exploit.V/r,^ _ ^
Hi there,I was able to successfully install CF2018 PerformanceMonitoringToolset in the server. But its not able to discover the server, automatically, as the application server is running over https(port 443). Is there anyway to configure the Performance Monitoring Tool to run over https and to use Apache? I couldn't find its configuration files. Thank you,Annie
Hi, I want to allow users a way to import their contacts from outlook into my CF based system. When I say system I mean I want to build an interface that allows the user to click a link that says import contacts, the user would have a choice, perhaps a text file, excel file or outlook. I can do the text and probably code the part to import from excel but 1. How can I export from outlook using CF? 2. How can I do this in a way that works in both Firefox and IE? Thanks, -WestSide
Can ColdFusion 2018 be installed on Windows 2019 Server? Thanks.
Using a recent version of ColdFusion that has the built in POI library, using HWPF or XWPF (it does not matter which one), does anyone have sample code that would read a word file from the server, replace text (for example: replace "*test*" with "12345") and then output this new version of the file to the browser? No need to save the file. Pushing the new file data via cfcontent is what I am looking for.Any help would be appreciated. Thank you in advance.
I have strings like thisPGH2019AprilPA73-01.docxPGH2019AprilPA73-0.docxPGH2019AprilREC73-0.docxI need to extract the number 73 from the string.The number could be 2 or 3 digits long, like 99 or 101 EG: PGH2019AprilPA99-01.docx or PGH2019AprilPA101-01.docxThe number is always right before the -0PGH2019AprilPA73-01.docxPGH2019AprilPA73-0.docxPGH2019AprilREC73-0.docxHow would I extract this 2 or 3 digit number that precedes the -0?
Hello,I created a tracker entry CF-4203491 a few months ago and the bug has recently been verified and is to be fixed. The email no-reply email I received reads:Target Version updated to 'Alpha'Version updated to '13.0'Version updated to '2016'It looks like the latest Update 1 version for the 2018 (13.0) was released on September 11, 2018.Can I expect CF-4203491 to be included in Update 2 for ColdFusion release 2018 (13.0)? If so, is there an expected release date for this software Update? It seems like Updates are release every quarter or so but was hoping for an expected release date.Thanks,Jim
I installed a Standard License number to my Development environment to test out features. Now that I've done this, how do I revert back to Developer Edition?
Help please, I cannot get back into my COldfusion administator after installing the latest update..."Error","localhost-startStop-1","02/13/19","09:56:09","","Unable to initialise Monitoring service: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/Handler"java.lang.NoClassDefFoundError: org/eclipse/jetty/server/Handlerat coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)at coldfusion.featurerouter.handler.standard.StandardMonitoringServiceImpl.startJettyServer(StandardMonitoringServiceImpl.java:121)at coldfusion.featurerouter.handler.standard.StandardMonitoringServiceImpl.start(StandardMonitoringServiceImpl.java:61)at coldfusion.server.CFService.setupMonitoringService(CFService.java:494)at coldfusion.server.CFService.start(CFService.java:724)at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:567)at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:510)at javax.servlet.GenericServlet.init(Generi
Hi,I need to install ColdFusion Standard (2018) on a server with CentOs 7.6, the server has cPanel and Apache 2.4. I need to use the command line entirely because this is a remote server, I access the terminal with PuTTY. The server will have other domains which use php (not coldfusion)How can I achive this? Are there any instructions I can follow?I have this working now with ColdFusion 9, CentOs 6 and Apache 2.2. The server has cPanel and other domains on server use php and not coldfusion, and everything works ok.We need to upgrade. But before purchasing the new ColdFusion, I need to be sure we can install it the way we need it. Any help will be really appreciated. Thank you.Vero
For commercial use of Oracle Java you will 2019 need to get from Oracle a commercial license. I suppose this has also impact to the cost of running ColdFusion server or ColdFusion Builder? Or is it Adobes headache?
A <cfldap> search on an IBM Tivoli Directory Server (LDAP), pulling a "binary - octet string" syntax attribute (OID 1.3.6.1.4.1.6054.1.1.31 SYNTAX 1.3.6.1.4.1.1466.115.121.1.5) returns [empty string] when the attribute field is set to the attribute name, which is "erentitlements". The string is not empty - it contains XML data that is correctly returned when the attribute field is set to "*".CODE<cfldap action="QUERY" name="entitlements" attributes="*" separator="^" referral="1" start="dc=abc,dc=def" scope="base" server="1.2.3.4" port=389" secure="636" sortControl="asc" username="cn=root" password="********"><cfdump var="#entitlements#" label="ALL">Returns...CODE<cfldap action="QUERY" name="entitlements" attributes="erentitlements" separator="^" referral="1" start=
Hi all,I have hit an issue with cfimage when attempting to generate a captcha. Code works fine on the location (windows) dev version, so I assume this is likely to be linux permissions related or perhap a java issue. Quick heads up:1) CF11 installed on Red Hat 72) Having checked the cfroot/cfusion/tmpCache/CFFileServlet/_cf_captcha and the png file that cfimage produces for a captcha request is there ready.3) On the cf page the capture image does not show just a white area. Looking at the source code the image scr is linking back to 'CFFileServlet/_cf_captcha/_captcha_img8757551929545998425.png'. 4) I have been attempting to resolve this issue for sometime and followed many of the suggestions around adding an Apache alias for CFFileServlet and modifying mod_jk.conf etc but without success.After following the installation guide for CF11, we did also update the version of Java as suggested. Not sure if this is related but when using CF11 administrator, for e
We have development, testing, and production servers running Redhat, Apache, and CF11. Our captcha images used to work on dev and test, but now throw 403 errors and are not displayed. In production, the images still work and are displayed.Permissions on dev and test for the images at /opt/coldfusion11/cfusion/tmpCache/CFFileServlet/_cf_captcha are defaulting to 600. On production, it is defaulting to 644. Where do these permissions get set?
I'm caught in a time-warp. I wrote a flash application some 8 or so years ago and have not touched AS2 since. Now, I need to test the app for a potential problem. The production system runs SBS2008, CF9 and MySQL 5.5. My test machine has the same software but running under Windows 7. When I try to run the application, it won't open. Running under Flash CS6 test, it throws errors about inability to load the class or interface 'Service', ditto for Pending Call, Result Event,Fault Event. My feeling is that it doesn't believe flash remoting is implemented even though I edited the gateway-config.xml to enable the CFWS adapter. Was there anything else I should have dome? The CF9 manual mentions about using the interface from AS3 but I can see nothing about how to install/enable Flash Remoting.I know this is old stuff but any guidance would be much appreciated.
Hello, We have upgraded to using Cold fusion 2018 on Windows Server 2016.When I am trying to access the default page I get a message , Please let me know , how to resolve this issue.IQHTTP Error 404.17 - Not FoundThe requested content appears to be script and will not be served by the static file handler.Most likely causes:The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.
Hi,I tried to unsubscribe from Adobe marketing emails by sending email to unsubscribe-na@adobesystems.comI received UndeliverableYour message couldn't be delivered. The Domain Name System (DNS) record for the recipient's domain is invalid or isn't set up correctly.Thanks, Mark
We are upgrading our CF Server 10 to latest CF 2018. And i am facing bind issue between dropdown selected value and cfgrid bind.There is dropdown just above the cfgrid that is set empty at first and has values listed of a query, and just below is a grid that binds the dropdown selection value to the query that is fetched.At first as empty is selected it would not fetch records and grid would be empty. Also the bind URL is correctly formed.http://127.0.0.1:8501/app/dummy.cfm?&DbFunc=getRecords&SrcID=&newSrcID=&flt_nm=&flt_iv=&flt_ct=&flt_sc=&flt_in=&pageSize=174&_cf_ajaxproxytoken=6D89B1BFAE8D17997E5A&_cf_clientid=1AFC4F973849FBAE6EAAA465492A0E0B&_cf_rc=0&_cf_nodebug=true&_cf_nocache=true&returnFormat=json&_dc=1549690631545&start=0&limit=174&page=1&sortCol=&sortDir=ASCBut next when i select the dropdownto a new value the URL is formed in this way.http://127.0.0.1:8501/app/dummy.cfm?&&DbFunc=getRe
I've been developing small web sites, mostly for personal use, since Coldfusion 4.0.1. Throughout that time, I have run them on an IIS server under various versions of Windows. I am not highly technical; don't have much knowledge of servers. I have always been able to create and manage multiple sites with coldfusion by setting ports to match the directory structure under inetpub/wwwroot/site_1; inetpub/wwwroot/site_2, etc.Last year, I installed CF18 under Win10, and the usual J2EE installation didn't go through the old process of provisioning under IIS. Sorry if I'm using the wrong terminology. After reaching out on the forums for help, I finally installed under the Standalone Server option, which put my files under cfusion folder with port 8500.I've been totally lost on how to create new sites under this setup.====================The help I'm reaching out for here is to understand the two installation options. 1) can I create multiple local sites with different ports under the standal
The "Multihoming" links on the page ColdFusion Help | Use multiple server instances self-reference this very page indefinitely.
Howdy all, I've recently encountered an issue with a 300+ page PDF generated by a scheduled process. The scheduler generates our institutional organization chart and has been working great. However, we have found instances where a few pages (~4 or so depending upon run) are flat and have no CSS styling applied to them. All other pages are flawless. Even more puzzling is that in some instances, the styling will be applied to parts of the content, but not others. So in one case, the header and footer are properly styled, but the page body has no styling applied. In another case, on one page only the footer is missing styling. Given this is all rendered via iteration, the only thing I can think of is maybe an intermittent connectivity issue to the CSS sheet. We have recently moved our data center, so we have had some squirrely routing issues every now and then. I've learned from experience that it is best to include the CSS in both the CFDocument AND in every CFDoc
'm working on the new system and there are few things that are different from what I used to see. Basically there is an JQuery ajax call with "POST" type and url pointing to .cfm page. The .cfm page will return html table.After talking to lead developer he mentioned that this method is more efficient. This way calling .cfm we do not create new instance each time we make a call. The other way if we use .cfc and call a function new instance will be created each time. I do not know everything behind the screen and deep layers of ColdFusion.One other thing he mentioned this way it's better since we do not use any frameworks. I have been working with ColdFusion for the past 4 years and what I seen in the past is JQuery Ajax calling component.cfc with specific method name. The data is returned and table is built dynamically. I was wondering if someone knows more about this and why the .cfm might be better than calling .cfc.Thank you.
When using BlazeDS (Flex app) to send dates to CF, and the date sent is within Daylight Saving Time, CF fails with an error [BlazeDS] Error deserializing client message.coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: July 8, 2016 6:00:00 PM EDT is an invalid date or time string.My guess is that this is likely caused by CF 2018 using Java 10 which has an issue in CLDR using three character time zone formats. (We are US shop). Even having the standard JVM switch -Djava.locale.providers=COMPAT,SPI it does not work, fails every time.Does anyone have any ideas how to resolve? I am about to try using a separate JVM as a test, but not sure whether that will work or not. I suspect BlazeDS is not playing nicely with JVM (using its own, maybe?)Here is a zip file containing sample project, see "ADDITIONAL" sub-folder for logs, screen shot of proxy AMF dump, etc. Copy the Additional -> remotingDateTest folder to your web root and adjust the RemoteObject in the project applicati
I have installed ColdFusion 2016 in IIS 10 and when I browse to http://localhost/mysite/ I get HTTP Error 404.17 - Not Found but when I browse to http://localhost/mysite/index.cfm it works just fine. It seems there is some confusion about the default documents being served as static files rather than dynamic files. This is supported by reading further details in the IIS error message:HTTP Error 404.17 - Not FoundThe requested content appears to be script and will not be served by the static file handler.Most likely causes:The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.Things you can try:If you want to serve this content as a static file, add an explicit MIME map.Detailed Error Information:Module StaticFileModuleNotification ExecuteRequestHandlerHandler StaticFileError Code 0x80070032Requested URL http
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.