The official community for ColdFusion.
Recently active
I had ColdFusion installed on my Mac Yosemite tonight and I'm running into a blank http://127.0.0.1:8500/CFIDE/administrator/index.cfm page. I did a little bit of searching throughout the forum, but I couldn't find much relating to my problem.I followed the instructions from this video tutorial. I thought I did everything correctly when the browser window popped up, but I guess not. I'm not sure where or how to proceed.. ColdFusion noob.I would greatly appreciate any advice/help/suggestions
Hello all,I'm trying to get my checkbox functionality to work depends on if check box is checked or not. If I click on the checkbox and is Checked I should send value="0" with my Ajax call. In other case if I unchecked my checkbox I should send value="1" with my Ajax. Here is the code that I have so far: <td><input type="checkbox" name="block" id="block" onChange="updateTable('#CustomerID#')"></td>function updateTable(CustomerID){ if(document.getElementById('block').checked == true){ var blocked = 0; var whObj = {"url":"/apps/StudentAdmin/ParentTeacherConfScheduler/PTCAjaxFunction.cfc?method=UpdateSchedule&returnformat=json"}; gwAjaxPost(whObj,{"CustomerID":CustomerID,"blocked":block},Result); }else if(document.getElementById('block').chec
I can't seem to get a J2EE session to persist across subdomains, even when setDomainCookies is true.This appears to be true in both CF10 and CF11. Is there a way to make this work?It's very important for my project, and our security people want J2EE sessions.Thanks for any assistance,- Don
Here is the sample code. The first PDF file is created just fine, but the rest files are missing background image. Similar issue was reported here Very odd CFDOCUMENT Bug | Raymond Camden's Blog, but I could not find a solution to this issue. Would appreciate any input!<cfloop query = "MyQuery"> <cfdocument format = "PDF" filename="./docs/#filename#" overwrite="yes" localurl="true"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <style type="text/css"> body { background-image:url('image.jpg'); &
I've an SQL Statement Which works in MS Access 2010, but not in Coldfusion 7. It's a way to achieve a display of most recent prices for my services, from a table of prices, which includethe date of each new price for each service; there are many services. I have 2 tables. the first table lists the services, one record for each service. The 2nd table lists multiple instances of many of the services from the first table, each instance being a new price. I do this to keep track of my price history. The webpage throws an error, stating that: A CFML variable name cannot end with a "." character. SELECT SH1.rpr_srvc_hst_dt, rpr_srvcs.[rpr_srvc], SH1.[rpr_srvc_hst_amt_] FROM rpr_srvc_hst AS SH1 INNER JOIN rpr_srvcs ON SH1.[rpr_srvc_hst_srvc_] = rpr_srvcs.[rpr_srvcID] WHERE (((SH1.[rpr_srvc_hst_dt])=(SELECT MAX(rpr_srvc_hst_dt) FROM rpr_srvc_hst AS SH2 WHERE SH2.[rpr_srvc_hst_srvc_] = SH1.[rpr_srvc_hst_srvc_]))
I need the url to download coldfusion 10. I have my serial number and everything and cannot find a way to download my software.
I'm using CF7 (it might even be CF6.5). My hosting administrator is vague; it's rented space. Because of this dilemma, many solutions are not pertinent, because the version is antiquated. I cannot help this.For now, though, my CF code is displaying all my pennies as whole dollars. I have:#dollarformat(rpr_srvc_hst_amt_)#My CSS aligns the values to the right, but I'm not sure if it's affecting the $59.99 becoming $60.00 Also, I'd prefer to eliminate the dollar sign, and just have 59.99 and other similar values (i.e. 49.99, 19.99). This may entail another function besides dollarFormat. I tried NumberFormat, but it rounds off also. Please help.
I have my simple cfquery that should delete records base on the date, start time and end time that have been passed with the arguments. My cfquery looks like this:<cfquery name="qryDelete" datasource="test"> Delete From Table Where DateS = <cfqueryparam cfsqltype="cf_sql_date" value="#arguments.DateSch#"> and Start = <cfqueryparam cfsqltype="cf_sql_time" value="#arguments.Stime#"> and End = <cfqueryparam cfsqltype="cf_sql_time" value="#arguments.Etime#"></cfquery>I tried to output my argument values, they look like this:DateSch 12/10/2015Etime 08:25 AMStime 08:00 AMFor some reason after I tried to delete records I got an error that looks like this:"The data types time and datetime are incompatible in the equal to operator"I'm wondering why my date and times can not be compared with values in database. Should I convert or format my argument values differently before I pass them in my cfquery for de
Good day everyone please i'm a beginner in coldfusion. i really need your help i've read books about coldfusion but i dont understand them. is there any book for a beginner like me
How do I update Coldfusion 10?
I'm testing an upgrade to CF11. Everything is working except my flash form. When I check the web.xml file, the CFFormGateway servlet mapping is commented out as well as the CFFormGateway filter-mapping. The CFFormGateway servlet description indicates that this servlet "allows flash forms to connect to CFML and CFC templates".I found references to a possible work-around created by Josh Koop with the HouseofFusion but can't find details about that possible solution; especially since HoF is defunct.I've checked and verified the necessary .js, .cfm, and .swc files are in the CFIDE directory. I've also verified there is a specified height and width indicated within the cfform tag. Will un-commenting the CFFormGateway servlet and filter resolve this issue with the cfform format="flash"?The pages render but a 404 error - file or directory not found - message is what is actually being displayed.Under the current version, the cfform successfully renders.
After installing CF 10 Hotfix 18, our PostgreSQL (9.2.14) datasources would not verify. All gave error "timed out waiting for connection". The log of hotfix install said it installed driver postgresql-9.3-1101.jdbc41.jar in the CF lib folder and modified script postgresql.cfm in the CFIDE/administrator/datasources folder. As a workaround, I saved the previous postgresql.cfm script, and saved the driver we were using successfully before the hotfix (postgresql-9.4-1202.jdbc4.jar). After applying the hotfix, I replaced the postgresql.cfm script with the previous version. I also got rid of the new postgresql-9.3-1101.jdbc41.jar driver and kept our previous driver postgresql-9.4-1202.jdbc4.jar in the lib folder. Then I restarted Coldfusion, and after this all of our postgresql datasources did verify. I have tested multiple CF scripts that use our postgres databases and all seems to be working fine. The last time we installed a hotfix (hotfix 1
Bonjourpourquoi CGI.PATH_INFO sous coldfusion 11 (server 2008 64bit) ne fonctionne plus ? qu'elle est la solution ? merci
I have multiple systems offline that need to be updated to CF11 update 7.I am unable to configure CF Administrator to locate the files to upgrade.Any help would be much appreciated.Thank you in advance.
I'm sure this is a simple thing to do, sadly I'm stuck! Any help would be appreciated.I need to create a query from a json file from Groupon. I can get the file, deserialize it but then I just run into a brick wall!<!--- Make the request to the API ---><!--- Get the JSON Feed ---> <cfhttp url="https://partner-int-api.groupon.com/deals.json?country_code=IE&tsToken=IE_AFF_0_200012_212556_0&division_id=dublin&offset=0&limit=20"> <!--- Strip the function wrapper. ---> <cfset theData=REReplace(cfhttp.FileContent, "^\s*[[:word:]]*\s*\(\s*","")> <cfset theData=REReplace(theData, "\s*\)\s*$", "")> <!--- Test JSON data. ---> <cfif !IsJSON(theData)> <h3>The URL you requested does not provide valid JSON</h3> <cfelse> <cfdump var="#theData#"> </cfif>The file is at: http://www.thefuture.tv/grouponJSON.cfm
I have ColdFusion 9 running on a Windows 10 Pro computer. I am using ColdFusion's built-in server. Everything runs perfectly. However, when I run it from another computer on the same network, I get an error I have never seen before. It balks at one of CFAPPLICATIONS's parameters in the Application.cfm file. As I mentioned, this Application.cfm file works perfectly locally. (In fact it is the same Application.cfm file I have been using since Coldfusion 5 running on a Win 2000 Pro machine.) Here is a bit from that file:<CFAPPLICATION name = "FredsWebApps" clientManagement = "YES" setClientCookies = "YES" sessionManagement = "YES" setDomainCookies = "NO">but on the local machine I get this error:The system ha
Hi,When I add another session variable in the application.cfc file and access it in the login page, it does not appear in other pages.Current session variables change after I select the refresh button on the IE browser.Using Cold Fusion 11 and IE browser version 9.The Enable Session Variables option in the Cold Fusion admin is enabled.Is there any solution to have the session variables available without having to refresh the page and have the new session variables available?Thanks,Mike
Using CFB 3.0.0 build 292922, connected to remote server running CF8 and IIS 6, I cannot get the debugger to work on ColdFusion files that have a non-standard extension. Everything is working as expected on files with a .cfm or .cfc extension but not on any other files.At first I could not even add breakpoints to those files and then I found the setting for Window>Preferences>ColdFusion>Debug Settings>Valid Extensions. After adding my extension there I was able to add breakpoints to the file, but in trying to debug they are not firing.With no other changes I can switch to FusionDebug and everything does work.What am I missing to make this work using the ColdFusion debugger?
Whatwould be the best way to copy a file from one website to another - i.e. coldfusion application to sharepoint?
Hi, I need a State-Wise Clickable USA Map in my CF 9 Application. Any ideas, Can some one help. Please?
I'm using <cfdocument> to generate a PDF that contains tables. I have all of my style declarations within the <cfdocument> and those styles are being read properly.My problem is that if I set a background-color for a row, that color overflows onto about half of the right and bottom table borders. Here's an image of what I'm seeing on the PDF document, colors are for visual identification of each border. The PDF prints with the same anomalies.The table border is 1.5pt red line, which you can see on the left and top just fine, but the right and bottom borders are thinner. The rows numbered 1, 2, and 4 all have a class applied to the <tr> providing a background-color (#fff or #eee). To prove what I thought was happening, I adjusted row 3 so that there is no background-color declared at all. Note that row 3 has the proper width for the right table border. Other testing has shown that the background-color is affecting the bottom table border as well.Can I do something to t
Hello, all,I'm trying to get bcrypt to work in CF11 server, and I'm banging my head into a wall.I've got the following in my application.cfc file: this.jsPath = "/path/to/html/classes/"; this.javaSettings = {LoadPath = this.jsPath}; The path is where I have placed "BCrypt.class" file downloaded from GitHub.This, by itself, doesn't cause any problems. But adding the following causes it to error, and it will NOT see the application scoped variables (like the onError email address that I'm setting): bcrypt = CreateObject("java","BCrypt"); This breaks everything and even the error template won't display. What am I missing?Thank you,^_^
I created cfloop that goes through query that I created above the loop. Inside of the loop I have another loop that defines values and then cfquery with insert statement. I tested my loops before I tried to insert my records in database and everything looked good. After I tried to apply that to my cfquery insert, only first ID from cfloop qryRecords is inserted and inserting stops after that. Here is example of my code:<cfloop query="qryRecords"> <cfloop condition="TimeStart LTE meetingLength"> <cfset TimeEnd = dateAdd("n", arguments.meeting, TimeStart)> <cfquery name="addRecords" datasource="test"> Insert Into(Date,Name,Location) Values(<cfqueryparam cfsqltyp
OS: RHEL 6.7 (64-bit)ColdFusion processes are dying or stop running for no reason that we can find in the ColdFusion log files or in the OS log files. Does anyone any suggestion what I can do to troubleshoot this issue.
We recently migration our application from CF 8 to CF 11 Update 3. There is a ColdFusion web service that is being consumed by a .NET application. The cfcomponent tag is specified with the following attributes<cfcomponentstyle = "rpc"bindingname = "component1.cfcSoapBinding"namespace="http://#cgi.host_name#/<webservicefolder>/component1.cfc"serviceaddress="http://#cgi.host_name#/<webservicefolder>/component1.cfc"porttypename = "component1"serviceportname = "component1.cfc">In Our Test server (same CF version), the webservice is invoked by the .NET application successfully. However, in Production server, the .NET application is getting error when trying to invoke the service. The error information at .NET end is : There is an error in XML document (31, 31). at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(X
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.