The official community for ColdFusion.
Recently active
Where can I download a copy of cf8 dev edition?
I am getting this error when trying to get to the admin page.Error Occurred While Processing RequestFile not found: /CFIDE/administrator/index.cfmNothing has changed and this CF install has been running fine for over a year.The index.cfm is there and that path is correct so not sure why its getting this error.I'm running CF 9,0,1,274733 On ubuntu 10.04
Right now I'm going through setting up our new virtualized ColdFusion 10 Application/Web/Data server, and I noticed that during install, since I had 'Connect all IIS sites' selected, it created the handler mappings for each but also gave each a virtual directory for 'CFIDE' and 'Jakarta'.Best practice guides have said to restrict access to the 'adminapi', 'administrator', 'componentutils' and 'wizards' folders under the CFIDE directory, but is it safe to just remove these virtual directories (and leave the handler mappings) so that the sites can still process CF-related file types?The 1 site we have that is the default that localhost is bound to, I felt I would just leave those virtual directories there, since in order to get to that server's CF ACP, we'd have to goto: http://localhost/CFIDE/administrator/index.cfmI know that if a file in a site needs access to things like the CFScripts folder, CF will automatically assume the virtual directory is there and create <script> tags t
Hello,CF Version: 8I have fifty(50) records returned with the query below. I want to loop through thoserecords to see if the associated file actually exists on the server. If the file doesexist then display the file name in green text if it does not then display in red.My current code picks up that the first file does exist and sets the color to greenas well as all the rest of the document information. I know for a fact that some ofthe documents are missing, so some of the documents names should be displayingin red. The output is correctly displaying all the records, just not changing colorsrespectfully to the presence of the file.What am I doing wrong? Am I going about this all wrong? <cfloop query="rsDocuments"><cfoutput><div style="margin-bottom: 15px;">#disp_title#<br /><cfif FileExists(#FilePath#)><span style="color: ##093;">#doc_file#</span><cfelse><span style="color: ##F00;">#doc_file#</span></cfif></div&
I am struggling to find a full download of the latest ColdFusion 10 with the windows 8 update/support using my serial number
Hi,I am installing Colf Fusion 10 Enterprise Edition on a Windows 2003 Server.Below is the installation information:Installation Directories: Product: D:\ColdFusion10Server Information: Web Server: Internet Information Server (IIS) (All) ODBC Services: installed ColdFusion Solr Search Services: installed ColdFusion .NET Integration Services: installed Microsoft .NET version: v2.0.50727 .NET Java Port: 6085 .NET Client Port: 6086 Documentation: installed RDS: disabledDisk Space Information (for Installation Target): Required: 598,249,450 bytes Available: 17,875,804,160 bytesWhe the installation tries to bring up the CF admin:http://127.0.0.1/CFIDE/administrator/index.cfmThe page displayed is: Internet Explorer cannot display the webpageI checked the IIS Service Manager and there is no display of 0iisservice showing cfamin running. (When compared
Hello, everyone.Does anyone have any suggestions on a good way to convert LDAP data into an associative array with the key being the fieldname?For example: dn: CN=First Last, OU=Dept A, OU=Dept B, OU=Domain Users,DC=hq,DC=domainname,DC=comchangetype: editsn: Lastdescription: Dept CtelephoneNumber: xxx-xxx-xxxxgivenName: FirstempID: ab1234xmail: Last.First@domainname.comThere are several thousand similar to the above; some will have three lines of data, some as many as twelve, each individual separated by double line breaks (<br />). I need to make an array where "dn", "changetype", "sn", etc., are the keys with the text after the colon as the value.What is the best way to do this?Thank you,^_^
Having problem download ColdFusion_9_WWEJ_win.exe, it stopped at 411KB, need help!
I am using 3.8 on 9.01 but having issues setting colors and formatting.Thanks,Dave
I need to change the font for a <cfinput> statement where the user types in their Logon ID. I am able to change the font for everyting but not the actual field where the user types. Any suggestions or ideas would be greatly appreciated. Thanks!<!--- Use an HTML table for simple formatting ---><!--- Setup the table for Logon ID and Password ---><table border="4" width="200px"><tr><th colspan="2" bgcolor="silver">Please Log In now</th></tr><tr><th>User ID:</th><th><!--- Text field for "User Name" data ---><cfinputtype="text"name="UserLogin"size="60"value=""maxlength="60"required="yes"message="Please type in your User Name (usually your email address
Hi,The query below is listed 5 checboxes and one of them is Other. When user clicks on Other, I want another text box display below them. Is the the way to do it since it all dynamic and has the same name?<cfoutput query="variables.category"> <cfinput type="checkbox" name="register" value="#id#"/></cfoutput>thanks
I run a half dozen, generic Coldfusion/MS Access dynamic websites for clients that contract with me. I used CFmx advanced, shared plan servers at CT. I have recently become more concerned with the level of security that I am protecting thier data with. Can anyone summarize, or share with me, the various methods that use to safegaurd website information. These might include safegaurding the database directory (which is below root), protecting the databse files, the datasource, etc. I sure would appreciate assembling the best ideas from everyone, and this post might serve to educate a lot of other people on shared servers also in the future. Stephen Tallahassee, FL
Hi everybody,I want to use cfinput type=datefield and i can't obtain dates in french format.I have <cfset Locale=setLocale("French (standard)")> in my application.cfmHere my code :<cfinput type="datefield" name="DateCloture" validateat="onSubmit" validate="eurodate" daynames="Di,Lu,Ma,Me,Je,Ve,Sa" monthnames="Janvier,Février,Mars,Avril,Mai,Juin,Juillet,Août,Septembre,Octobre,Novembre,Décembre">When i select 3 april 2013 in the calendar it gives me 04/03/2013 and in the database i get 4 march 2013. Of course i tried to use LSDateFormat(MaDate,"dd/mm/yyyy") but without success.Is it possible to have french dates using datefield and How ?CF 8 on Windows 2003 server.Thanks in advance for your answer and sorry for my poor english.Jean-Jacques._____________________________________________________________________________________________________________Bonjour à tous,J'essaie en vain d'utiliser cfinput type=datefield avec des dates au format français.J'ai mis <cfset Locale
I have installed cf10 using WAR setup cfusion.war fileHow to manually config Apache 2.2 httpd.conf file to map cfm pagesThank youChuckInAtl
Hi,I have license for Coldfusion 9,0,0,251028. Now I am planning to install Coldfusion 9.0.2. As Coldfusion 9.0.2 is completely a new installation (Its a complete setup file), we can use the same license that I am having for Coldfusion 9,0,0,251028 right. Please confirm.Thanks.
I have purchased CF Builder and now am trying to set it up to connect to a website that already has ColdFusion on it. The company that set this up for me is no longer offering support so I am learning to program in ColdFusion as fast as I can.I am running this on a Mac with plenty of speed and memory.I have watched the video a number of times http://screencast.com/t/csLxBCkvrand I sent it off to my web engineer to get the right information to go in the corresponding blanks.This is what he sent backServer Name: MyName not the server nameDescription: MyNameApplication: JRUNHost Name: localhostServer Type: LOCALPort Number: 8809 or 8843Username: xxxxxxPassword: xxxxxxSSL: NOServer Home: (location on the server)Document Root: (path to folder on the server several folders deep)Version U9Obviously he didn't get it either and he has been programing in CF for years. According to the forum, we are not the only ones confused
Every two years I have to create a web form for people to submit online nominations for transportation awards. Every time I create it, I think I'll be able to reuse it the next time, but too much ends up changing (the questions, security requirements, etc) that I end up having to do more than half of it over.The form has JS validation for all fields for data type, max length, etc, but it also has serverside validation. If you submit the form with JS disabled and there's an error, the form reloads (populated with the data you just entered) and displays error messages telling you what's wrong, so you can edit the data and resubmit. It's a large form, so I don't want to have more than one copy of it, so my single copy has to:1) Be a new (blank) form.2) Be the form that gets populate from the database when people want to edit their existing nomination.3) Retain the information that someone just entered when there's an error.The way I've been doing this is to <cfparam> all
I recently installed CF10 standalone on IIS 7.5. I notice a new /jakarta/ virtual folder on the root of all my web sites. Most are public sites. This seems like an obvious security issue since anyone could just point to the operating files (.dll's) in that directory. So my questions are:1) What is this folder for, and what is it doing there anyway? I've been using CF since v3 and I can't seem to find a quick and easy answer except that it has something to do with Tomcat. 2) What happens if I simply remove it?3) If I can't remove it, how do I hide it to prevent anyone in the public realm from going there?Thanks.
I know there must be an obvious answer, but I can't see it.I have a search form that passes form variables. Is there a way for the end-user to bookmark the results page since the variables are not in the url?
Hi folks,I posted a comment on the coldfusion blog but didn't get any bites, so I thought I would try here.I have just applied hotfix 009 to my development server and have noticed that the owner of /opt/coldfusion10 and all files and subdirectories have been changed to bin.I had previously gone through the lockdown guide so the group had been webservices. I have an account with ssh access on the box with so I can read/tail log files and look at at config files if needed.I'm wondering if I should go through the post installation instructions of the lockdown guide and change the permissions back to cfusion:webservices? What do you guys think?Cheers,Simon
I have been waitning on hold for some technical service with ColdFusion Builder now for over 2 HOURS and counting
Hi,We are running ColdFusion 9.02 with all the hotfixes and updates and as of late I'm starting to get more "Internal Server Error 500" instead of the standard ColdFusion Errors. It seems to happen in CF 10 too.It seems like these errors come from the web server (IIS in this case), but it makes it difficult to troubleshoot the problem. I feel like something changed because I'm seeing more of these rather than getting the typical CF error when something goes wrong. When I see error 500 I feel like it is more of a web server error, but maybe I'm wrong.I use Firefox a lot and have the Firebug plugin and at times I see the actual ColdFusion error message listed in Firebug, but in my browser window I see "Error 500 internal server error.Does anyone know why I might be getting general Error 500 issues versus seeing the standard CF error messages when something goes wrong?Any help appreciated.
Trying to define ODBC datasource for Excel. Getting foloowing error:Connection verification failed for data source: ABCDEFjava.sql.SQLException: [Macromedia][SequeLink JDBC Driver]TCP/IP error, connection refused.The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver]TCP/IP error, connection refused.Also, getting same errot for a Microsoft Access datasource.Any suggestions? Thanks in advance.
We have some sites in production that were working fine before we went from CF8 to CF10. We upgraded to CF10 yesterday and our data analysts couldn't update the site with HTML files. We were getting a 500 server error without any information to go on. Don't you hate that? We do. At least give me a CF errror I can chase down. Anyway, the first issue was on 3 seperate webpages, Coldfusion 10 not interpreting HTML files when uploaded through a form. The Mime type that was used a day earlier and for the previous 5 years the site has been live is: text/html. It's always worked perfectly. It turns out, when you upgrade to CF10 and you use CFFILE or regular INPUT TYPE="File" with the ACCEPT attribute, you must inlude: application/xhtml+xml to be able to upload an HTML file now. One word: STUPID! Now here is current issue. In 4 separate webpages, our data analysts cannot update the site with ZIP files. Coldfusion 10 is not interpreting ZIP files. we assume it was a MIME typ
i am using the following code to open a file on a cfm page ie.,when user clicking on a hyperlink it opens the cfm page and displays the pop up to save the file <cfif isdefined("url.isemailPopUP") and trim(url.isemailPopUP) eq "Y"> <cfif isdefined("url.fileName")> <cfif #find(url.fileName,#fileWithThePath#,1)#> <cfheader name="Content-Disposition" value="attachment; filename=#url.fileName#"> <cfcontent type="text/plain" file="#fileWithThePath#"> </cfif> </cfif> </cfif>but after the file has been downloaded .it does not displays the contents of the page or redirects to the same page ....i have used cflocation. but it does not help....
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.