The official community for ColdFusion.
Recently active
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSfd7453be0f56bba437188258123092b394c-7fff.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSfd7453be0f56bba437188258123092b394c-7fff.html
I was thinking about starting to use Mura and CartWeaver as a solution for building out sites since most of the sites I do are e-commerce. Having not used either one of these before I was just wondrering if I could get opinion of both of these applications either as standalone or together. Any feedback would be greatly appreciated.
I am trying to install cf10 mandatory update but I am not being successful. The instructions say the is a "jar" file, however when I download the update it is a "zip" file. There aren't any instructions on where to extract the file to. I've tried extracting to a temp folder but the available instructions are not of any help. By the way I am on a windows 7 machine. Someone's help would be appreciated.Thanksjoecoolaz
Is CFMail and Mail (CFScript) the same.... Reason I ask, is we are having a tonne of email problems in our application. A person on my team has indicated that cfmail is more reliable and all the cfsript, "mail" implementations remain largely undelivered. For this reason they are requesting the we change everything from mail to cfmail. Has anyone heard ot this before? I've got to believe that under the covers these are running the same bits of code...?CF10RHEL 6.2ThanksLee
Hi,I'm trying to figure out a way to notify someone that another person has replied to a post they made in a discussion. I'm pretty sure I know how to figure out who the email should be sent to, but for now I'm just trying to get it to work by just sending it to my personal email. This is the code I'm trying to get to work:Thanks,Mike====================================================================== <cfif isDefined("FORM.title")> <cfprocessingdirective suppresswhitespace="No"> <span class="blogtitle">Your Email has been sent.<br><br>I'll get back to you as soon as I can. </span> <cfmail TO="mikewycklendt@gmail.com" &n
Hi,We are having issue with session variables(jsessionid),it is changing from one page to other page and also when we referesh page.code is worked fine in other servers.When we moved to production server issue came.In application.cfc we used below parameters. this.applicationTimeout = CreateTimeSpan(4, 0, 0, 0); this.clientmanagement = false; this.loginstorage = "session" ; this.sessionmanagement = true; this.sessiontimeout = CreateTimeSpan(0, 0, 20, 0); this.setClientCookies = true; this.setDomainCookies = true; this.scriptProtect = "all";In coldfusion administrator we enabled use"J2EE session variables" ,"application variables",session variables.and also we added "Dcoldfusion.sessioncookie.httponly=true"in jvm.Operating system details: windowsserver2008R2Coldfusionserver: 9.0.1,274733Is it related to sessionfixation issue?Any other things we need to check or add?Please let me know.Th
I have just installed coldfusion mx 6.1 developer edition on vista ultimate. The installation went fine. However i get an error when adding a datasource in access or verifying all connections. On adding the datasource, i get the following error. Unable to update the NT registry. Variable DRIVERPATH is undefined. Is it because of vista incompability?
Hello everyone,I have an issue with the follofing configuration:Win Server 2008 64-bitColdFusion 9 64-bitIIS 7.5All works fine till I submit page with about 180 fields or more. In this case I get Internal Server Error 500.0, error code 0x00000000. It looks like IIS can't handle so many variables passes and crashes.What could be the possible solution?Thanks,Anton
I created a document management section for our departments site (CF9). I'm asking for help creating a new part of the search, and will list all of the parts I am looking for help with, that way if you can only contribute to one part, it will get me that much closer to what I need. I already have a Title only search working, and added a second search that does both Title and Keywords. I am using cfindex and simply created a new collection for the Keywords and searched the two collections. Our staff will mostly search only Titles but wanted the option to search all content.The next colletion will be for the content of the documents. The site will contain .doc and .docx files. All files are maintained in the same folder. There is a MS SQL database table that indicates if the file is in an archive status or active. The same table lists the document number and its extension.So, what I want to do is query the database to see what files I want
hi i run the the storedprocedure in SQL management studio. It executes in less than a second. In my page i query the storeprocedure 5 times. It takes about 15 seconds for the page to load. Is there away to speed this up??? Thank you!!I am a beginnner working on being an intermediate. The stored procedure is listed here. I use the same code for each region that i am querying for.<cfstoredproc procedure="dbo.StatewideFatalCollisionsByRegion" datasource="cfpMeasure"> <cfprocresult name="fatals"> </cfstoredproc> &
I upgraded my CF from 9 to 10. In CF10, cfmail does not send the email if the username and password are included in the cfmail tag. The same code works fine in CF9. But when I remove the username and password, it works fine in CF10. Is there any setting that I should do to make this work.
Hi,It's my first time working on with manage sites from dreamweaver. Currenlty, Ihave Local View, Remove View and Testing Server. I made some changes from local view but didn't see it when i view the local page. I don't want to public the changes yet but do i need to do anything in order to view the changes from the local view?thanks
Is there any similar push notification solution/Tutorial but this time for the Android?Something similar to this tutorial but with Android GCM using coldfusion to send from my dedicated server to the registered devices:http://www.raymondcamden.com/index.cfm/2010/9/13/Guest-Post-Apple-Push -Notifications-From-ColdFusion-in-Ten-Minutes-or-Less Thanks in advanceTalal
Hi folks,I am setting up a development server with 2 instances of coldfusion running (cfusion + instance0)I was wondering if anyone has been able to get the admin services working when cf instances are set up in a multihoming arrangement?I have looked through the CFBuilder documentation and it seems to be skewed towards CF9 and Jrun. I am able to add the servers in CFBuilder and have it correctly report the current status, but if I try to stop, start or restart a server from CFBuilder nothing happens.I initially tried to get it working with just the default cfusion instance and when I tried to stop, start or restart I would get an error in the cfbuilder server console Error(11/21 at 03:06:01) Cannot perform the operation. Admin server for the remote server 192.168.0.10 is not running.After looking around the web (I can't remember who posted the info, but thanks!) I found that I needed to comment out the host node in the {CFHome}/cfusion/jetty/etc/jetty.xml file. <Call name="addConne
Hello,Here is my server- Windows 2008 Server R2 Ent- IIS 7.5- ColdFusion 10CF10 installation ran smoothly, the wsconfig seems to have created all necessary stuffs like :ISAPI filter : tomcat C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dllISAPI restriction authorized : tomcat_all C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dllindex.cfm added in Document by default, placed at first place up in the listcfide, jakarta virtual directories created, etc..Everything is running ok EXCEPT that IIS is unable to server index.cfm as a directory default page :- this generate an error : http://www.example.com/ (to simplify, index.cfm is the only page in root directory)- this doesn't generate an error and serve the index.cfm page correctly : http://www.example.com/index.cfmError 404.2 is talking about (in french)"La page que vous avez demandée est introuvable en raison des paramètres de la liste des restrictions ISAPI et CGI du serveur Web."`I don't see anything special in ISAPI/CGI restrict
Hi I have a simple application that uploads an image and resizes it if its too large. It works great on all browsers apart from IE (testing in IE8). When I disable the resize code, it works ok. If I leave the imageresize code in I receive a 'Internet Explorer cannot display the webpage error'. Does anyone have any idea what is causing this or how to find out more about the error?The resize code is below:if (myImageInfo.width < maxWidth) { ImageResize(myImage,maxWidth,""); myImageInfo=imageInfo(myImage); if (myImageInfo.height<maxHeight) {  
Hallo,after Installation of CF10 on 4 Serversystems (Windows 2003R2) the CF-Application Service hangs from time to time and must be restart.Is there anaybody with an idea for the reasen?The Installation of the Mandatory Update and CF10 Updates 1+2 produce another problem. The Installation runs succeeded but the CF Versionsnumber didn't change from version 10,282462 to version 10,282913.
Hey EveryoneI have been pulling my hair out for several days with this, I have all of the Adobe ColdFusion 9 dev books, and Google returns a cluster of information that doesnt seem to work. I was hoping someone could help me out here.So what I did was open query builder in Adobe ColdFusion 9 Report Builder, I clicked the icon at the top that says report query and placed the following mySQL information, which works fine.MySQLselect name.soc_sec, name.last_name, name.first_name, nmcrs.course,nmcrs.crs_txt AS Course_Title ,practicl.day_cod,CAST(practicl.start_hr AS VARCHAR(2)) + ':' + CAST(practicl.start_min AS VARCHAR(2)) AS Start_Time, CAST(practicl.end_hr AS VARCHAR(2)) + ':' + CAST(practicl.end_min AS VARCHAR(2)) AS End_Time, nmcrs.section, nmcrs.sch_yr, nmcrs.sm_desc, nmattend.attend_txt,address.phone,address.cell_phone, address.e_mail From name --INNER JOIN nmprg ON name.soc_sec = nmprg.soc_sec &n
I installed ColdFusion 10 on Windows 7 Ultimate with IIS already running. Everything seemed fine except when it tried to launch the adminstrator page on completion. I get an Error 404. I have tried running the IISConnector.bat file and no joy.Any ideas? HELP.Nathan Manning
I'm not sure why I can't understand how categories work within Verity, but the documentation isn't helping much, and web searches are yielding anything either.Here's what I'm doing; I have a folder that contains a few subfolders...in these are PDF files. I have a collection setup that recursively indexed all documents, and allows me to search for them, no problem. This works.What I'd like to do is create categories in this collection that correspond to the folders the files are in. For example, the structure could be:Main Folder -Folder 1 -Folder 2 -Folder 3 -Folder A -Folder BSo the category names would be Folder 1, Folder 2, Folder 3, etc.So when I search, I can allow the users to select checkboxes to search only certain categories.My question is, how do I do this when I re-index the collection? Am I going to be forced to create a separate collection for EVERY categ
Hi All, I'm attempting to use a CFC/Event Gateway to get the filename of a file that has landed in a directory. What I'm getting instead is the full path with the filename.<cfcomponent> <cffunction name="onAdd" access="public" returntype="void" output="false"><cfargument name="CFEvent" type="struct" required="true"><cfset var data = arguments.CFEvent.data><cfset var filename = arguments.CFEvent.data.filename></cffunction></cfcomponent>I know that the above code isn't complete, but I think it's what 'counts' here.The value that I'm getting back for the 'filename' variable is similar to this:C:\WebSite\Some_Directory\Another_Directory\filename.extWhat I want is just the filename (filename.ext) part of that line.It appears that arguments.CFEvent.data.filename doesnt do it, and I've tried all kinds of combinations like 'filename', 'serverfile.filename', 'data.filename' and so on, but I must just be missing it.I found a workaround for wh
Hi AllI hope someone can help, as I have been struggling with this issue for a few days. If I have missed any useful information off of this post, please ask and I will try to supply.I am trying to call a web service, but contantly receiving the error: "{http://springframework.org/spring-ws}ValidationError:cvc-elt.4.3: Type 'xsd:long' is not validly derived from the type definition, 'idField', of element 'documentId'."An example of the call to the webservice is:<cfscript> getDocumentAsPdfRequest = structNew(); getDocumentAsPdfRequest.documentId = 12017988; getDocumentAsPdfRequest.ignoreUnsupportedConversion = 0; ws = createObject("webservice", "#wsdldocumenturl#"); ws.setUsername("#wsdlusername#"); ws.setPassword("#wsdlpassword#"); myresult = ws.getDocumentAsPdf(getDocumentAsPdfRequest);</cfscript><cfdump var="#myresult#">the webservice definition is:getDocumentAsPdfRequest type getDocumentAsPdfRequest Returns the document as a pdf if possibledocumentId type idF
For security purposes, I keep my site's images outside of wwwroot in this folder: C:\extSite\stdImages\storeThen I created a mapping in wwwroot\WEB-INF\jrun-web.xml like this: <virtual-mapping> <resource-path>/extStdImages</resource-path> <system-path>C:\extSite\stdImages\</system-path></virtual-mapping>My store.cfm page has this: <img src="/extStdImages/store/#photoFilename#" />The works fine on my dev site, but I just deployed to production where it does not work -- the images don't display.Can anyone help? Thanks in advance!PK
We are looking at setting up our CF10 server such that each application will be in its own instance, and allowing the developers access to their own instance. Is there any way to start and stop the instances from within the instance? We are hoping that there is some way to do this without logging into the cfusion administrator to manage the restarts of each instance. We are installed on Windows.Thanks!Jenn
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.