The official community for ColdFusion.
Recently active
I am trying to get cffileupload set up on CF10. When I upload a file, I can confirm the file goes to where I specified, but the individual progress bar shows red and says "Error" (no code). The overall progress bar is green, but if there is more than one file, then it will not continue on to the 2nd. I have confirmed that the local account which runs CF has access to all pertinent directories (CFIDE, etc). I am setting the JSON values for a status of 200 and message of "Passed".What else could it be?
I have a collection made up of a document crawl to index pdf, word, excel etc.now i need to update the existing collection with meta data related to articles in reference to the documents, however when i run the query to update the meta data the existing records do not get updated, a new record is createdinitial index<cfif isNumeric(idx)><!--- directories named by year e.g.: 2009 are public ---> <cfset sCollectionName="#aCollectionCreated[1].CollName#"> <cfindex collection="#sCollectionName#" action="update" type="path" key="\\192.168.168.66\media\#idx#\" urlpath="#sFullSeverName#/wp-content/uploads/#idx#/"
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6dcf.html
Hi All,We are migrating an application from 6.1MX to CF 9.0. Before I do this I wanted to know till what time the Adobe will support ColdFusion 9.0. I mean the duration for which ColdFusion 9.0 will get support from Adobe.Please let me know the required information a.s.a.p.Thanks,Bharath
當我調用camera attachCamera 功能時 有部分手機待機完再打開 螢幕就會一直呈現黑色的狀況
I just downloaded and installed Coldfusion 10 (developer edition) Version: 10,0,0,283922. The most resent update, update 11, is dated July 19, 2013. Has this update already been applied?
I'm new to orm, and I'm making some tests. I've two simple object Artist and Art:Artist.cfc // identifier property name="ArtistID" fieldtype="id" generator="native"; // properties property name="Firstname"; property name="Lastname"; property name="Address"; property name="City"; property name="State"; property name="PostalCode"; property name="Email"; property name="Phone"; property name="Fax"; property name="ThePassword"; /* one artist can have many... */ /* return an array of Art objects */ property name="Art" fieldtype="one-to-many" cfc="Art" fkcolumn="ArtistID" type="array" orderby="Price Asc";Art.cfc // identifier property name="ArtID" fieldtype="id" generator="native" ; // properties property name="ArtName" ; property name="Description" ; property name="Price" ; property name="LargeImage" ; property name="IsSold" ; property name=
Hi Everyone,I have read Rupesh's blog post; http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-how-to-log-sql/and have appropriately changed the log4j setting### Also log the parameter binding to the prepared statements.log4j.logger.org.hibernate.type=DEBUGBut I still do not see the values of query parameters in my log files.All I get is the auestion marks;09/15 12:35:57 [ajp-bio-8014-exec-3] HIBERNATE DEBUG - insert into audit_log (description, created, userID) values (?, ?, ?)Does anyone have any ideas? And as always - thanks in advance!Gavin.Message was edited by: GavinBaumanis
I recently coded a CFGRID using CF9 with date fields using type="date". The date fields appear nicely with a little calendar to the right of the cell. I now realize that I have to have this working on a CF8 server. Is there any fix or addition that I can code to implement this calendar feature in CF8? <cfgrid name="taskGrid" bind="cfc:QuestionsDAO.GetEmployeeGroupObjectiveQuestions({cfgridpage}, {cfgridpagesize}, {cfgridsortcolumn}, {cfgridsortdirection},#employeeID#,{groupID},{scaleName})" gridlines="yes" colheaderalign="center" &nbs
I use jqGrid for my project using following server side code for ColdFusion in my cfc file.The jqGrid works only for a few pages.I can scroll for a couple of page using jqGrid pager.It seems that the page and records information does not send to jqGrid correctly.Do I need to particular to pass any row, pages and records information from client to make server response correct pages?Your help and information is great appreciated,Regards,Iccsi,<cffunction name="ccdClaimsLookup" access="remote" returnformat="json"> <cfargument name ="StartDate" required="no" default=""> <cfargument name ="EndDate" required="no" default=""> <cfargument name="page" required="no" default="1"> <cfargument name="rows" required="no" default="10"> <cfargument name="sidx" required="no" default=""> <cfargument name="sord" required="no" default="ASC"> 
My goal seems simple. I want IIS 7.5 to handle **ALL** 404 File Not Found requests, whether to static or dynamic (ColdFusion 9) content, and direct users to its custom 404 HTML page.I believe that the IIS settings I need are existingReponse=Replace, errorMode=Custom, and a file path specified for the 404. That's what I've done.With a CF10 install, it works. With CF9, **for some reason both the static IIS 404 response AND the ColdFusion 404 response are sent to the client and displayed**. Very weird.I've tried all manner of alternate configurations, and there seems to be some problem with each approach.Any ideas why IIS would fail to replace Coldfusion's 404 message? Is ColdFusion failing to communicate to IIS (via the appropriate header) that it's sending a 404? Is IIS being obstinate? Why would it be different with CF10 and CF9?--------------------------ColdFusion 9, via CFAdmin--------------------------Global Settings- Missing Template Handler = [no path specified]-------------------
On all of our Coldfusion installs, I don't know since when, the admin panels are showing the installed version as being Developer - even though I'm for sure using 100% valid CF Standard keys. I've been on with Adobe this morning, checked the keys are legit and they are, but for some reason it's not showing in the CF admin. For example, when I run the PDF authoring it has the big watermark text across the outputted page saying that it's a Developer version - not cool!The CF installs are all up-to-date with the most recent patches - gives the version number as 10,0,11,285437.Is anyone else suffering the same problem? Does anyone know of a fix? Is there something I can clear out and refresh to have it re-assess the license version? Thanks, Henry
I have installed #6 error message reads " Missing short cut
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6cf9.html
it is true that the cffileupload flash utility posts data using only http and NOT https?if so, is there a work around?
I am looking for this specific install.Where can i download it?
Hi,please help, i can't figure out The variables.compID is numeric but with this code below, i have an error: "the CompID argument passed to the getItem function is not type numeric". I then change it to <cfargument name="compID" type="any" required="yes" > for testing and then got the diffrent error: The Element compID is undefined in argumentsCan any one tell me why? thanks<!---cfm---><cfset variables.compID = request.state.compID /><cfinput type="text" name="name" size="30" id="name" value="" autosuggest="cfc:cfc.query.getItem({cfautosuggestvalue},{variables.compID})"/><!---cfc---><cffunction name="getItem" access="remote" returntype="Array" > <cfargument name="search" type="any" required="false"/> <cfargument name="compID" type="numeric" required="yes" > <cfdump var="#arguments.compID#" > <!--- Define variables ---> <cfset var qItem=""> 
In a function is it better to define 4 arguements of type string, or one single arguement of type struct that contains these values?
Am I setting the property wrong?teams.cfccomponent peristent = true { ... property name = 'emails' fieldtype='one-to-many' cfc = 'emails' fkcolumn = 'team' type = 'array' singularname = 'email' inverse = 'true' fetchtype = 'lazy' lazy = 'extra'; ...}emails.cfccomponent persistent = true { ... property name = 'team' fieldtype = 'many-to-one' cfc = 'teams' lazy = true; ...}If I try entityload('teams'), all emails are loaded too - I do not want this. If I try it the other way around, entityload('emails'), the team is loaded. I only want it to show up when I explicity call it.Whether it's set to true, extra, or false -- nothing changes. ormreload() is being used at the beginning of each request.Any ideas?
After my laptop froze yesterday I rebooted, and now the ColdFusion 9 Application Server service starts and restarts endlessly! Although it's set to start automatically, upon bootup it does not start. So I start it manually. Then I look at the Windows Event Viewer which reports: "The ColdFusion 9 Application Server service for the "coldfusion" server was started. PID is 5788". That's good. But then, about 9 seconds later, Event Viewer reports:"The ColdFusion 9 Application Server service for the "coldfusion" server is restarting." 16 seconds later, the Event Viewer reports that the service has, in fact, started again. And 9 seconds after that, it reports that the service is starting again.Unless I manually stop the service, this cycle continues, with the CF service restarting itself every 25 seconds, give or take a second. Needless to say, I can't use ColdFusion. When I try to reach a page, I get error 500: "There is no web appl
Hi AllI'd thought id share some of the pain ive been having with installing CF10. We have a pretty big install environment and during our CF10 migration project we have had to install- a dev VM on CentOS- 3 UAT boxes on Solaris 10 (Sparc)- 4 staging/Prod boxes on Solaris 10 (Sparc)all up that's 8 installs of CF10 and almost 20 instances of CF across all the applications. I have to say I'm really disappointed. This is the first big update ive done on Unix, in the past ColdFusion v4-v9 I have worked on Windows servers. Some of my main greifs have included this time around:- You must apply the mandatory update after you installhttp://helpx.adobe.com/coldfusion/kb/coldfusion-10-mandatory-update.html- you then must update to the latest patch - update 11. Except on Solaris I have found it wont do work via CFIDE. You have to use the command line. (CFIDE is broken)- CFIDE is horribly broken, we cannot use the 'settings' page at all. Everything must be edited via neo-*.xml fileshttp://helpx.ado
I have a page that first generates a PDF using cfdocument:<cfdocument name="doc1" format="PDF" marginbottom="1" >After this, I am merging this with other PDF files:<cfpdf action="merge" name="outputpdf"> <cfpdfparam source="doc1"> <cfpdfparam source="#absolutemaindir#\patdocs\#fname#"></cfpdf>I am then optimizing the result:<cfpdf action="optimize" source="outputpdf" pages="*" algo="Nearest_Neighbour" name="optimized" nobookmarks nothumbnails nometadata nofonts>Then finally, I am either outputing this to the screen:<cfcontent type="application/pdf" variable="#tobinary(optimized)#" >or I am protecting the result:<cfpdf encrypt="AES_128" action="protect" password="#oldpw#" source="optimized" newuserpassword="#newpw#" permissions="allowprinting">Randomly, I am getting
Hi All,I have couple days trying to configure this new MAC with FB 4.7 and ColdFusion 10.Alex was helping me to debug this issue but I still cannot figure this out, sorry no an expert in MAC or apache.http://apache-flex-users.2333346.n4.nabble.com/Flex-amp-CF-on-MAC-OSX-10-8-4-td2614.htmlHere is the way I configured the CF in MAC:http://iknowkungfoo.com/blog/index.cfm/2013/2/27/Installing-ColdFusion -10-on-OSX-108-Mountain-LionSo my web server is:[ localhost:cfusion ] Apache : /private/etc/apache2 The article said that I can use "/Users/myUserName/Sites" as my web root, or not? I am confuse.I am trying to configure my project for Flash Builder4.7, in windows for CF9 and IIS i set:ColdFusion root folder: c:/ColdFusion9Web root: c:/inetpub/wwwrootRoot URL: http://localhost/Output folder: c:/inetpub/wwwroot/myTest-debugSo far I figure this in MACColdFusion root folder: /Applications/ColdFusion10/cfusionWeb root: ???Root URL: http://localhost/Output folder: This should be the same as the w
Hi,Can someone please tell me how to configure the logging options in ColdFusion 10? In particular, we have a lot of WARN and INFO errors in our coldfusion-error.log and coldfusion-out.log files. These errors are not fixable, and we would rather not log them as they are not critical. The issue is that the logs grow massively and are not wanted.How can we control the level of logging in ColdFusion 10? There is no information anywhere on this subject, either on the web generally or on Adobe's own website.Advice appreciated.Thanks,Mark
Here are the environments:OLD SERVERServer Product: ColdFusionVersion: 8,0,1,195765 Edition: Enterprise Operating System: Windows Vista* OS Version: 6.0 Update Level: .... hf801-00007.jar IIS Version: 7(*not sure where that "Vista" comes from? The System Information says "Windows Server 2008 Datacenter without Hyper-V")NEW SERVERServer Product: ColdFusion Version: 10,0,11,285437 Tomcat Version: 7.0.23.0 Edition: Enterprise Operating System: Windows Server 2008 R2 OS Version: 6.1 Update Level: .... chf10000011.jar Adobe Driver Version: 4.1 (Build 0001) IIS Version: 7.5Here is the problem:Moved all files and database to NEW SERVER, configured datasource, etc. Configured IIS, set up a testing domain for the NEW SERVER. After jumping through the new ColdFusion hoops (wsconfig.exe, etc), got the new version of the site up and running. However, authentication/login is not working.I have a pretty standard Coldfusion login, using cfloginuser in the Application.cfc
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.