The official community for ColdFusion.
Recently active
Not my words. I've been told this by someone else.Detecting more than a hint of bull, I figured I'd ask here. How true (or false) is this statement? If it is dying, what's replacing it? Random thoughts on the state of CF's popularity welcome.
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.Null Pointers are another name for undefined values.The error occurred inC:/ColdFusion10/cfusion/wwwroot/TESTONLINE/END.CFM: line 1917 : <cfcookie name = "cfid" 18 : value = "#Now()#" 19 : expires = "NOW"> 20 : <cfcookie name = "cftoken" 21 : expires = "NOW"> Please can any body help me outThanksTayyab Hussain
Hi,Why is it so that when I am Offline i.e not connected to Internet I cannot log on to http://localhost:8500/CFIDE/administrator or even to localhost:8500 while using coldfusion 10. Can any body help.RegardsTayyab Hussain
We need help on struts configuration with ColdFusion 10 using IIS.Earlier we were using ColdFusion 8 with IIS 6 for one of our application. This application internally calls struts. After upgrading to ColdFusion 10 struts calls are not loading. We get 404 error.In ColdFusion 8 struts were configured using actions extension .do in IIS from this file- C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll.But in ColdFusion 10 this file is not present as ColdFusion 10 uses Tomcat in place of Jrun.Also there is no information in ColdFusion log file.
Request you to please help me with the Script "Make hyperlinks from URL".When I run this script its converting the URL to Hyperlink, but its changing the original URL text present in the Indesign file. Can this script search for a specific URL character style and convert it to Hyperlink by retaining the Original text in Indesign.For Example:The Original URL in Indesign file is this: https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+a+Dat abaseWhen I run the script its changed to: confluence.atlassian.comIt would be great if you please provide some solution for this.
I am working on upgrading a client from CF5 to CF10 as well as Access 2010 to SQL Server Express 2012.I suspect they recently moved from Access 2000 to 2010 based on some message I came across. Don't know if that is germaine to this conversation or not, so I thought I'd throw that in.In the new CF10 environment, I had a query fail. At first glance, it appeared that one table didn't come across in the conversion.Checked my copy of the Access database backup -- that table is not there.Tested the production (CF5 running Access) system and this program works.Looked in the production Access database -- and the table is NOT there, either!What is this magic? I see no stored procedures, and it's not a cursor (CF5 didn't have that capability).Here's the query:<cfquery name="get_job" datasource="sts"> SELECT * FROM &nb
how many licenses are needed to have a cluster (2 physical servers one active and one pasive)
I am parsing an xml file and turning it into a query object. Everything good until I get a NULL or misssing value in my XML file and then I start getting error messages like The value '' cannot be converted to a number.So how can I check for these missing or NULL values in the XML and then set them to a value want so they dont keep appearing as ''?Here is my code: It runs great until i hit a missing value<cfset mydoc = XmlParse(myxml)><!--- get an array of employees ---><cfset emp = mydoc.ROWSET.XmlChildren><cfset size = ArrayLen(emp)> <cfset orderquery = QueryNew("FIRST_NAME, LAST_NAME,FILE_NUMBER,JOB_TITLE_DESCRIPTION") ><cfset temp = QueryAddRow(orderquery, #size#)><cfloop index="i" from = "1" to = "#size#"> <cfset temp = QuerySetCell(orderquery, "FIRST_NAME", #mydoc.rowset.ROW.FIRST_NAME.XmlText#, #i#)> <cfset temp = QuerySetCell(orderquery, "LAST_NAME", &
I have the type file for users to upload file. If they browse the file, they have to select the document type from the check box and versus. This code didn't do what I want. Can onyone pls help?Thanks<script>function validateForm(oForm) { var numChecked = 0; for (var idx=0; idx<oForm.doc_type.length; idx++) { if (oForm.doc_type[idx].checked == true) { numChecked++; break; } }if (document.getElementById ("cpc").value.
hi my website to all pages changing.how specific part of the page is changed on all pageshelp me pleasekasko hesaplama
Wondering if I've missed something in IIS7 or the Exchange Management Console. I am able to connect to OWA with regular browsers and various usernames but am getting the "Diagnostics: Cannot access Exchange server as a web application at 10.10.10.24. Ensure that the Exchange web application is configured in IIS and Web Service Extension for the Exchange server is allowed." error when I try to connect via cfexchange tags.Any help would be greatly appreciated.
TO... to who? Who do we send these files to?
Let me preface this: The following code is in the pseudo-constructor of my application.cfc (outside all functions) and this is the FIRST run of the application (so the application has not yet initialized)With that being said, I wrote the following code:<cfset this.mappings[ '/model' ] = expandPath( '/path/to/models/folder' ) />To make sure it took, I dump it:<cfdump var="#directoryExists( '/model' )#" />And sure enough I get: YES.Remove the dump and add the following code:<cfset myConfig = new model.utils.Config() />And CF errors out telling me it cannot find a Config.cfc. Well, I verified. In that 'models' folder, there is a 'utils' folder and a 'Config.cfc' in there. If I instead change the line to read:<cfset myConfig = new path.to.models.folder.utils.Config() />Then it works fine. So in essence, the mapping is not working. I have an odd feeling that this is all due to the fact that I'm doing this in the pseudo constructor area,
I'm upgrading a client from CF5 to CF10. They are using Access 2010 and I need to get it to SQL Server Express 2012 as part of the upgrade.This should be simple enough, right? I have access to SQL Server 200 / enterprise manager, SQL Express 2005 / 2008 / 2010 / 2012. I have access to a couple flavors of Access. I have access to a 32 bit Vista machine, a 64 bit Windows 7 machine, a 32 bit Windows Server, a 64 bit Windows server, and more that I won't bore you with.Of course, I have CF5, CF6.1, CF7, CF8, CF9, CF10Got all the tools I should need, right?Tried to import Access from SQL 2012; errors due to data.Tried to push (export) Access to SQL 2012; errors.Tried using every version to push and pull the data, always a couple errors keep it from being clean.Let's be honest, here. There are so many databases, tables and columns, the last thing I want to do is data-map each and every field in every table in every database. I'm a programmer, right? I can do this.I installed the A
We currently have three ColdFusion servers running version 9.0 and I need to upgrade them to 9.0.2. Adobe proves a 9.0.1 updater but I haven't been able to find one for 9.0.2. I tried using the 9.0.2 installer to upgrade but the option for a "Server configuration" install type does not seem to be available. On a clean install, option #1 (below) is available but is missing when I run the installer on our servers with CF 9.0 already installed. How can I upgrade our servers? Do I really have to back up the neo*.xml files and uninstall first, then perform a clean install? Any suggestions would be greatly appreciated. Thanks in advance.What kind of installation do you want? ->1- Server configuration 2- Enterprise Multiserver configuration 3- J2EE configuration (EAR file) 4- J2EE configuration (WAR file)
Please reset my activation count for my adobe id roman.salamonov@hotmail.com
Hi All.I have a problem with a CF8 install that a client has in that I cannot connect to a SMTP server to send mail through it. Description as below.Setup:Tomcat 6CF8.0.1Java 1.6.0_24Windows Server 2008 R2Problems:In CFAdmin I cannot verify that the email settings are correct, even though they are. I tested the settings using telnet and sent mail fine.Attempting to actually send an email with the correct settings - through cfmail attributes - gave the following error:"Error","scheduler-1","01/31/14","17:03:52",,"smtp"javax.mail.NoSuchProviderException: smtp at javax.mail.Session.getService(Session.java:611) at javax.mail.Session.getTransport(Session.java:541) at javax.mail.Session.getTransport(Session.java:484) at javax.mail.Session.getTransport(Session.java:464)  
I've been given a task to integrate a CF application with an authentication process that is Java-based. We have been provided with a set of filters that are key to this process. According to the documentation"...each of the filters places an EntRegSSOToken object into the HttpSession and HttpRequest contexts for use by the integrating application code. The EntRegSSOToken object is the key integration point for an integrating application. The requestor’s eReg identity should be obtained from this object. Below is a small snippet of code showing how an application can determine the requestor’s eReg identity."(EntRegSSOToken is a class contained in a provided .jar file.)Here's the sample code snippet:String eRegUserId = null;EntRegSSOToken entRegSSOToken = null;entRegSSOToken = (EntRegSSOToken) session.getAttribute(EntRegSSOToken.REQUEST_KEY);if(entRegSSOToken != null) { if(entRegSSOToken.isNewUserLoggedIn()) {&
Hello all,How do I get ColdFusion to authenticate a user into SSRS? I'd like to get a way for a user to view a report in SSRS without providing any credentials.Thanks
On a form, when submited contains a few variables in hidden form controls. There is a loop in the form that outputs <li> items from a database, and a button with each list item, you click the button, it deletes that item. But...it looks like the form is passing the IDs for all the <li> items. I just want to pass the id of one item. I am getting an error "Invalid data (then a list of all the IDs) for CFSQLTYPE CF_SQL_DECIMAL.The button in row 5 and the <li> in the loop starting on line 3 are the question.<form action="update-sort.cfm?faculty_id=<cfoutput>#qGetFacultyCV.faculty_id#</cfoutput>" name="sort_serialized"method="post" id="frm-sort"> <ul name="anitem" id="sortable"> <cfloop query="qGetFacultyCV"> <button OnClick="document.forms.action = 'delaction.cfm'">X</button> <cfoutput><li id="section_id_#qGetFacult
I cant get the font on PDF document and alignment eventhough I have margins to 0 still getting some space from the top and left side.I have added fonts to CF Admin and restarted too still same issue. I am able to see fonts are added in CF Admin.
How do I find what settings to set or instructions on which DNS to set at namecheap's side? There is no chat on weekends for Muse!
I have a bunch of form fields that are all bound to a single drop down selection. When an option is selected I need to fill in a bunch of form fields with data. The last part is that I need to retrieve an image that is stored in sql server an image field and output the image on the page. All of the form fields are populating properly based on the cfc I am using. I can generate the image with a straight query output but cannot figure out how to trigger the generation of the image when the cfselect option changes.Any thoughts?
Hi, I was wondering if anyone knew how to flip between the main keyframes you make? (Flash pro)I would need to be able to flip from frame 1 - 9 and not have to go through 123456789 each time. this is very important for me for my workflow.I only know that it is possible to flip each frame so far, with , and .it doesnt look like this feature exists yet, but is it possible to script this into the program or something like this? It would be really helpfull for my job. It's the way old classic disney animators animate, and so should the rest of the world be able to do
I am migrating websites from a server using CF 8 to a new one using CF 10. In this one site, I have a query that looks up talent and then writes the resulting list to a cfcookie. On my computer with any browser it works correctly. My client uses the same browser as I normally use (Safari) and his browser is not updating the cfcookie with the new talent list after a search. They are very unhappy making me unhappy also. Any ideas as to what might be causing this problem.In the application.cfm (yes, I know I should be updating to cfc but not enough hours in the day):<CFAPPLICATION NAME="lil" CLIENTMANAGEMENT="yes" SESSIONMANAGEMENT="yes" SESSIONTIMEOUT=" #createTimeSpan(0,0,30,0)#" APPLICATIONTIMEOUT=" #createTimeSpan(0,1,0,0)#" &n
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.