The official community for ColdFusion.
Recently active
Hi there,i am trying to set up CF10 parallel to CF9 with the apache webserver. I've tried it with the Beta of CF10 but it didn't works. Now we perchuased CF10 and the problem is still the same. We ar usiung a CentOS 5.7, and the apache server 2.2.3.I installed CF10 with the server configuration, everything went fine. The first problem came up to, when i tried to start up the cfusion instance:Running the ColdFusion 10 connector wizard======================================================================Configuring the web server connector (Launched on the first run of the ColdFusion 10 start script)Running /etc/httpd/conf connector wizard...=======================================There was an error while running the connector wizardConnector installation was not successful=======================================Well, then i've activated the build in webserver, and i was aviable to access to the admin site. I created a new instance a tried to connect it manually to the apache webserver wit
Does anyone have a solution that combines jQuery File Upload with coldfusion - I am not very patient when it comes to jQuery and I am assuming a clever person has worked this out?! It is a great UI and if it it could work with CF and upload the image names to a database that would make me have sex wees!!!Thanks in advanceJan
Yesterday, I applied recommended hotfix APSB13-13. Today, I can't get into my CF Admin panel. I'm receiving a HTTP Error 500.0.I'm assuming this is an IIS issue related to a new DenyUrlSequence, but I can't find the solution anywhere. I've confirmed that, in my web.config file at the web root, I have an entry removing the DenyUrlSequence, which SHOULD allow the local machine to access the CFIDE/administrator folder.1) Can anyone help me pinpoint the problem OR2) Can anyone tell me how to roll back the hotfix, so I can start over?Thanks in advance for any help/guidance.
I am trying to display a list sorted by year, then title and then subtitle. if there are no subtitles, titles should appear by itself. if there are subtitles then they should appear under titles, all in alph order.Here is a pic of what i am trying to get: http://www.flickr.com/photos/irfanirfan/8740957103/Here is the code I have so far, any poniters would be helpful.<cfquery name="getYear" DATASOURCE="LibDB" DBTYPE="ODBC"> SELECT distinct Year FROM Everything WHERE deleteflag = 0 ORDER by Year DESC</cfquery> <cfoutput> <cfloop query="getYear"> <br><a onClick="Toggle('#getYear.Year#')" class="toggle" style="border-top: 0px;" onMouseOver="this.style.cursor='pointer';"> <b>#getYear.Year#</b></a><span id="toggle#getYear.Year#" style="display: true"><img src='images/max.gif' alt='Maximize' border=0></span><br> <div id="div#getYear.Year#" style="display: none;" class="toggle"> &n
I created a form with LiveCycle and I am able to populate the fields on the main page, but I am unable to populate the fields on the master page. I have a footer on the master page that has a few fields that I want to display data in. Is it possible to populate fields on a master page? If so, what is the heirarchy of subforms on the master page?
hi my mail code is below:<CFSET Path1 = "#APPLICATION.ROOTPATH#/index.cfm?fuseaction=customerReport&isemailPopUP=Y&fileName=#trim(txt_fileName)#"><cfmail to="" from="" subject="">Please note that the following file has been posted '#trim(txt_fileName)#'.Direct Link to File: <#Path1#></cfmail>Eg of the mail receivedsbody: body: Dear body: body: body: Please note that the following file has been posted '1 ColdFusion Coding Standards.docx'.body: body: body: : body: Direct Link to File: <http://website.com/sales/index.cfm?fuseaction=customerReport&isemailPopUP=Y&fileName=1 ColdFusion Coding Standards.docx>body: body: body: Now the problem is when the user clicks on the hyperlink to download the file ,special characters link _ (underscore) or some unicode characters are inserted in the file name be
Upgraded website from Cold fusion 8 to Cold fusion 10. Initially was working Fine. Suddenly a part stopped working with the following error.The getJoinsAsString package method in the C:\Apache\Tomcat\webapps\ROOT\Reactor\query\render\join.cfc component cannot be accessed from C:\Apache\Tomcat\webapps\ROOT\reactor\query\render\object.cfc. This method has package access and both the components are present in the same package. Yet the only way to fix this seems to be changing the access from package to public. Though the website still works with package access in Cold Fusion 8. Would like to know why does this error occur all by itself?Or has some configuration changed in Cold Fusion 10 for this error to occur?
Trying to make a variable go away after a certain amount of time. This is in application.cfm<cfapplication name="testtag" sessionmanagement="yes" sessiontimeout="#createtimespan(0,0,0,10)#"><cfparam name="session.test" default="a">This is in another template<cfif structkeyexists(session,'test')> there<cfelse> gone</cfif>Session.test lasts and lasts and want it to go away to make a timer but session.test is staying, getting reset, or something.What am I doing wrong?
I have a Problem with parsing dates. Why does #LSParseDateTime(Now())# produce an error while #LSIsDate(Now())# answers with 'YES' ? locale is German (Standard)My ColdFusion Code: Now() : #Now()# <br> LSIsDate(Now()): #LSIsDate(Now())# <br> LSParseDateTime(Now()): #LSParseDateTime(Now())# <br>Output: Now() : {ts '2013-05-15 12:56:27'} LSIsDate(Now()): YES LSParseDateTime(Now()): The web site you are accessing has experienced an unexpected error.Please contact the website administrator. {ts '2013-05-15 12:56:27'} is an invalid date or time string. The error occurred in E:\InetPub\wwwroot\tests\OP\emptime.cfm: line 7169 : Now() : #Now()# <br> 70 : LSIsDate(Now()): #LSIsDate(Now())# <br> 71 : LSParseDateTime(Now()): #LSParseDateTime(Now())# <br> 72 : How can this be and how to solve this problem???
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd8.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c5c.html
Hi I am getting this error.Error Executing Database Query.You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nearThis is my Code<cfoutput><cfset jobappid = '#appfirstname##form.applastname##DateFormat(Now(), "mmm-dd-yyyy")#'>#jobappid#<br><cfset appdate= '#DateFormat(Now(), "yyyy-mmm-dd")#'></cfoutput><cfquery username='#username#' password='#password#' datasource='#datasource#'> INSERT INTO jobapp(jobappid, appdate, applastname, appfirstname, appmiddlename, appphone, appstreet, appcity, appstate, appzip, fulltime, eighteen, appposition, previous, previousdate, available, experiences, crime, hsaddres, hssubjects, hsyears, hsgrad, hsdiploma, collegeaddres, collegesubjects, collegeyears, collegegrad, collegediploma, techaddres, techsubjects, techyears, techgrad , techdiploma, q1, q2, q3)
Hello, everyone.If I use AJaX to POST a string of JSON data without using a form, is it still inserted into the FORM scope, in ColdFusion?Thank you,^_^
Hi,Is there a way to find the location of Cold Fusion 9 patches?I found this URL: http://www.adobe.com/support/coldfusion/downloads_updates.html#cf9Also, is there a way of determining what patches are missing for the Cold Fusion 9 installation?Currently, have Version: 9,0,1,274733 and Adobe Driver Version: 4.0 (Build 0005) Does the Cold Fusion patches include any Java necessary updates?Java Version: 1.6.0_17 Thanks,Mike
It has been said that forms do not have a limitation in the number of fields included in the form. I have run into an annoying problem when the form reaches 50 or more fields as the form is being used to do a Role Call for individuals attending a meeting. The same code works just fine with smaller numbers of fields and it simply has checkboxes for the ones who are attending. It processes this into a 2012 SQL Server database. I have attempted to use cfform which did not make any difference in the results. I have code to send to anyone that wants to seriously look into this issue.
Where can I download a copy of cf8 dev edition?
I am getting this error when trying to get to the admin page.Error Occurred While Processing RequestFile not found: /CFIDE/administrator/index.cfmNothing has changed and this CF install has been running fine for over a year.The index.cfm is there and that path is correct so not sure why its getting this error.I'm running CF 9,0,1,274733 On ubuntu 10.04
Right now I'm going through setting up our new virtualized ColdFusion 10 Application/Web/Data server, and I noticed that during install, since I had 'Connect all IIS sites' selected, it created the handler mappings for each but also gave each a virtual directory for 'CFIDE' and 'Jakarta'.Best practice guides have said to restrict access to the 'adminapi', 'administrator', 'componentutils' and 'wizards' folders under the CFIDE directory, but is it safe to just remove these virtual directories (and leave the handler mappings) so that the sites can still process CF-related file types?The 1 site we have that is the default that localhost is bound to, I felt I would just leave those virtual directories there, since in order to get to that server's CF ACP, we'd have to goto: http://localhost/CFIDE/administrator/index.cfmI know that if a file in a site needs access to things like the CFScripts folder, CF will automatically assume the virtual directory is there and create <script> tags t
Hello,CF Version: 8I have fifty(50) records returned with the query below. I want to loop through thoserecords to see if the associated file actually exists on the server. If the file doesexist then display the file name in green text if it does not then display in red.My current code picks up that the first file does exist and sets the color to greenas well as all the rest of the document information. I know for a fact that some ofthe documents are missing, so some of the documents names should be displayingin red. The output is correctly displaying all the records, just not changing colorsrespectfully to the presence of the file.What am I doing wrong? Am I going about this all wrong? <cfloop query="rsDocuments"><cfoutput><div style="margin-bottom: 15px;">#disp_title#<br /><cfif FileExists(#FilePath#)><span style="color: ##093;">#doc_file#</span><cfelse><span style="color: ##F00;">#doc_file#</span></cfif></div&
I am struggling to find a full download of the latest ColdFusion 10 with the windows 8 update/support using my serial number
Hi,I am installing Colf Fusion 10 Enterprise Edition on a Windows 2003 Server.Below is the installation information:Installation Directories: Product: D:\ColdFusion10Server Information: Web Server: Internet Information Server (IIS) (All) ODBC Services: installed ColdFusion Solr Search Services: installed ColdFusion .NET Integration Services: installed Microsoft .NET version: v2.0.50727 .NET Java Port: 6085 .NET Client Port: 6086 Documentation: installed RDS: disabledDisk Space Information (for Installation Target): Required: 598,249,450 bytes Available: 17,875,804,160 bytesWhe the installation tries to bring up the CF admin:http://127.0.0.1/CFIDE/administrator/index.cfmThe page displayed is: Internet Explorer cannot display the webpageI checked the IIS Service Manager and there is no display of 0iisservice showing cfamin running. (When compared
Hello, everyone.Does anyone have any suggestions on a good way to convert LDAP data into an associative array with the key being the fieldname?For example: dn: CN=First Last, OU=Dept A, OU=Dept B, OU=Domain Users,DC=hq,DC=domainname,DC=comchangetype: editsn: Lastdescription: Dept CtelephoneNumber: xxx-xxx-xxxxgivenName: FirstempID: ab1234xmail: Last.First@domainname.comThere are several thousand similar to the above; some will have three lines of data, some as many as twelve, each individual separated by double line breaks (<br />). I need to make an array where "dn", "changetype", "sn", etc., are the keys with the text after the colon as the value.What is the best way to do this?Thank you,^_^
Having problem download ColdFusion_9_WWEJ_win.exe, it stopped at 411KB, need help!
I am using 3.8 on 9.01 but having issues setting colors and formatting.Thanks,Dave
I need to change the font for a <cfinput> statement where the user types in their Logon ID. I am able to change the font for everyting but not the actual field where the user types. Any suggestions or ideas would be greatly appreciated. Thanks!<!--- Use an HTML table for simple formatting ---><!--- Setup the table for Logon ID and Password ---><table border="4" width="200px"><tr><th colspan="2" bgcolor="silver">Please Log In now</th></tr><tr><th>User ID:</th><th><!--- Text field for "User Name" data ---><cfinputtype="text"name="UserLogin"size="60"value=""maxlength="60"required="yes"message="Please type in your User Name (usually your email address
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.