Questions
Als letztes aktiv
I have just installed CF 10 standard onto Server 2008 SBS and can not get the administrator password to work. I have uninstalled and reinstalled and it still does not work.
I'm trying to teach myself ColdFusion and I need a testing enviroment to play around in. I already have XAMPP installed on my computer. Do I need to delete XAMPP in order to install ColdFusion locally?Thanks.
My CFBuilder 3 build has search in the top menu listed as %label.search. And the submenu is %label.references. Huh?
Does anyone know where/how to turn on word wrap in CFBuilder 3?I'm on the Mac, OSX 10.9.2Thanks,Rich
HiI installed Coldfusion 11 and have created several different CF instances using the Instance Manager. Each instance is available on a different port, so for example http://127.0.0.1:8504/ is a different site than http://127.0.0.1:8502/What I'd like to do is edit the host file on my Mac (Mavericks) to get http://127.0.0.1:8504/ to resolve to "site4", as an example.When I edit my host file I typed "127.0.0.1:8504 site4"But it doesn't seem to work. I'm guessing it has something to do with the port number being present in the url? Yes, I saved the host file and even flushed the DNS but I can't seem to get site4 to resolve to 127.0.0.1:8504....Any ideas?Many thanks,Rich
Greetings,We have a Windows 2003 server running CF7, and we feel that we need to upgrade to CF10. We have been working on a new installation on a Windows Server 2012 machine, but have run into some snags. Someone suggested that it might be easier to upgrade from 7 to 10. We were concerned that upgrading in place might have unforeseen issues. My question is this: is it better to build a new server with a clean install of CF10 and migrate our code, or should we leave the code in place on the existing server and upgrade to CF10? Additionally, when upgrading, can you go from CF7 to CF10, or do you have to step up to each version (7 to 8, 8 to 9, then 9 to 10)?I would really appreciate some advice in this area. Thanks!Jamie
For some time I have been trying to change a password via cfldap. The connection is made over SSL and port 636 (cfssl_basic), tested within logins. I tried the following version of code:<cfset password_new_retyp=charsetEncode(charsetDecode('"'&password_new_retyp&'"','UTF-16LE'),'UTF-8'))> <!---encoded, decoded password ---><cfldap action="modify" dn="#session.dn_addres#" --- i query this on login modifyType="replace" attributes="unicodePwd=#password_new_retyp#" server="xxxx.xxxx.xxx.xx" --- name of server thet i use on login secure = "cfssl_basic" port=636 username="#session.username#" ---username thet is used on login password="#password_old#"> ---- pass before changingand error is somthing like this :An error has occured while trying to execute query :[LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903C5, comment: AcceptSecurityContext error, data 52e, v23f0 ].I also tried this method without encoding password:<cfldap action="modify" dn="#se
I have a local version of CF10. I setup a new Solr collection. When I index it, it seems to run fine, however, it returns 0 files / documents indexed. They are pdf documents I am trying to index. Anyone have any ideas on this problem?Thank you.
Is there a way? I've seen tricks for restarting the application, but I suspect this still kills all active sessions, and we have quite a few going on.I just have one CFC I need to recompile to get some changes in place, but I don't want to upset the entire apple cart.Is there a way?RLS
Hi,I wonder if ADOBE intend to make available extensions for the new tags in CF 11 for dreamweaver.I must admit I am struggling to find any information and adobe seem to be very disconnected at the moment.ps I know there is CF builder but I am a web developer, 80% of my code is html, css, js and I need a web development IDE.so I want to continue using dreamweaver (if possible)
Guys, this used to be straightforward. Look at the web site and see the price. Now it looks like Adobe is taking a page out of the Oracle playbook. Customer: 'How much is it?' Vendor: 'How much have you got?'We have developed a web-based system that requires ColdFusion and I just need to give my client the price so that they can buy it from Adobe. Can you please publish this information? And please, don't pull the old 'depends what country what you are in' trick. We live in the digital distribution age (e.g. Creative Cloud), so we really don't need or want to pay for 'local' numpties. Thank you.
Hi,Has anyone tried CFLAYOUT (type=border) in Firefox 3.6.17? I have test-run the example posted in the official ColdFusion document (http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7a22.html). The example is supposed to display five layout areas. What happens in Firefox is that all the five areas lay on top of each other, instead of side by side (see screenshot below). In IE, everything seems fine. My ColdFusion server is CF9.Any suggestion or advice is greatly appreciated.Natomas
I have followed following steps to create a clustered environment:Created a new instance in CF admin with port no 8500 and the default CF installation runs on 80 port.Created a cluster in CF admin and added two instances there.Run CF code from both the instances by placing in "C:\ColdFusion10\CFusion2\wwwroot" and "C:\ColdFusion10\cfusion\wwwroot" and both are running fine.I just want to know how I'll set up the cluster in IIS?? If I'll shut down one instance then my application will run from other instance.Please guide me if I'm making any mistake or any further steps. Thanks in advance.
Where are the ColdFusion 9 downloads located? Before they were on this page: http://www.adobe.com/support/coldfusion/downloads_updates.html#cf9
Hello,In coldfusion there is error and information log types.In developer server i want to log both log type and in production server i want to log only error type log.so is it possible??If yes the how?
In CF10, if you used cflayoutarea on a page, you could expect a couple classes added to <body> and <html> - namely, ext-webkit, ext- (your browser) to <body> and ext-strict to <html>. These are pretty specific classes and don't interfere with much.In CF11, cflayoutarea adds the x-border-box class to your <html> tag, giving your entire page the following style from ext-all.css:.x-border-box,.x-border-box * { box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; }The potential pool of things with which this will interfere is much larger.May I ask why CF does not just add the necessary styles to the top level <div> it uses for cflayoutarea? If I remove the CSS from ext-all, then cflayoutarea looks wrong. I know that I could go in and copy those styles to one of the classes on the parent <div> generated by cflayoutarea, or the parent <ul>, but then I'm monkeyin
Hi Everyone,I'm need help.My code the below, this with problem.Look at:<cftry> <cfftp action= "open" connection= "my_connection" server= "xxxx.com" port= "22" username= "appogpp1" passphrase= "zHx628Fg" key= "C:\inetpub\wwwroot\Nf_oracle\SecurityKey" secure= "yes" /> <p>Did it succeed? <cfoutput>#cfftp.succeeded#</cfoutput> <cfcatch> <cfoutput> #cfCatch.Message#<br>#cfCatch.Detail# </cfoutput> </cfcatch> </cftry>This error that appears.An error occurred while establishing an sFTP connection.Verify your connection attributes: username, password, server, fingerprint, port, key, connection, proxyServer, and secure (as applicable). Error: User Authentication cancelled. Either invalid key or invalid passphrase..Someone could help me ?Regards,Alexandre
I want to use following code to control elements on the form.I use cfoutout that it shows the value is 0, but the cfif control does not show the cfselect on the form.Is it the right way to do control on the form? Your help and information is great appreciated,Regards,Iccsi, <cfoutput> FORM site "#form.MySite#" </cfoutput> <CFIF structKeyExists(form,MySite)> <cfif "#form.MySite#" EQ "0"> <tr> <td> <cfselect name="Mylst" id="Mylst"> </td> </t
I just started using CF Builder 3 after spending a couple of weeks with CF Builder 2. I was previously using Dreamweaver and so am not that familiar with Eclipse. I was never able to get the svn to work even with the help from the instructions on www.trunkful.com. Now with CFBuilder 3, I'm wondering if I need to try to go through the same process for setting up subversion. (I'm using Tortoise SVN) If so, on Trunkful.com it was suggested that you "make sure you use the correct Eclipse Repository Helios, Ingo, Juno, Kepler, etc." How does one select the correct Eclipse repository to work with CFBuilder 3? Any other helpful hints on getting subversion to work with CFBuilder 3?
The machine is running under VMware ESXi.The CF installer gets to 33% then locks up the server. I have to power off to get control.I could install cf10 with no issue.Any ideas what is going on here?Thanks
I am calling a .NET dll, and the server responds with "DotNet side does not seem to be running". I am using CF 9.0.1. DotNet is installed and running as a service. One forum said that I need to uninstall my current .NET service, then reinstall it. However, I cannot find the installer for CF 9's version of the .NET integration service. I do see installers for CF10 and 11.
I have a PDF, I know it has transparency but Acrobat pro renders the transparent portion solid. If I view it in chrome it looks right. And if I do an output preview and change the "Show" option to "Not DeviceCMYK" it previews the transparency, but this doesn't actually change the PDF and I can't figure out how to then just remove the CMYK so that it will be transparent.
On my production server and on my dev server at home I am able to use cflayout with tabs. However, on my dev server at work... I can not make this work. When I view the source code after the page renders... it shows all the code that CF inserts (javascript and divs) but when viewing the page, CF shows the all the content under each tab in consecutive order without tabs. I then tried other features of the cflayout tag using the examples from the live docs and still nothing is working. Help?!? P.S. I just tested this under firefox and while I had the Error console open, the browser reported a javascript error that "Coldfusion" is not defined.
I'm trying to use cfstat to help figure out some performance issues with our production server. Its CF 10 Ent on a Windows 2008 VM. I also have ColdFusion 10 installed on a local Windows VM.I run cfstat with a 1 second refresh on the production server and local VM. The local VM Reqs Q'ed column shows a constant 10 even though I'm not hitting any sites on the server. The production server shows a constant 20+ Reqs Q'ed and a few les Reqs Run'g.Is this normal? Do I need to make some adjustments to CF or the JVM?Thanks
Hi, I make one function , which i want to return json value , for this which return type i mention in function:This is javascript which call Retrieve method.<script>debugger; var remoteDatasource = new kendo.data.DataSource({ transport: { read: { type:"POST", url: "Controllers/Home.cfc", dataType: "json", data: { method: "Retrieve", dataLists: JSON.stringify(request)
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.