The official community for ColdFusion.
Recently active
Hello, all,This is my first time trying anything with SSI.I have Apache 2.2.27 running on Windows (C:\apache), and I have been following a few blogs/posts on how to configure Apache to use server-side includes. I believe that I have everything as it should be.In C:\apache\conf\httpd.conf:I uncommented "LoadModule include_module modules/mod_include.so"...ServerName 127.0.0.1:80DocumentRoot "C:\ColdFusion10\cfusion\wwwroot"In my DIRECTORY, I changed the following:Options FollowSymLinks to:Options FollowSymLinks OptionsIn my DIRECTORY "C:\ColdFusion10\cfusion\wwwroot", I changed the following:Options Indexes FollowSymLinksto:Options Indexes FollowSymLinks IncludesI added the following to an IfModule tag:AddType text/html .shtmlAddOutputFilter INCLUDES .shtmlThen, I create a .shtml file called "menu.shtml", place a few lines just for testing, and include it in another file "csstest.html":<!--#include file="menu.shtml" -->.. and it does not work. At all.What am I missing?V
I installed CF 2016 last night and will randomly start getting "java.lang.NullPointerException" on every page. Also, I'm getting CF errors on pages when I don't include the "www." in the URL. For instance, if you go tohttp://wrestlinginc.com/temp/test2.cfmYou will get an error, details are below. It's the exact same file as if you add the "www.", which comes up fine:http://www.wrestlinginc.com/temp/test2.cfmHere is the error from the error log:"Error","ajp-nio-8016-exec-4","03/18/16","14:45:49","www_wrestlinginc_prod","'' The specific sequence of files included or processed is: XXXXXXXXXXXXXXXXXX\test2.cfm'' "java.lang.NullPointerExceptionAny help would be greatly appreciated. I'm getting close to going back to CF10
We're running CF 9, and IE11 on Win 7. On one PC, and one only, I get the Debugging Window popup. I can close it and work normally, but it is annoying. (It seems to be complaining about how long a page takes to open.) How do I stop this action?The PC in question had sat idle in a closet for six months, and worked OK before this.The issue doesn't happen in Chrome. It does happen in Firefox.I have done the following:Cleared the cacheOpened Tools>Internet Options>Advanced, made sure that 'Disable Script Debugging' was checked in both IE and Other.I uninstalled IE and reinstalled it, same issue.Ideas? Suggestions?Thank you for your help.Scott
I know its possible to install multiple versions of CF on the same server.However, is it possible to have multiple versions using IIS instead of the built-in CF web server? If so, how do I set this up?Thanks in advance!
Hey everyone,I built a site for a company, all modern stuff. The website has a section that is hooked to a ColdFusion site(?) Unfortunately the portal is so old that it need to be set into compatibility mode in order to function. However, when you set the site to compatibility mode the site doesn't render (I am assuming because it uses more modern html5 code and it doesnt know what to do with it)So the question is, is it possible update old .cfm files in order to function on the modern web (easily, this is the first time i ever heard of coldfusion)? Also, it is running on ColdFusion MX 7...and I really dont think they are willing to upgrade.If anyone is interested this is the old portal.And thank you so much in advance
OS: Win7 ProVersion: HomeSite 5.5+.I wanted to maintain the keyboard shortcuts of Version 4 in 5.5.In 5.5 when I set the Keyboard Shortcut for <font="-1"></font> to "CONTROL+SHIFT+-" (minus) this works only for the actual session. When I restart HM, this shortcut no longer functions; nothing happens.[ Just for info: The Keyboard Shortcut I made for <font="+1"></font> is "CONTROL+SHIFT++" (plus), which keeps on working. ]Any suggestions?
I have some simple code to display a video mp4 file using the html5 video tag. The code works on the production server, but not on the development servers. on those, it just shows a blank video area. The only difference that I can see is that the development (CF10) server uses Apache as a web server while the productions server uses IIS. It there something special for Apache to show the video using the video tag?
We are migrating our site from CF9 to CF10. I have an old upload page and it kept giving errors, but it was uploading the document. If I use upload.CFM I get a 404 error, if I use upload.cfm it works fine.Is CF10 case sensitive?
Hello,My name is Harshal Jain working for Edwards UK. Earlier we were using CF9 (Coldfusion server version 9) and now we have migrated to CF11 (Coldfusion version 11) . The problem is excel download code which was working fine on CF9 is working partially on CF11 and it blocks the contents of the excel file downloaded - due to security concerns - it treats the source from which the excel is downloaded as - not trusted.For eg below is the sample code<cfprocessingdirective pageEncoding="utf-8" /><cfsetting enablecfoutputonly="Yes"><cfcontent type="application/msexcel;charset=utf-16"><cfheader name="Content-Disposition" value="attachment; filename=TEST_Excel.xls"><cfoutput><table border="1"> <tr> <th nowrap>Name</th> </tr> <tr> <td nowrap>Mark Waugh</td> </tr></table></cfoutput>When the above code is executed on CF9 then - and when this code is executed
Hi. I am trying to set up a vacation schedule in ColdFusion. I'm just wondering how to do this. Where do I start? I will need it to accrue so many hours each day and then subtract the hours the employee uses. When the employee logs in each day, they'll be able to see how many hours they have accrued. Can someone show me how to get this started? Thanks.Andy
Hi. I'm losing session cookies in Safari and can't figure out why. ColdFusion 10. It's not happening on every browser. I am capturing the cookies and user agent when this happens. The strange thing is, one of the user agents matches my iPad 3 exactly, but it works fine on my iPad. All cookies are written and maintain their values correctly, except CFID and CFTOKEN, which change on every click. I've tried changing my Safari settings to Do Not Track, and Allow Cookies only on sites I visit. It still works fine.Any clues? Can I try setting the cookies manually in Application.cfc? What is the best way to code this?Thanks in advance,Bud
On August 16, 2016, my company, a large aerospace firm, send an email to all of its ColdFusion developers containing the following statement "Support for ColdFusion from the vendor and within the enterprise will end in 2021." Is Adobe finally going to abandon ColdFusion?
HiI have a cfm file that pulls live data from a mssql database. Recently on a windows 10 computer it stopped pulling data. It creates the spread sheet, but no data is in it. The only thing I can see that is changed is that CF was updated from version 10 to 11. The above .cfm file still works on a computer with CF 10 on it. No changes have been made to the file.I'm still learning CF (I had this created for me by an experienced programmer) and so I'm not sure where to look to fix it.Thanks for any help.Will
I have previously succeeded in installing CF2016 on a Win10 Apache24 setup but had to refresh Win10 after a disk failure & replacement. Now when I go through the CF install process I get a message that there were errors, a number of which show up in the coldfusion-error.log. My Apache server still runs .html files but the browser hangs on .cfm and produces a message "The connection was reset". The coldfusion-error.log shows a number of entries as follows:Jul 17, 2016 9:08:46 PM org.apache.coyote.ajp.AjpMessage processHeaderSEVERE: Invalid message received with signature 18245Followed later by multiple entries:Jul 17, 2016 10:24:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaksSEVERE: The web application [ROOT] created a ThreadLocal with key of type [coldfusion.runtime.Cast$1] (value [coldfusion.runtime.Cast$1@27902ba2]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopp
Hello,I installed CF 11 on many servers and all of them are OK except one where every time I try to change any config - like adding mapping or extensions - I get kicked off and when I look at the log I see this error"Information","ajp-bio-8014-exec-18","08/16/16","07:42:21",,"Session rotated successfully.""Warning","ajp-bio-8014-exec-18","08/16/16","07:43:10","CFADMIN","There was an error while verifying the token. Either the session timed out or un-authenticated access is suspected."I deleted all cookies from my chrome browser and even installed FF but still the same errorWe have 14 enterprise lic, can we get help resolving this issue ?ThanksIsmail
I have completed the installation of both CF10 and CF11 on the same server (Win2008R2/IIS 7.5). When I log into the administrator for either CF10 or CF11, I am presented with a duplicate navbar on the left (see below). When I select an item on the navbar, it is properly displayed, and this effect doesn't reoccur. Any ideas as to addressing this issue, or is it even an issue?
Does anyone have the official link to download the CF2016 Server Manager air application?The one I have found on the website (http://download.macromedia.com/pub/coldfusion/updates/12/servermanager/ServerManager.air ) downloads the ColdFusion 11 version (unsigned I might add).Thanks.
My code works fine if I don't include the onUploadComplete event handler. But when I include it, the ccfileupload doesn't display! Here is what my code looks like:<cffileupload addbuttonlabel= "Select Files" align="center" clearbuttonlabel = "Clear" deletebuttonlabel = "Delete" extensionfilter = "mp4" height= "500" hideUploadButton = "false" maxfileselect = "250" maxuploadsize = "20000000" name = "File_name" onuploadcomplete = "finalize();" progressbar = "true" stoponerror = "true" title = "Select files to upload" uploadbuttonlabel = "Upload" url="upload_video.cfm" width = "1000" />The finalize function looks like:<script>function finalize() { alert('Job completed');}</script>Anyone have any idea why this fails when onuploadcomplete is specified?Dave
I noticed the Support Matrix for ColdFusion 11 lists Microsoft SQL Server 2008 R2, 2012 and 2014.However, the Support Matrix for ColdFusion 2016 only lists Microsoft SQL Server 2012 and 2014.Does anyone know if support for Microsoft SQL Server 2008 R2 was really dropped in ColdFusion 2016, or if it simply was not tested by Adobe?I'd like to set up a new web server with ColdFusion 2016 installed that communicates with an existing DB server running Microsoft SQL Server 2008 R2.Thank you.
Hi,This URL says CF2016 update 2 is available:https://helpx.adobe.com/coldfusion/kb/coldfusion-2016-update-2.htmlMy CF2016 has update 1 applied:Server Product ColdFusion 2016Version 2016.0.01.298513Tomcat Version 8.0.32.0Edition Standard Update Level C:/ColdFusion2016/cfusion/lib/updates/chf20160001.jar Adobe Driver Version 5.1.1 (Build 0001) JVM DetailsJava Version 1.8.0_72 CFadmin > Server Update > Updates > Check for Updatesresponds:Not able to connect to Update Site: Connection Failure: Status code unavailableColdFusion-out.log reports:Aug 16, 2016 11:48:18 AM Information [http-nio-8501-exec-8] - Starting HTTP request {URL='https://www.adobe.com/go/coldfusion-updates', method='get'}Aug 16, 2016 11:48:18 AM Error [http-nio-8501-exec-8] - Not able to connect to Update Site: Connection Failure: Status code unavailableDownload and install manually. Does anyone know the URL to manually download update 2 for CF2016? EG to manually download CF11 update 2 f
I have a need to upload video clips from football games to our website. These clips vary from 5mb to 200mb and there can be up to 220 per game (though usually about 160). The total size of all files is about 18gb.I am using the htmp input type=file multiple option to get the file names and cffile uploadall to bring the files up to the server. I actually have my code working but if I give it more than about 30 of these clips, it chokes and dies. These files are being uploaded by officiating crew evaluators who are not technical in any way. And because of the file size, it can take several hours to upload. What I am trying to do is have our website actually initiate the uploads rather than have them do it. So I need to upload all files in the same transaction and just let it run as long as it needs to.So apparently around 30 of these files or so, I must be hitting a wall. Does anyone know what this wall is and how I might go about avoiding
I'm installing a developer profile of ColdFusion 2016 to Mac (Version 10.11.6) and I'm having an issue with completing the installation because I can't run the web server. Per the instructions, I went into my applications directory, ColdFusion2016/cfusion/bin to start the server but I don't know where to type the required "./coldfusion start" to start the server. Please help. Thanks.
I have the following page (below) that has worked fine for years, but since yesterday it is erroring out:- I have uninstalled any Windows Server 2008 updates, no change.- I'm running ColdFusion 9,0,1,274733 Standard- I'm open to other ideas to grab the xml attachment from an email (Exchange server) and save it to a folder on the server?Here is the error:500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.The web site you are accessing has experienced an unexpected error.Please contact the website administrator. The following information is meant for the website developer for debugging purposes.Error Occurred While Processing RequestAn exception occurred when setting up mail server parameters.This exception was caused by: javax.mail.MessagingException: Connect failed; nested exception is: java.net.ConnectException: Connection refused: connect.Here is my page code:----------------------------<!--- Call cfpop to get any
I just set up ColdFusion 11 and I am able to access the ColdFusion 11 Administrator so I know ColdFusion is running. But when I try to load a web site, I get a page not found error. I notice in the debugging info that the CF_TEMPLATE_PATH is incorrect.It should be like this:C:\jboss-7.1.1.Final\standalone\deployments\cfusion.war\finance02\default.cfmBut it's like this:C:\jboss-7.1.1.Final\standalone\tmp\vfs\deployment18dde21d379c002f\cfusion.war-1b3fef0916449a43\finance02\default.cfmThe URL accessed is:http://localhost:8080/cfusion/finance02/default.cfmWhat could cause the path to be incorrect and how can I fix it?
I added an additional site to my CF9 server. The main site works perfectly. The new site partially works.I created a test page, index.cfm, that displays today's date.If I visit mysite.cfm it displays the date.If I visit mysite.cfm/index.cfm I get a 404 error.Is there something I need to change in IIS?Please keep in mind I am not a server person or a programmer, just someone who gets to play with their departments site.Thank you
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.