Questions
Als letztes aktiv
CF 10 Application Server set to automatic. It NEVER starts automatically. All other CF 10 services do start automatically.Running Windows 7.My host, running Windows Server, has the same problem.Any idea what's up?
I am having an issue with the installer on ColdFusion 8.01 in Win2008 server. I have done 5 or 6 identical installs with no problem so this caught me by surprise, The server OS is Server 2008 R2 Enterprise service pack1. I am running the install (coldfusion-801-win.exe) as an administrator in emulation mode (Windows Server 2003 service pack 1). The following is the error i get. As I stated earlier I have done this exact install, both single & multi-server, on 5 or 6 Win2008 servers with no issue. Any help would be appreciated.
Hello.When a <cfinput> field attribute is set to "datefield" it displays an associated calendar icon. It appears that a viewer must click on the actual icon to display the calendar for date selection. Is it possible to have the calendar display when the viewer clicks on the form field itself or when focus is on the form field?Thanks in advance.Leonard B
I have 2 CFINPUT DateField on the form, one is Start ate and one is End Dated. Start Date is on top of End Date.The Start Date Calendar goes behind End Date when users enter start date using Start Date control that users is unable to use calendar to enter date.I would like to know how I can control that make Start Date Calendar in front of End Date Control while user enter information.Your help and information is great appreciated,regards,Iccsi
I have a utility that lets users store custom fields (first name, favorite color, address, URL, etc).One of those fields is used to store the contact's work/personal URL.In addition, users can send their contacts an email including these fields. So an email might say: "Dear *fname*, Your *URL* is pretty cool!"Now my client wants to re-write the URL so they can track it using Google Analytics, and that's where I'm stuck.Basically, I'm struggling with how to re-write the URLs since there can be other fields for one contact that may need to be re-written.In other words, I need to check every field to see if there's an href, and if there is, replace it with another href, for *every contact*.The code below re-writes the URL only for one field and for one contact, but not if there's more than one field with an href and/or more than one contact being returned.Here is the code I'm using:<!---get user defined field info---><cfquery name="getUDFields" datasource="#attributes.dsn#">SE
During the processing of a request, we need to perform an ORM statement and a non-ORM cftransaction on 2 different data sources.Example:# Note, 'someObject' is a persistent CFC with a datasource attribute of 'DSN1'.<cftransaction> <cfset myObjects = EntityLoad('someObject') /></cftransaction><cftransaction> <cfquery name="test" datasource="DSN2"> INSERT INTO ... </cfquery></cftransaction>Whenever we hit the 2nd cftranaction block, we get the following error:Message=A transaction cannot be started on more than one datasource.This works in CF 9.0.1, but fails on CF 9.0.1 HF3, CF 9.0.2, and on CF 10.
We are upgrading from CF8 to 10 and our major application a content management software is now broken. It uses Javascript, CF, and XML. This code work perfect in CF 7, 8 and 9, but now in 10 we are screwed! I can provide more detail.Trying to debug code in firebug. The post looks like this<methodCall> <methodName>display.lock</methodName><params><param><value><string>9C7bd8c93CaCbc6A</string></value></param><param><value><string>mlongwell</string></value></param><param><value><string>31559-73666-19542</string></value></param></params></methodCall>The error we are getting is below.Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BRI/1; .NET4.0E; InfoPath.2)Timestamp: Fri, 7 Jun
I went to upload a file using "Synchronize" and all the options were dimmed. So I go to the File pane and see that ALL of my saved FTP sites are gone. I back up everything regularly, so I tried restoring both Program Files(x86)/Adobe/Adobe ColdFusion Builder2 and %USERPROFILE%/Adobe ColdFusion Builder 2.0.1 Configuration folders. No luck. They're gone. Does anybody have any idea where this information is stored, if not in either of those folders? I'll re-create all of the connections, but just in case this happens again, it would be good know. Thanks.
I am trying to decide between Contribute or purchasing ColdFusion. Because I do not currently own ColdFusion I have no way to read the .cfm files, and would to save the money on my purchase if possible.
Query Of Queries runtime error.Table named users was not found in memory. The name is misspelled or the table is not defined.======================================================Just got the error above after I connected the website to a new MySQL server. The connection is verified in Admin but I'm unable to get the database connection working. The query is working just fine with a connection to our old SQL server and it works in MySQL WorkBench.even simple query like this<cfquery name="GetUser" datasource="#datasource#" dbtype="#dbtype#" username="#username#" password="#password#">SELECT *FROM users</cfquery>Any ideas?
Hi. We've had errors logged every few minutes for several years and would like to know how to stop them please? The log path and a file name example is:<drive>\JRun4\lib\wsconfig\1\LogFiles\jrun_iis6_wildcard130603.logThe first few lines of the latest log are below.2013-06-03 07:59:09 jrISAPI[init:2060] JRun ISAPI Extension DLL Detaching (FreeLibrary)2013-06-03 08:19:15 jrISAPI[init:3816] JRun 4.0 (Build 108673) JRun ISAPI Extension - Mar 13 2008 19:48:362013-06-03 08:19:15 jrISAPI[init:3816] JRun ISAPI Extension DLL Attaching2013-06-03 08:19:30 jrISAPI[5648:3816] 127.0.0.1:51020 connect failed[740]: 10060 Connection timed out2013-06-03 08:19:30 jrISAPI[5648:3816] Couldn't initialize from remote server, JRun server(s) probably down.2013-06-03 08:20:49 jrISAPI[3712:3816] 127.0.0.1:51020 connect failed[644]: 10060 Connection timed out2013-06-03 08:20:49 jrISAPI[3712:3816] Couldn't initialize from remote server, JRun server(s) probably down.
Hi,I am trying to add new members to the group using cfldap modify query.i am able replace with one member with the other but the requirement is like that we supposed to add new member with the existing one.query that i have used is <cfldap ACTION="modify" Modifytype="REPLACE" DN="#groupdn#" ATTRIBUTES="MEMBER=#existingmembers#, cn=XXX, ou=xxx,o=xxxx" separator="|"  
In ColdFusion Administrator, Server Settings > Client Variables, assigning Select Default Storage Mechanism for Client Sessions as Cookle creates persistent cookies. Cookie expriration dates are EXPIRES 5/25/2043 7:32:12 PM, not EXPIRES At the end of the Session. Persistent cookes are a security concern. How are dates for ColdFusion issued cookies (e.g., CFGLOBALS) set to "NOW" so they become session cookies and disappear when browser (IE) is closed? Thanks, GuyCurrently running CF8, but will soon be migrating to CF10.
i am trying to use cfform tag inside cfwindow and it didn't dispaly the anythnig.<cfwindow name="win1" title="test" center="true" width="200" height="200" modal="true" initShow="true"> <cfform name="form" action="test.cfm" method="post">test page</cfform></cfwindow>--Thanks
I am looking for a CFC that will calculate UPS shipping costs to both US and Canada using UPS's new shipping calculation. It should not use the oversize flags as UPS has done away with this. I am using ColdFusion 7 on a dedicated server. Does anyone know of a company/person that has this component? I've searched forums and search engines to no avail. Thanks for your help.
Whether I am logged in or not, when I go to pages like this:http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec18c28-7fb8.html#communityand click Discuss This Pagemy adobe id login never works.is there some separate login for this?
Are security vulnerability patches being made available to CF 8.xx license holders until the 31 July 14 "End of Life" schedule on the ADOBE product matrix?
I installed APSB13-13 on several of my DEV and QUA servers and thought all was well. I had planned to move the update to production this coming weekend but have now hit a block. Since installing the update, I can no longer create a new CF instance.Running CF 9.01 Enterprise HotFix 10.The Message I get is:This happens on every server I installed the HotFix on.I just attempted that to get a fresh error. I tried creating an Instance called "Test1" . In the Cfusion-out.log I see this:06/05 12:15:10 Warning [jrpp-471] - GetProfileString: coldfusion.util.IniUtils$InvalidIniPropertyException: Invalid INI property: leadGeneration, section: Global, file: D:\InetPub\ClaytonHomes_Cf\..\ini\claytonnetV2.inijrunx.jmc.management.NoSuchServerException: No server exists with the name test1. at jrunx.jmc.management.JMCConfiguration.getServer(JMCConfiguration.java:209) at jrunx.jmc.management.tags.ObjectSpecifyingTag.getAssociatedServerObject(ObjectS
Hi All,A couple of weeks ago I applied the APSB13-13, APSB13-03 and ColdFusion 9.0.2 Cumulative Hotfix 1. After applying this patch however, I've been experiencing intermittent outages where the jrun service seems to spike. I'm not totally confident it was the patches that did it, but that's the only thing I can think of that changed since then. The issue actually started popping up two days after the patches were successfully applied.Do you guys think it could be the patches? I would really hate to un-patch my server. One thing that had occurred to me, is that my server instance of ColdFusion is currently using JVM 1.6. Does anyone thing upgrading to JVM 1.7 would help?What are the pros and cons of using JVM 1.7?Thanks,Paul
Let me start by saying I LOVE COLDFUSION.When I first learned Coldfusion I couldn't believe how dramatically smooth and easy it was.Now when I'm looking around for developer jobs, everyone is only hiring PHP and .NET developers.... Does anyone have a full time Coldfusion job here?Did Coldfusion die while I was asleep?
When I put my chart inside a div tag:. The tooltip does not function correclty. It displays way over to the right or at the bottom of the page. Is there any fix for this. Thank you - Jim
I have CFINPUT text on the form and the form shows the control on the form when I use preview browser.As long as I have CF tag which is server side code the controls do not show on the form.I thinkg I missing something when I have both client control and server code on the same form.I would like to know how I can show controls on the form and running CF tag for server side code.For example, I have a user name and password text box on the form.I need validate user information and need run stored procedure when user click on login button.I can have 2 text boxes on the form and it works.As soon as I have CFSTOREDPROC tag then the form does not not show the controls.It seems the form execute server sider code, but does not execute client side of code.Your help and information is great appreciated,Regards,Iccsi,
Hello,I just wonder, how to know which arguments it expects if you dump ex. the cronservice?since these arguments changed from cf8 to cf10ex. before you could start a task via the ServiceFactory CronService likerunTask(java.lang.string), but now this changed to runTask(java.lang.string, java.lang.string, java.lang.string) and i have no idea which these arguments are?tx
HI,I have a requirement where use can mutli select in a dropdown and click on search , Once the search is clicked it query the db and provides the result.My question is how to retain the values of teh mutli select dropdown, Below is the select where i have to code<SELECT NAME="category" size = "5" multiple="multiple" id="category" onchange="validate()"><CFLOOP QUERY="categorylist"> <OPTION VALUE="#category#"<CFIF category IS thecategory> SELECTED STYLE="background-color:#app.field_highlight#"</CFIF>>#category_name#</CFLOOP></SELECT> Can someone helpThanks in Advance
500 ROOT CAUSE: java.lang.NoSuchMethodError: coldfusion.filter.FusionContext.getSecureJSONPrefix()Ljava/lang/String; at coldfusion.tagext.html.ajax.HtmlAssembler.<init>(HtmlAssembler.java:373) at coldfusion.tagext.html.ajax.HtmlAssembler.getInstance(HtmlAssembler.java:424) at coldfusion.tagext.html.ajax.MenuTag.doStartTag(MenuTag.java:302) at cfhome2ecfm1172021351.runPage(C:\Inetpub\wwwroot\home.cfm:2) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:267) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.Excepti
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.