Questions
Als letztes aktiv
Update 9, 10, 11 have not been run.Following is the error:java.lang.String cannot be cast to coldfusion.runtime.Scope The specific sequence of files included or processed is: path removed, line: 100Pretty simple and straightforward attempt to insert:<cfschedule action="update" operation="httprequest" startdate="07/10/13" starttime="1:38 PM" url="path removed" interval="once" task="TEST1">Any ideas?
I've been developing an API for FIFA 13 that will allow me to search for cards and if any of the results match my criteria then it will make a bid for that card.At the moment I have an index.cfm file that contains a 'Start' search button and this calls a JS function which makes a XMLHttpRequest and I call another file from my application in the .open method which makes a CFHTTP request to the server, loops round the response, and submits another CFHTTP request if I'm submitting a bid on any of the returned results.The issue I seem to be running in to though is that there is a max request per second threshold of 3 which I seem to exceeding. I've put the JS function within a setInterval function and set it to every 5 seconds (which should be more than enough) but from looking in FireBug what seems to be happening is that some of the CFHTTP search requests are queuing and then sending all within the same second which is causing my session to timeout.What I've now tried to implement
Hi, Just found one security patch info from the following link. http://www.adobe.com/support/security/bulletins/apsb13-19.htmlI have ColdFusion 9.0.2 enterprise edition running on UNIX. Please let me know if the released patch is applicable or not.Thanks in advance.
Hi. I am trying to have an email automatically sent to me when an html form is completed and also include an attachment that the user has attached when they hit submit. But whhen I go to run it, I get no errors however I don't even get the email. So I can't debug because there is no way to set breakpoints in dreamweaver. Here are parts of my .cfm code. Thanks for your help in advanced.<CFMAIL TO=....my code>----------------------------------Data entered through form----------------------------------Date: #form.Date#Name: #form.Name# <cffileaction="UPLOAD"fileField="form.datafile"destination="#GetTempDirectory()#"nameconflict="MAKEUNIQUE"/><cfmailparam file="#form.datafile#" disposition="attachment" type="text"></CFMAIL>
Hello, I tried to call a web service hosted in a IBM WebSphere server, but could not pass WebSphere's security framework. After some talking with the guys in the WebSphere side, I'm not sure whether this is possible in ColdFusion because they ask for a <wsse:UsernameToken> in the SOAP envelope header. We did some testing, and they confirmed that ColdFusion could talk to the web service, by could not pass security validation. Would someone help me here? Must it be done in Java? Here is my calling syntax in ColdFusion: <cfinvoke webservice="https://WebServiceURL?wsdl" method="myMethod" username="myUserName" password="myPassword" returnVariable="ReturnCode"> <cfinvokeargument name="ParaName" value="ParameterValue"> </cfinvoke> The web service is locked down, so the calling client must issue a SOAP message containing VALID security extensions: <soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws=" http://somedomain" xml
Hi everyone,I was problem while run cfm page, for 4 weeks ago, the ColdFusion stop in error Protocol Violation Error - ORA-17401.I'm using JDBC Oracle connector version 1.6 with Oracle 11 g.Where the error show, the server stop communication from Oracle and returns only restart the CF Service, other servers dont stop communication.I have 4 servers with 4 processors Quad-Core, 32 GB RAM and 1 TB HD, with Windows 2008 and IIS 7.5.The ColdFusion is update level 11.Any answers?
Version is 10,0,11,285437info athttp://helpx.adobe.com/coldfusion/kb/coldfusion-10-update-11.html
I just migrated my last MS Access database over to SQL Server 8 database.I have tables with 100-20,000 rows in them.My question is what can I do to improve performance (page load time)?I have pages that are taking 10 seconds to load that took 2 seconds with Access...I expected improvement with MSSQL.I have indexed tables etc...Is there something in the CF code I need to modify also.I am using CF9
Hi! I am working on a first CF app, and encountered three things that I don't know how to do it regarding forms1) I need to test that the password and confirm password fields are the same before submitting the form to processing cfm. How do I do that with cf? (I don't know other languages)2) I have a first field in a form with a dropdown where a choose employee gender. I want in the same form below within a second field to have a dropdown list populated with all employees having the gender selected above which I get through a query. Is it possible to do that without submission? 3) I want to arrange payments to employees based on their job. For management, there are beside salary, bonuses. I want to make a general form for this action, but if I choose in a field above a MANAGER position, another field to be inserted below to be filled with bonus amount, however, if i choose NORMAL EMPLOYEE above, this BONUS Field should not appear. Is it possible to change the content of cfform ba
Is there a way to access public folders on Microsoft Exchange. This can be any version of ColdFusion and any version of Exchange. Right now I have CF9 and Exchange 2007, but we are looking to upgrade to CF10 and Exchange 2013.
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518767eb3aa135858633ee-7fed.html
Spent past 12 weeks building web site using a ton of CFLAYOUT's; which are new to me. Developed in Google Chrome. Today someone told me it was spinning. In IE10. Removed code chunks bit by bit. Til I found the culprit. Then I built an incredibly simple test template ... <cflayout type="tab" align="left" name="eventdet" tabHeight="100px" &
I have a new site that I'm trying to launch on my local IIS7 server on Windows Server 2008. In the past, to handle mappings etc. I've always been able to run the wsconfig tool after creating the site within IIS without issue. However, after the latest run I'm getting an Access is Denied error when I run the command from command line:wsconfig.exe -ws IIS -site my_site...\ExecutedAppCmd.exe (Access is denied)When I tried to run the utility via the GUI, there are no sites within the initial dropdown for Configured Web Servers(See below).I'm am logged in as an administrator, and I'm running the command line as an admin so that shouldn't be an issue.This utility worked a month ago. What could possibly going on? Google is turning up nothing for me.I'm currently running Coldfusion 10 Enterprise.
Hi!I have the code below and I want to know how to create a css rule to add style to the tooltip within cfinput. It is displayed by default, however, i want to format how it looks. Any ideas? <div class="container"><h1> Create user </h1> <cfform id="form" action="processusercreation.cfm" method="post" ><table> <tr> <td id="formleft"> Username </td><td id="formright"> <cfinput type="text" tooltip="Desired username, with 20 letters and numbers, no spaces" required="yes" validate="regular_expression" pattern="^[a-zA-Z0-9]+$" message="~Hey, there is something wrong with your username~" validateat="onsubmit,onserver"  
Here's my situation ... when someone goes to an incorrect URL under our domain that ends with a CFM extension, they are correctly re-directed to our 404 page; however, if the user types a URL, or clicks on a link, that ends in any extension other than CFM (i.e. HTML, PHP, ASPX, etc.) they are presented with a message that states "The system cannot find the file specified" instead of our 404 page.We are using Coldfusion MX7 on IIS6, Windows 2K3. Personally, I am more of a front-end designer/developer than anything else, so my actual knowledge of IIS and Coldfusion administration is minimal at best. My supervisor, who is equally baffled by this, does have a better understanding of IIS but is equally novice at CF admin. (We inherited this system so are forced to learn as we go.)Any assistance would be very much appreciated. Thank you!Cheers!James
I have installed CF 10 and the console in CF Builder 2 no longer seems to work? Both products are fully up to date and I have the same issue on 3 separate dev machines. All else, works fine. Did somethin change with CF 10? A complete frsh re-install of CF Builder does not help either... I am on Win7 Pro, 64b and 32b... same issue.Upon starting CF Builder, the localhost Server console will say this:[localhost]:(12/10 at 01:53:40) Server is available. Getting server settings.but that's it. Nothing after that. Stopping and restarting CF from within Builder does not fix this?Also, I read on a blog re: CF 10 "beta" that you no longer need to set the CF service to manual in order to get the full effect of the console, etc. in CF Builder. Is this the case and the proper way to handle this now?Andy
I'm currently unable to find any Hot Fixes for CHF 4 for 9.0.1 that cover the issues in APSB13-10 and APSB13-13? What am I missing?
I have CF10 developer version installed on a cloud server. I now wish to buy CF10 and go live. How can I do this without changing my existing setup?
Where can I download coldfusion 8 update 1? I cannot find it on adobe.com. Thanks.
Hi All,Here is my query:<cfquery name="qryData" datasource="#application.DBconn#" > select columnA, columnB <cfloop from="1" to="5" index="y"> ,SUM (Case when wType='FULL' then YEAR_#y# else 0 end) as FULL_#y# ,SUM (Case when wType='PART' then YEAR_#y# else 0 end) as PART_#y# </cfloop> from ( select columnA, columnB, wType <cfloop from="1" to="5" index="y"> ,SUM(case when fy = #y# then totalDI else 0 end) as YEAR_#y# &nbs
I have a bar chart based on a query that is working correctly. In my result the bar has 3 columns. I then want a scatter chart to display over the bar. The query for the scatter chart gets only one value but when I run it it displays values on all 3 bars. I have no idea what I'm doing wrong. <cfchart format="flash" chartheight="300" title="Team Scores - Most Recent Routine Review" showborder="yes" scaleFrom = "0" gridlines="#gridlines#" scaleTo = "#scaleTo#" chartwidth="650" seriesplacement="default" labelformat="number" tipstyle="mouseOver" xaxistype="scale"> <cfchartseries type="bar" seriescolor="0053A6" serieslabel="Team" query="qryKPIResults" itemcolumn="TotalVariance" valuecolumn="cnt"> </cfchartseries> <cfchartseries type="scatter" &
My CFSELECT is not showing up on the page: http://www.benoitsystems.com/benoitorgs/events/cal_itm_nwcfform.cfmalso, I'm getting an error, referring to my Submit button.While I'm at it, I'm using a dropdown listing of TWO fields (category ID, as well as the category text (displayed). How do I accomplish this in a CFSELECT?======Attribute validation error for tag CFINPUT.The value of the attribute TYPE, which is currently "hidden", must be one of the values: RADIO,CHECKBOX,PASSWORD,TEXT.The error occurred inE:\benoitsystems.com\wwwroot\benoitorgs\events\cal_itm_nwcfform.cfm: line 7270 : 71 : <CFINPUT 72 : TYPE = "hidden" 73 : NAME = "posted" VALUE = "<CFOUTPUT>#Now()#</CFOUTPUT>">This (above) is the error message I get, with the template below.=====<!--- This example shows how to use cfinsert instead of cfquery to put data in a datasource. ---><!--- If
Hi Everyone,I am having some issues accessing the methods in the datasource.cfc in the adminAPI.I can successfully load the administrator CFC and am told that I have successsfuly logged in;But when I try to subsequently load the datasource.cfc I get an error that the current user is unable to access the method./* Create an Admin API object and call the login method */ var local = {}; local.adminObj = createOb
I have CF 9.0.0.0 and tried to update from java 1.6.0_14 to java 1.7.0_21 at the request of my security department. CF 9 Application Server used to run with "C:\ColdFusion9\runtime\bin\jrunsvc.exe" but now there's no jrunsvc.exe on the system. What replaced jrunsvc.exe or was the error mine in trying to update java?thanks,Bob
How can I use a coldfusion application locally without an coldfusion server?I wrote an cf-application and a friend wants to use it on his pc. but he does not want to buy a cf server.What could I do that my app runs on his pc?
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.