The official community for ColdFusion.
Recently active
I am working on a Project where i have to connect to different DB via SSH tunneling in coldfusion.Can any one help me how to connect it.Thank you Santosh
Hello, Sending an AJAX call with jQuery to a ColdFusion Component. The data is returned. But the callback-function suggest that the Boolean value True equals False in the .ajax method. And I don't get it. Help me Obi-Wan.See video: http://youtu.be/GlNj3WzYjiI
I'm trying to find out if ColdFusion 10 will work on Windows Server 2012. The System Requirements on this page: http://www.adobe.com/products/coldfusion-standard/tech-specs.html does not include Windows Server 2012. However the Adobe Knowlegebase article at:http://helpx.adobe.com/coldfusion/kb/new-platform-support-coldfusion-1 0.html indicates that the lastest installers do work on Windows server 2012. Based on the Kb article is it safe to assume I can install ColdFusion 10 on Windows Server 2012 using the latest installer?Thanks!
Error: : Could not find the included template /7cswinery/cblog/skins/cutline/index.cfm. Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. Using relative paths (for example, template="index.cfm" or template="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.getting this error after install at www.7cswinery.com/cblog/files are there path is WRONG how do I cange it MANGO BLOG IS NOT SUPPORTED BY MFGYOU ARE USING ITHELPwin2k8 server, iis7.5, CF8, mangoblog1.7other cf apps working FINE
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas?Version says ColdFusion 10,283649
Hi,I have been developing in ColdFusion since Version 4.5 but recently I am bit out-of-date on the latest products. I have a coldfusion server version 9 with a SQL Server database.I need to write a auction application and need to create a web application rather than a web page. What technologies would be best to do this?CheersGary
Hello, we are trying to upgrade our ColdFusion from version 8 to version 9. Our current production version is "enterprise" but the upgrade we used was a "standard" edition. We had tested the upgrade previously and did not encounter any problems. However, when we tried to release to production, we cannot get our application to work.The installation completes - however, it did not carry over any of our CF 8 settings. So, we had to configure everything over again.Yet, our website will no longer load. It just sits there spinning. We did not see anything in the logs or any errors on the application server. However, if you tried to access the application web page from a client machine after it spun for awhile it would return an error message that said 403: Forbidden. Permission denied based on the credentials supplied.Has anyone encountered anything like this? Could this be because we used a standard upgrade on an enterprise server?
I'm having a problem with the coldfsuion adminstrator in cf9. We are trying to set up usernames / passwords with restricted access instead of using one single admin account.However, if we create a user and restrict access to say logging only, we get a coldfusion error on the left side where the menu list normally appears. It says "Element verityk2server is undefined in a CFML structure referenced as part of an expression." The only way we have found to prevent this error is to also give access to Data Sources.However that kind of defeates the purpose of restricting access if we have to give access to the Datasources section as well.Anyone know a way around this error?
I have a form that submits to itself, validates data, manipulates data if no errors are detected and redirects to another page to confirm the action to the user. If an error is detected, it will show them above the form.In this case, the form submits to a hash tag (internal anchor) to forward the user to the errors instead of having to scroll.The issue is that during redirection, the hash tag is added to the destination URL. Here is my test case:<!DOCTYPE html> <head> <title></title> </head> <body> <cfif StructKeyExists(form, "doRedirect")> <cfif form.doRedirect eq 1> <cflocation url="http://adobe.com" addtoken="false"> &
Hi AllHope someone can help me on this. We run a multi instance CF server with 3 "slave" instances, which handle the site requests and the CFusion instance that handles the scheduled tasks.The application I'm writing has a few scheduled tasks that need setting up each time it gets installed and it is installed multiple times for a variety of clients. So far, this has been done either manually setting them up individually on the CFusiion instance or I created an admin menu extension that fires them off (Knowing the <cfschedule> is being run on CFusion, thus installing them to that instance).My question however is; it would much more efficient if the application could check for the existence of the scheduled task and if it's not there, install them. The problem though is as the request would be coming from initial install, thus a web request, it would be coming from one of the "Slave" instances and install the scheduled tasks to them = bad. Is there any way to direct a specific req
I am very new to adobe packages and our company has recently purchased captivate 7 so I can create e-learning packages. I had an hour training session to show me the basics from someone who has captivate 4. I am in the process of creating a package and what I want to be able to do is have a question slide with the option of a true/false answer but what I am struggling to do is if the person gets the answer wrong I want a text box to pop up to say incorrect then why it is incorrect (i.e. the reasoning behind it). Can you do this and if so how? Thanks, Laura
Hi all,i am new on cq5 , while creating new project on crxde lite i am getting error like 409 conflict cant save project as no definaition for child node, i tried a hard to find thecause , so please give me some pointer to resolve the problem.Thanks
I have a report which has column footer and report footer.The column footer always print in the bottom of the page and it happens the report has half page then report footer print before column footer.I would like to know is it possible to have column footer just after last detail line print and report footer print after column footer which is more professinal report format,Your help and information is great appreciated,Regards,Iccsi
I have seen a problem with CF10 and XMLValidate when running CF behind a http proxy. My code is evaulating an XML document against its DTDIn CF8 and CF9 you added this to the args in JVM config e.g-Dhttp.ProxyHost=192.168.1.1 -Dhtp.proxyPort=8080then all the http trafic went via the proxy.However in CF10, this doesn't appear to work. Has anyone seen this ?I did some tests and CFHTTP will work if you explicity pass the proxy, but it dosen't work and XMLValidate doesn't work even if the proxy is set in the JVM.configsee sample code below im using to test.My Cf10 box is running Solaris 10 on ultrasparc<h1>Proxy Host - verify jvm.config works</h1><cfset sys = createObject("java","java.lang.System") ><cfoutput>#sys.getProperty("http.proxyHost")#</cfoutput><h1>with proxy -works</h1><cfhttp timeout="5" url="http://www.adobe.com" result="stResult" method="get" proxyServer="192.168.1.1" proxyPort="80080"><cfdump var="#stResult#"><h1>Sy
I am applying for jobs with the state and every week they publish a list of new positions that have just been posted on the following link: https://forms.spb.ca.gov/bulletins/weekly.cfmand also at http://jobs.spb.ca.gov/wvpos/search_p_ejv.cfm?classcode=5393&criteria=associate%20governmentalIt is a .cfm but only displays 15 records at a time, I was wondering if there is a tag or way to have it display all 300 something records at once? My ultimate goal is to get just the full table into a excel spreadsheet while retaining the HTML formatting so the links still work.My thought is that the state has set it up this way to only display a set number of records at a time, the data is not private or protected, I am simply seeking a easier way to access it in aggregate.Thank you in advance for your suggestions and help!
hi all,How to change language of the server monitor ? i got it in japanese and would like to turn it into English.Thx for your help,
I'm having a problem that is killing me for two days.The problem is that I have to configure two reports (ColdFusion+DotNet) on IIS (Server 2008, V7.5) such that they work on seperate application pool. But if I configure such in such that way I get an error "HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is configured for this resource on the Web server". But this is solved if I put the application on the same pool as default website,but then the second application and the first would be on the same app pool. I also noticed that this problem doesn't occur on windows server 2003 IIS. I also tried isolating my application away from inetpub,that din work too Why is this happening?
I have one problem I need adobe flash player but when installation finished PC was written error 403 http://torturegame2.net
I get this error in the CF Administrator when trying to delete a scheduled tasks via the web interface:The following task could not be found: <task name here - removed for privacy>.The error occurred in scheduletasks.cfm: line 141Called from scheduletasks.cfm: line 10Called from scheduletasks.cfm: line 1-1 : Unable to display error's location in a CFML template.System info:Windows Server 2008 64-bitColdFusion 10,0,8,283805Tomcat 7.0.23.0JRE 1.7.0_17Any ideas?
Hello,I would think this would be very simple however I can't find a single Adobe document with any information about it!In ColdFusion 10 under the Data Sources / SQL Server there is a Connection String box...From my hours of Google Searching it SEEMS like all you have to do is add: AlternateServers=(X.X.X.X:1433) to that box and SQL Mirroring failover should work and be automatic...is this correct?If anyone has any documentation or experience with this I would greatly appreciate your input...it doesn't seem like this should be all that complicated...or unique...but all the info I find on this is either really old or not really pertaining to this simple setup.FYI SQL Servers are Microsoft SQL 2008 R2 (I think SP2).Thanks!
I have a client that runs cf8 ent on a 32 bit linux platform. We need to move it to 64bit but don't have that install and it's no longer available on the adobe website. Can you supply a link for me to download it?
I need to create a temp local table and look for ColdFusion informaiton, the cffile action write only can write text file, pictures is more to create file.I would like to know does ColdFusion support to create local temp tables on session start,If yes, should be able to get client temp directory and access the data using temp directory without using data source from ColdFusion server?Your help and information is great appreciated,Regards,Iccsi,
My devloper version on local machine crashed.How should I to get it back?Do I need uninstall it and download again from adobe web site or I can install one on top this one?If I uninstall all the local web site and configuration like data source will be gone?Your help and information is great appreciated,Regards,Iccsi,
I ave Coldfusion 9,0,2,282541 installation in both Test and Production however, Test has the Oracle driver. How can a can the driver on my Prodcution environment? Re-install Coldfusion 9? Do I need to uninstall first? Please advise.
Hi,It would seem that CF builder2 doesnt have any code assisting for cfscripting.?Surely ive missed something here.If this is the case then im wondering whats going on as DM CC is clearly trying to discourage you from using it for coldfusion (by stripping out previous CF tools).CF builder has no code assist for cfscript..i like to use cfscript in my components as I like the way it resembles other languages im familiar with, eg javascript, c# etc.Im wondering now, why bother, just use the TAGS ank keep life simple?
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.