The official community for ColdFusion.
Recently active
I don't know if this is even possible but thought I would put this out there and see. I took over a web design position. A few sites have some work that was done in ColdFusion8. I have found a link to a login for it, but have no idea about a password, and neither does anyone else in the office here. It seems to be an online application? I have updated the adobe profile for my email account, but that didn't help. Thoughts, ideas, suggestions?
Hello,I have some .cfc's that reside in the same directory as the .cfm file calling them. Everything works as expected, but now we are changing the structure of our web site and cfc paths are not working. I have spent hours trying to figure this out and still no solution. The current (working) path to the cfc is:wwwroot/data/historical/stateplane/select.cfcwith the domain looking like this:http://surveyor.website.org/data/historical/stateplane/select.cfcWe are changing our the structure to, (which throws an error when looking for the cfc):wwwroot/surveyor/data/historical/stateplane/select.cfcwith the domain changing to:http://website.org/surveyor/data/historical/stateplane/select.cfcThe sel_stateplane.cfm page has the following code calling the cfc, which lives in the same directory:<cfselect name="TOWNSHIP_RANGE" bind="cfc:select.getTownship()" bindonload="true" value="TOWNSHIP_RANGE" display="TOWNSHIP_RANGE" />But with the added /surveyor folder after the root, it no longer wor
I am tying to keep an already developed search running. I have no experience. Please help!My error is coming from here:<cfif trim(form.criteria) is not ""> <cfset collectionname="#form.p_collname#"><cfsearch collection="personify_methods" name="getMethods" criteria="#Form.Criteria#" maxrows = "100">Could some one please assist me?
We are running CF 11 Standard on IIS 8.5. I was able to make changes to the ColdFusion11\wwwroot\WEB-INF\web.xml and ColdFusion11/config/wsconfig/1/uriworkermap.properties and this works for East West Urban Managment with index.html in the address but if we don't have that in the address CF doesn't seem to know it should handle that page. http://www.eastwestfun.com/.What am I missing?
We are working on getting ColdFusion 11 to work with JBOSS EAP6.3, as a JEE/J2EE installation. The Coldfusion 11 has a CF Server Java Class Path and a Java Class Path. How can the Java Class Path be configured in this setup? Setting the JVM classpath with the -cp option appears to update the CF Server Java Class Path..
Hi. We are still running CF9 and have noticed that HTTPS calls to web services using the newer SHA2 algorithm fail. It appears that CF9 cannot support SHA2. Does anyone have a suggested patch for this issue. Obviously we need to upgrade to CF11, but that will take a couple weeks. Looking for an immediate work-around. We have two installations of CF9 - one enterprise and one standard edition. Any ideas?
At the final step "Configure Web Servers/Websites", it complains that - "Cannot configure IIS Connector. Enable the required options, ASP.NET, CGI,...". But, all ASP.NET, CGI, and ISAPI connectors are installed and configured. We have installed Coldfusion on over 40 servers, from version 7 through 11, and have not seen this problem before.
We just upgraded to CF11 in our development bed. We are seeing some of our web pages breaking due to what appears to be inserted css coming from ext-all.css. For example, in the body tag, an x-body and x-gecko has been added and is overriding some of our css. I looked in Firefox and the file (ext-all.css) appears in both "view source" of our development bed (CF11) and production (CF8) but the insertions are only happening on CF11. Is there a setting that needs to be set in order for this not to happen? Has anyone seen this before? Any assistance is greatly appreciated.
Hi all,Maybe a CF guru can help with this issue:https://forums.adobe.com/message/7397054#7397054What configuration can I check?Thanks
Hello,We upgraded from Coldfusion 9 to Coldfusion 11.System:OS: Windows 2008 r2 64bitRam: 16 gbSteps I took to do this upgrade.1. uninstalled CF 92. uninstalled current version of java3. reboot system4. install latest Java 1.8.x5. install Coldfusion 116. run coldfusion 11 updates7. configured all datasources and settings in cfusion instance. (didn't want to import from 9)8. test cfusion instance to make sure everything is working.9. create are new instances for the websites. (4)10. sign in to each instance and tweak settings.11. assign 1 site to each instance for testing.12. test the each site and make sure everything is still working.13. follow Adobe lockdown guide as much as we can.14 retest everything still seems fine.run 6-12 hours and I get random crashes.suddently get CF errors saying can't find includes which is a false error.in the coldfusion-out.log I get this when the issue happensJan 13, 2015 8:04:20 AM org.apache.coyote.ajp.AjpProcessor getRealPathFromServerSEVERE: Error in
I have a rarely used server that I now need to start using. I upgraded to CF 10 last year. I assigned a password and was able to add all the patches available. I logged out and haven't needed to login since. I am now having to set up another connection. When I attempted to login, I used the password that I had stored in a spreadsheet I have on the server; so I know it's good. I used the password reset tool in the bin directory. It asks me if I want to change the admin password or change admin component; I select change admin password. I change the password and verify it. It then asks me to change the RDS password, which I do. All examples I've seen show a message coming back saying it was changed. Mine does not give that message. Instead, after the RDS password confirmation, it exits the tool and the password is never changed. The one thing I don't really understand is why the pa
The results appear in a table and each row when clicked on shows detailed information. I'm trying to use the jQuery toggle so it can open the detail information under the persons name. The jQuery code I have is this...<script>$(document).ready(function() { $("#title").click(function() { $("#detail").toggle();});});</script>Then my cfoutput table is this...<table><thead><tr><th>First Name</th></tr></thead><tbody><cfoutput query="getRecords"><tr><td id="title">#getRecords.firstN#</td></tr><tr><td id="detail"><cfdiv bind="url:details.cfm?firstN=#firstN#" /></td></tr></cfoutput></tbody></table>Now what happens with that is all the detail records show up with the name and only the first row can toggle. Everything else doesn't do anything. Also is there a way to have the toggle show as close
I am running CentOS 6.6 with Apache 2.2.15. All were installed today, on a newly provisioned VMware guest.When I browse to http://10.213.42.200/CFIDE/administrator/ from my laptop, I get a 500 error. I read that I may need to access from localhost. So, I installed X windows and a desktop client, then connected to the VMware console for the machine and browsed to localhost. I got the same 500 error.This is a very vanilla install, and I can make any changes necessary. What suggestions do you have, or what additional information can I provide to gain an answer?
Hi,I am a novice in coldfusion, i have been using and learning dreamweaver, but i want to extend my knowledge to coldfusion11... i am having problem installing it and getting it up running.Can you guide me to install it and get it running.Sincerely,Chinedu.
Someone, anyone. I need a simple way to login to salesforce. I have tried everything with no success. Using SOAP UI everything works fine. I run the request and it spits out everything necessary. Problem is i just cannot seem to get it to work in CF. I have tried <cfinvoke>, <cfhttp>. Someone please.This is the successful SOAP UI request: https://test.salesforce.com/services/Soap/u/32.0<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:partner.soap.sforce.com"> <soapenv:Header> </soapenv:Header> <soapenv:Body> <urn:login> <urn:username>username</urn:username> <urn:password>password</urn:password> </urn:login> </soapenv:Body&g
Hello,I have a site that requires Basic Windows Authentication for all site but a few directories require Anonymous authentication.I configured Basic authentication for all site and it works. If I asked any cfm page, IIS opens the Authentication Windows login.If I configure Anonymous authentication for all site, it works too. No authentication is required for any page.However, if I configure Basic Windows Authentication for all site but in some directories I configure Anonymous authentication, IIS 7.0 keeps asking credentiais for cfm files on this directories. My question is which permissions should I use to have this configuration working ? Is it necessary to allow special permissions to specific files outside webroot directory ?Thanks,Lima.Windows Server 2008Cold Fusion 10 Standard
Im new to managing my servers and I am in the middle of a project that has a milestone deadline on Monday- then this happened and I cannot refresh the site. The maximum number of events (10) has been exceeded. An exception was generated, but the maximum number of events was exceeded again during the handling of the exception.DetailThe last exception was '' which occurred on line 260 in 'D:\inetpub\wwwroot\AgileCore\MachII\framework\EventManager.cfc'.The last exception was '' which occurred on line 260 in 'D:\inetpub\wwwroot\AgileCore\MachII\framework\EventManager.cfc'.I would sooo appreciate any help to clear this and get my project delivered on time. Thanks in advance- Kelli
I have a page that redirects the user after they have successfully logged in. Everything was working great on my test server but when I uploaded it to launch the site the redirect after logging in stopped working.User enters info and hits submitCode logs in userBlank page is shownRefresh that page (without resubmitting form)User was successfully logged in.So the page is going to the login script, they are being logged in but the cflocation is not redirecting on my IIS server but it was on Apache. There are no cfflush or cfdump tags found in the entire site.Any ideas? Thanks!
Hi ,I am facing issue with applicationc.fc which contain both orm and coldspring configurations.The problem is, either of them work but not both.Please helpThanks and RegardsVikrantraje
Hello, everyone,I'm trying to use Regular Expressions on the server-side for data validation from a form. I am not using CFFORM, so will not be using the validate attribute of the CFINPUT, etc.Basically, I've got the form being submit to the server via AJaX, and I'm using CFMatch() to check the input.The following works (inside CFSCRIPT tags): zipMask = "^\d{5}(-\d{4|)?$"; if(arrayLen(REmatchNoCase(zipMask,form.zipCode)) eq 0){ return "Zip Code is not in correct format."; } So, if a user enters "12345-6789", it's considered valid. If a user enters "12345&8765", it's not.What isn't working: coNameMask = "^[A-Za-z0-9]?$"; if(arrayLen(REmatchNoCase(coNameMask,form.companyName)) eq 0){ return "Company Name contains illegal characters."; } This will return as an error no matter what I put in the field.Thoughts, suggestions?V/r,^_^
Create an array, which is holding ‘n’ strings (words), , and implement the functionality to search given string is present in the array. Give an option to the user to enter the word to be searchedCreate a static array of ‘n’ numbers , and implement the functionality to search given number is present in the array. Give an option to the user to enter the number to be searchedImplement the functionality to search given word is present with in the predefined sentence. Give an option to the user to enter the word to be searched
Gentlepersons of Adobe.com,We have an application that uses symlink'ed directories in a CF webroot on Apache. This has worked fine on CF8, and CF9, but is now broken on CF 10. By broken, I mean Apache/CF do not "see" the files and 404s result.At the suggestion of Ben Nadel, I tried modifying /opt/coldfusion10/cfusion/runtime/conf/server.xml, adding allowLinking="true" to a Context node. This did not work. Link here. I also tried modifying my apache site config, adding a FollowSymLinks option to my directory node. This didn't work.I went into the CF administrator and added mappings for the symlinked directories in question. This also did not work.Has anyone had success or have ideas on how to configure CF10 to follow symlinks?
I'm trying to migrate all the ColdFusion database calls to a c# dll which will be shared with both ASP.Net and ColdFusion in order to kept a single set of classes and methods that perform database operations so that as we migrate from SQL2008 to 2012 updating the code would be centralized in one location as oppose to updating multiple applications. But I haven't found a way of actually passing the ColdFusion DSN Connection Information, is it even possible? The DLL Class Library would reside on the ColdFusion Server so it should be able to see the DSNS.My only other choice is to have the ColdFusion Application Programmer pass me the name of the DSN and I would have to create the Connection String in my dll class library. If any of you have come across this issue any information would be helpful. Personnally I don't like using DSN, but I was told by the Programmer that was the easiest way for ColdFusion to communicate with the database.
Anyone have a link to CF9 installer for Mac OSX? Need to set up in dev environment. The ones I have found so far won't open as they state that are damaged
I've created a Java Socket Gateway in ColdFusion to talk to a 3rd party API. User requests their credit balance by clicking a button. On clicking the button, a socket is opened with the 3rd party server in CFML, it sends a gateway message (request for balance) and the template request ends. A listener CFC waits for a response, and receives data back 15 seconds later and deals with the results but in a different request. I'm not sure how I give these results back to the user as it's not completed in the same request? Do I look at web sockets, node.js, CF web sockets or just poll with ajax?I'm new to socket communication and the api I'm using and unsure of how to proceed, can anyone offer any advice or tips?CheersShaun
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.