『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
Using CF to create a PDF via <cfdocument> and finding that the font sizes within the header do not scale properly. I've researched the web for hacks or solutions and cannot find any. Has anyone been able to make the headers in CFDOCUMENT work? I've adj the topmargin size and the font will adj once you get to 3 inches or greater but then there is huge white space at the top of the document.if anyone has any suggestions, would appreciate the feedback.
I have a cf9 app that just has a few ajax calls. They are from a prev/next button and if a person just sits and presses the next button for 20 minutes they get timed-out because our 20 minute session timeout setting. What can I do to reset the cf session timeout when they click on the "next" button?$(document).ready(function() { $("#PaymentPlanTrackingListNextButton").live ('click', function() { $.get('payment_plans_tracking_list.cfm', { PaymentPlanTrackingAdvisor:$("#PaymentPlanTrackingAdvisor").val(), PaymentPlanTrackingDueDateStart:$("#PaymentPlanTrackingDueDateStart").val(), PaymentPlanTrackingDueDateEnd:$("#PaymentPlanTrackingDueDateEnd").val(), PaymentPlanTrackingListCurrentPage:parseInt($("#PaymentPlanTrackingListCurrentPage").val()) + 1 }, // Sends to div id=PaymentPlanTrackingList&n
Hello,I have a customer using Coldfusion 9. Our ODBC driver is not working with Coldfusion and I was wondering what version of ODBC standard is used with this product.Thank you.
After clicking the CF10 installer, the installer window remains gray. Only the button "Next" is blue. But it is not possible to click the button. The install procedure stops at this point.The installing of CF10 with the same DMG file on my iMac (also OS X 10.8) was successfull before.My Macbook hat 8GB RAM an 5GB free disk space.What can I try?Jens
Hi,Our CF10 (Windows 2012, IIS8) has a number of scheduled tasks, but all are running 1 hour early. Our clock is set to GMT, and the tasks run GMT-1. The time settings in Windows are set correctly for our location - UTC London with daylight saving time.Why is CF10 getting the time wrong? Does it take into account daylight saving?Thanks,Mark
Hi, am trying to change the user account for coldfusion server which is running on my server and it's currently running as a "local user" but i want to change to an administrator user account. when i change the user i get an error from Jrun like this:Server Error500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.500java.lang.NullPointerException at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:285) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)----------------------------------------------------anyone knows how i can solve this issue?
CF10, Update 11, RedHat Enterprise Linux 6.4, 64bit, Apache 2.2.15 (as bundled w/RHEL6.4).I notice the Adobe-modified mod_jk is still based on the older 1.2.32 mod_jk connector. I noticed the source for this is also available now, and a trivial 5min attempt to apply the diff to the "pure" 1.2.37 has failed. I haven't really gone bit by bit through it all, although I suspect it wouldn't be too bad. It appears most of the changes are well labelled: /* Below code changes are incorporated by Adobe Systems IncorporatedGiven the slew of changes in the mod_jk ChangeLog from 1.2.32 to 1.2.37, I'd feel better if I could switch to that. But since the Adobe modifications (one of which is to support the "max_reuse_connections" in workers.properties) along w/our internal policy of using vendor-stuff for vendor-software, prevents me from simply attempting 1.2.37(pure) or 1.2.37-manually-patched-by-me.Anyways, long story short, was wondering if/when Adobe might come out w/a 1.
I am udating jcr:title property through java servlet POST node.setProperty("jcr:title", request.getParameter("title")); the request contains some special character like éé but when i see the jcr:content of the page its converted into éé any idea how to update jcr:title with special character.Please help me to solve the problem.Thanks,Harsh
Looking for solutions on buffering , and latency issues with Adobe 1.5 and windows 7....HELP PLEASE
I work in an 'enterprise' environment. Lots and lots of subdomains, with many of them running ColdFusion apps and none of them coordinating. We've run into a problem where app1.foo.bar.com sets CF cookies (CFTOKEN/CFID) on the bar.com domain and app2.foo.bar.com sets cookies on the foo.bar.com domain. The app teams insist on using cookies instead of putting CFTOKEN/CFID in the URL.As a result, when the browser sends a GET to app2.foo.bar.com, it sends both sets of CF cookies.Sometimes app2's CF server uses the right set of cookies. Sometimes it uses the wrong set of cookies. When it uses the wrong cookies, it loses session state.It seems to me like the only fix is to get app1 to set its CF cookies on app1.foo.bar.com domain and app2 to set its CF cookies on app2.foo.bar.com domain. But that only works until somebody starts up a new app on app3.bar.com and sets its CF cookies on bar.com domain.What can a CF application do to defend itself from another
I have a report the prints user names with checkboxes to the right and a place to handwrite data on the report. The height of the data in each row is always the same so I'd always want a page break after the same number of records.When using a pdf cfdocumnet is there a way to insert a page break after x records have printed? The records are coming from a query.Thanks
Will the announced installer work for CF 9 as well, so that CF9 works on Windows Server 2012?New Platform Support for ColdFusion 10Adobe is announcing Microsoft Windows 8 and Microsoft Windows Server 2012 platform support for ColdFusion 10. The ColdFusion 10 windows installers have been updated to support the new platforms. Installers can be downloaded from the ColdFusion 10 Product Downloads page.Latest ColdFusion 10 windows installers,Support Windows 8 and Windows Server 2012.Support Internet Information Services 8(IIS8).Include JRE 1.7 Update 15.Include ColdFusion 10 Mandatory Update.Important Note: ColdFusion 10 Update 8 should be applied with the latest ColdFusion 10 windows installers. For more details refer this article.
I have been trying to uninstall ColdFusion 10 from my Windows 2008 R2 server. I uninstalled all the ColdFusion 10 services except for "Adobe ColdFusion 10 .NET Integration Services" successfully. Everytime I click "Uninstall/Change" button to uninstall this program something flashes on the screen very quickly then back to the Programs and Features page with no changes. I click Refresh and the service is still appearing. The ColdFusion 10 Folder is still in its location as well. When I attempt to delete the ColdFusion 10 folder I receive a "Folder Access Denied" error. The error indicates I require permission from Administrators to make changes to this folder. Well, I'm logged in as the Administrator so I have full permission and I still receive this error. I really need to get this uninstalled so I can re-install ColdFusion 10 on my server as this server will be installed on our network as our new web server soon. Please provide me with some other avenues to uninstall my current instal
We have Windows 2008r2, IIS 7.5, ColdFusion 10 with all the latest patches.The root allows anonymous access, but doesn't have any ColdFusion files.We have subfolder, that do not allow anonymous access and has Windows authentication enabled only. Specific domain global groups have access to this ColdFusion folder via IIS (Authentication = windows authentication only) and Authorization rules have specific groups that should have access.Non-ColdFusion files are correctly blocking anonymous and users not in our global groups.ColdFuision is allowing user who aren't in our global group to access, when they should be blocked.With previous versions of IIS (ie. v.6 and below), we had to set the "Verify that file exists" option in the appliation extension mappings like described here:http://helpx.adobe.com/coldfusion/kb/implementing-nt-authentication-coldfusion-templates.htmlThat "check that file exists" option is no longer available in IIS 7.x http://support.microsoft.com/kb/2725025Anyone
I am running ColdFusion on Windows. The version information is shown below. When implementing cffileupload the attributes specified get mismanaged when CF invokes cffileupload_swf.js If I specify extensionfilter values, that ends up getting prefixed to the swf movie causing flash not to load the movie. I found this out using Firebug. When I excluded the filter I was able to get the upload swf to display but the clear button actually labels itslef with the session information. See the included screen shot. Has anyone else experienced this behavior or have a work around, i.e. updated version of cffileupload_swf.jsFYI, I have not changed the location of CFIDE and scripts folders. They are in the default location.Version 9,0,1,274733 Edition Standard Update Level chf9010004.jar
I have been using access databases for years with Coldfusion. I have a client that wants me to build an online classroom. I figure it's time to finally start using mySQL, but there is so much info out there, I don't know which way to turn. Where do you experts recommend I get started?Also, I am using coldfusion entrprise on my system at home. My machine is a 64-bit, 3.30Ghz AMD FX - 6100 six-core processor with 8gig of ram. Can I install mySQL on the machine and run CF8 without any problems?
I have a cfm that is using cfform and cfinput. There are 7 text fields and one checkbox. The 7 fields are all required and the checkbox must be checked. Sometimes the javascript behaves differently. Sometimes I get an individual alert for each field that is blank and if the checkbox is not checked. Most times, the error messages for the fields are grouped and displayed in a single alert. From the looks of the java script that is generated by cold fusion, it should always group the error messages and display them in a single alert.On the occasions when I get the individual alerts popping up, the validation on the checkbox also does not work. The validation fails whether the checkbox is checked or not.Tests were conducted in IE9 and Firefox 24 on Windows 7.Any idea why the java script would work differently? Is it possible there is an old version of CF that is being picked up sometimes?
I've been working on a bit of bot mitigation and began using checks against Cookie.CFID to verify the client has a value in reply.I'm using CF 9,0,1,274733application.cfm includes the following:<cfapplication sessionManagement="True" clientManagement ="False" setClientCookies="True" sessionTimeout="#CreateTimeSpan(0, 0, 2, 0)#">I disable cookies in FF 23 browser to simulate a bot and conduct the test.In my test the check for Cookie.CFID is as expected, empty. Here is a snippet of code used to test this.<cftry> <cfif REFind("YourIPAddress",CGI.REMOTE_ADDR)> <cfif ! IsDefined("Cookie.cfid")> <cfoutput> No Cookies as expected! </cfoutput> &nb
I have several CFX tags written in Delphi. I want to port them over to CF 10 64 bit.From what I can tell, it is not supported. CF 64-bit will not load the 32-bit dlls. Delphi CFX dlls require a file called cfxapid.pas. This file has assembly language stuff, which I do not fully understand, and would need to be converted to 64-bit assembly. There may be other hurdles.Am I correct that this is just not supported? And never going to be supported?Thanks,George
Hello,I am looking for some company in Italy with expertise in Flex Technology. Could you tell me someone?Thank you.
I thought I used to be able to do this but since I have not done it for awhile I forgot how to do it.I have a query result that looks like this:Categories Course_Name Course_No Course_levelLanguage English E100001 IntroLanguage English E20001 IntermediateLanguage English E30001 AdvanceLanguage Spanish S10001 IntroLanguage Spanish S20001 &n
After installing ColdFusion 10 the ColdFusion 10 Application Server service is not running. When I attempt to start the service, Windows gives me the following error message: "Windows could not start the ColdFustion 10 Application Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vender and refer to service-specific error code 0."In the System Event Log, I see the following entry: ErrorColdFusion 10 Application ServerEvent ID: 256The description for Event ID 256 from source ColdFusion 10 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If I try to run ColdFusion installer again, it tells me that its already installed. Trying to uninstall just leads to the uninstaller saying "Please wait, Adobe ColdFustion 10 is being configured for your sys
I have checked my CF Admin today and noticed that the 20 or so scheduled tasks I have in the administrator have vanished without trace.Any ideas what would cause this to happen? Is there any way I can trace the cause? Possibly related, the server (Windows Server 2003) was updated and restarted overnight last night.Also noticed that the cf administrator scheduled tasks page has the following errorVariable DSNVALUE is undefined. The error occurred in scheduletasks.cfm: line 749Called from scheduletasks.cfm: line 289Called from scheduletasks.cfm: line 1-1 : Unable to display error's location in a CFML template.Thanks,Paul
I have a mailer that sends out a word of encouragement every morning to several of my clients’ employees. The messages are pre-written. Any client can actually change the message before for that day without affecting the message being sent out to my other clients. I do this by sending the clients the message for the day in advance. Once a client edits the message it is saved to another table called edits. When the message for the day goes out, I need to loop through the edits table first, if the table is not null for that day, it sends the message from the edits table. If the edits table is null, the message is pulled from the daily table.Can I do an if statement from within the query, if the table is null for that day then query the second table called daily for the message for that day?
We've been having a problem with session loss when using J2EE session management in CF, ever since we upgraded to version 10. It appears as though CF is doing the following:1. If the session begins over http, the cookie is set as secure=no2. If the session begins over https, the cookie is set as secure=yesThis is a problem, because if #2 happens, and a user then transfers to an http page, they will lose their session (because the browser can no longer read the secure cookie). At that point, they get handed a new, non-secure cookie and they have to start their session over again.We've searched around but are unable to find any way to change this behavior. Is there something we're missing? How do we get it to stop automatically setting secure 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.