『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
I am not sure cfdocument can convert powerpoint.pptx to pdf. I would like to know what API call that I can use to convert office product to pdf file.Thanks
Hi,I have a Cold Fusion 2016 at update 3 and I am trying to restrict access to the internal components (adminapi) and the administrator to the server itself so that no one can access it without logging onto the server. I added the IP address of the server and local host. It seems to have saved it but it still allows outside access. The administrator is hosted on the local tomcat server at port 8500.My security team is insisting to lock this down but this feature isn't working. Do I need to apply an update to fix a bug or do I need to restart cold fusion?
I have a page with a 40 question form and at the end of it, there is a submit button.Once the Submit button is selected the 40 form fields data gets inserted into to my DB and the user gets cf-located to another page.It works great. I've done this a million times.But now I need to add another button or image to the page that reads (Email Me Help) that when clicked willNOT REFRESH THE PAGE, as the user may still be entering into the formThat will pass 2 hidden values to a email.cfm page - that email.cfm page will then send a cfmail to our support and they will reach out to the user. Also, the button or image needs to change to alert the user that their "Email Me Help" request was sent.This is so when a user is filling out the form if they need help. They can click "Email me help" and we can respond while they still have the form open.I cant get the form to process without refreshing the page.I've tried iframe, but can't get my hidden values into the iframe page and I have tr
I am creating a CF calendar from MS Outlook calendar data.Somehow make a data connection to the MS Outlook calendar data and then output it to a calendarHas anyone done this before?
Hi I need to migrate my application from CF8 to CF10 (or CF11) on Solaris 5.10, Unix server on command line Interface.1. Do I need to get a new license for CF10 or can use existing license?2. How do we migrate in Unix command line, as all the migration guides describes the process using a UI.3. Is there any tool that we can use on CLI?Any help will be appreciated. Thanks in advance!!
Hi,My website still uses coldfusion 8 so I hope I can get some help despite it being old.kI'd like to add facebook buttons to each of my blogs automatically. I'm looking at the facebook for developers information and it says to fill in the form to create this code:<html><head> <title>Your Website Title</title> <!-- You can use open graph tags to customize link previews. Learn more: https://developers.facebook.com/docs/sharing/webmasters --> <meta property="og:url" content="https://www.your-domain.com/your-page.html" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Your Website Title" /> <meta property="og:description" content="Your description" /> <meta property="og:image" content="https://www.your-domain.com/path/image.jpg" /></head><body> <!-- Load Fac
Hi Team,I am relatively new to ColdFusion and need help with Verity and Solr.I am performing a migration of customer website hosted on ColdFusionMX7 to ColdFusion11. Whenever I am trying to search in the migrated website, its fetching an error. Investigating further it came to notice that on the source server Verity has been installed whereas on the destination server, Solr is used for collection.I have few queries as below:01. Can Verity work with ColdFusion11?02. What is the best way I can make searches to work in above scenario?Regards,Hrishikesh Waikar
Can anyone help with completing a custom validation to compare a string that is all uppercase, alphanumeric, and will compare several strings that should be considered "not a valid product number?" The three strings would start with letters as follows: IP000000, IF000000, and RL000000 (the fail statements should be specific and start with IP, IF, and RL).I'm still new to editing custom validations, and can take any help! Thank you
I am a beginner in learning cf. I want to know the details of the structure functions like why they are used, what are the parameters and their internal logic
Anything on the roadmap for CF 2018 pertaining to making CFGRID responsive friendly?
In the ColdFusion 2018 Public Beta with Update 1 applied, using Java 10.0.1 (rather than the default Java 9.0.4), when calling QueryExecute() and passing a struct of query params, if I use cfsqltype="CF_SQL_CHAR", maxlength=64 (note there is no double quotes around the 64) it throws an error. But if I instead use cfsqltype="CF_SQL_CHAR", maxlength="64" (note the 64 in double quotes) it works correctly.Please investigate.
We use the cfchart tag which uses the Zing Chart engine. Zing Chart itself is responsive. However, ColdFusion 2016 had not implemented that version of Zing Charts. I was wondering if CF 2018 will implement the latest Zing Chart engine with responsive charts?Thanks in advance,Justin
I think there is a logging bug that occurs when using ColdFusion 11 on IIS 10.The IIS log shows cs-uri-stem as /jakarta/isapi_redirect.dll and so the actual .cfm file path is not logged.I am testing 32-bit ColdFusion 11 (hotfix 10), on both Windows 10 and Windows Server 2016. I think I also got the same result with 64-bit ColdFusion.Any ideas? Thanks.Note, I haven't tested generic Tomcat, but I see that similar behavior has occurred in the past when using Tomcat with IIS 7, with or without "Advanced Logging" (which I have not installed).
I migrated an application from a Cold Fusion 9.0.2 server to Cold Fusion 2016. There is flex coding in this application and the main index.cfm page comes up without any visible errors but displays nothing! In the CF 9.0.2 server the page comes up with content. I don't know much about Flex but I've seen other posts about Flex not rendering anything.Any clues a direction to point me are much appreciated.
Hello Team,Recently I am going to deploy CFM applications with Adobe Coldfusion 2016.I want to install Adobe Coldfusion on a different server and I have two web servers and one of which is built in on which Adobe ColdFusion 2016 is installed and another web server on different VM. Both the web servers are running on IIS.My Question:- Can we use Adobe Coldfusion 2016 installation on one server and configure the websites which are hosted on the built-in web server and another web server?Do provide me with the solutions that If we can do that then what we need to do and if we don't then what are the best options we can accommodate.ThanksVirender
I am running builder 2018 and Coldfusion 11 on a local machine using IIS. Everything connects fine. I can run files from builder and they run in FF. I have built a very simple phonegap application (Hello World) which works with the Android Phonegap Shell App. When I try to generate a phonegap build, I get a generic error message that says: Please check ColdFusion Server Configurations.I have set up local and remote CF servers in every possible way I can think of but when I set up my application to use a server the error is always the same. Here are my last 2 server setting, one local, one remote.
So I have about 20 tasks that are chained. Let's say that task number 5 fails, I'd like to move on to task number 6. So I researched and found the event listener functions such as onTaskStart, onTaskEnd, onMisfire, onError. But I am wondering if there is some variable that ColdFusion has built in so that I'd know what the next task in the chain is for me to call the execute functionality to kick it off. Or is there a better way to handle this sort of scenario?Thanks,Justin
Hi all,a little problem with cfcompile.I tried on my Mac (high sierra) with CF2016 to compile a folder, or even just a file, with this scenario under my wwwroot:- "compsrc" folder has just 1 file (Application.cfm)- "compdst" folder is emptyHere's my console output/Applications/ColdFusion2016/cfusion/bin > ./cfcompile.sh -cfruntimeuser ale -webroot /Applications/ColdFusion2016/cfusion/wwwroot -dir /Applications/ColdFusion2016/cfusion/wwwroot/compsrc -deploy /Applications/ColdFusion2016/cfusion/wwwroot/compdstPassword: ****/Applications/ColdFusion2016/cfusion/wwwroot/compsrc/Application.cfm... successful 1total 1elapsed 0.587 secafter this, my compdst folder is EMPTY!!Any suggestions?p.s. I tried the same in a Docker container based on Ubuntu, and with CF11 on both mac & ubuntu. Same results... I'm surely doing something wrong...
We have a few ColdFusion 9.0.1 servers that are humming along and I would like to patch up them to the latest available updates, as I haven't patched them in a few years. It looks like ColdFusion Security hot fix APSB14-23 contains hotfix 12 which is the latest I can find so far. Can anyone confirm this is the latest available for 9.0.1?
I tried to learn to use cf component by creating a simple cfc. All I want to do within the cfc is to provide 1 query so within the application this query doesn't have to be created many times. I created a getFrmTypes.cfc this way: <!--- getFrmTypes.cfc ---> <CFCOMPONENT> <CFFUNCTION Name="FrmTypes" ReturnType="query"> <cfquery name="getTypes" datasource="MyDB"> Select * from TblForms order by FormID Asc </cfquery> </CFFUNCTION> </CFCOMPONENT> Then on the CF template that is calling this cfc I wrote: <CFINVOKE Component="getFrmTypes" Method="FrmTypes" ReturnVariable="FormTypesQuery"> When I run this template I got this error: The value returned from function FrmTypes() is not of type query. If the component name is specified as a return type, the reason for this error might be that a definition file for such component cannot be found or is not accessible. line 12 12 : <CFINVOKE Component="getFrmTypes" Method="FrmTypes" Return
Hello All, I am running CF8 and I would like to implement a text box that would auto-complete with a drop down. I would like it to work as if I was using Outlook to look up a person in the Data-base.
I may be missing something simple, but here's a problem I'm having and am looking for, hopefully, a simple solution. Right now we have an 8 hour session limit. This is set up via Application.cfc and is working. However, if the user is idle for less than 8 hours after initial logon, then is active on the site right up until the 8 hour limit, the session doesn't reset. The user gets logged off while active at the 8 hour mark. Case scenario:- 2pm - User logs on. The 8 hour session begins and expires at 10pm.- 9pm - User resumes session after being idle. 7 hours elapsed in the session- 10pm - User is still active on the site, but the session expires. If they access personal information, they get a message that they need to log on. Is there a way to reset the beginning of the session at the 9pm mark so that the user isn't logged off while they're active on the site?
Last Saturday I ordered an upgrade from CFB 2 to CFB 2016 through Adobe site. In Adobe site they were saying I have to wait 24 hours for the paying process. Yesterday after 48 hours the process ..was under process and I was still waiting.Meanwhile they already were displaying the SN of the upgrade that I still had not.Today I see the paying process is over, Adobe has got the money from my card, they have issued an invoice, but they still don't give a link to download it.!!! In the page with all my downloads and orders they say payment is OK they have link to the invoice, BUT clicking on downloads page I see all downloaded software with the links, BUT there is no link for the paid product. Does anybody have an idea what the heck is happening???Do they want me to pay again???? 🙂Please notice that I ordered UPGRADE. So I guess can' t download the full CFB from Adobe site and use the given upgrade SN. Could they mean that??? They don't give any info about it in my orders page
I'm generating small (2.25"x1.25") labels with a barcode using cfreport and saving as PDF. If I open the PDF in Acrobat everything looks exactly as expected and printing directly to a Zebra label printer works perfectly. But when I try to send the same PDF file to the same printer using cfprint, the labels are offset by about half an inch and no longer align with the labels. The printing is also lighter and not as sharp. I've tried setting cfprint arguments for scaling and quality and just about everything else, but can't get the printing to look the same as a direct print from Acrobat Reader. I'm using CF2016 on Windows Server 2012 R2 Standard.Anybody have any ideas as to what could be going on?
Hello all,I'll admit we're pretty far behind with our CF server version and patching. But we're trying to catch up.We just recently patched one of our two production servers and noticed an issue with our cookies. Previous to the patch, CF would give a cookie that expires in 2048. After the patch, it gave a cookie that expires at the end of the session.But when we went live with that server after the patch, anyone who had one of the 2048 cookies had to kill their cookies and get the new cookies. If it were up to me, I would've just patched the second server and had them all update their cookies (a few days of pain, but over and done with). But the corner-office folks decided to pull the patched server out of the cluster and try to figure something else out regarding the cookies. So, now all the users have gotten 2048 cookies again.So, now I'm trying to figure out how to dynamically delete the 2048 cookies when they hit the site, and give them the new "at the end of the session" cookies.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.