The official community for ColdFusion.
Recently active
Windows 2008 R2 server, using the IIS connector, new CF10 install with all updates applied. I am following the directions listed here-http://helpx.adobe.com/coldfusion/kb/enable-verbose-logging-coldfusion-10.htmlI made the change to set log_level = debug in the isapi_redirect.properties file and have restarted the server several times. However, now nothing is logged in the isapi_redirect.log since that change. The last log entry is the 'stopping' [info] message. I have tried settings the log_level value to trace, but that doesn't appear to work either. When I change the log_level value back to info and restart, logging resumes.We are attempting to troubleshoot what appears to be a connector issue, where some custom header fields are not available in ColdFusion (Bug #3340564).Any ideas? Does the debug level connector logging work for you all?
I'm working on building my own photo galllery now that CF has provided this nifty multi-file upload box. The problem is, I can't seem to get it to do what I want.My idea for the album is to upload everything to a working folder on my website, then have a script resize them (making thumbnails and main images) before moving them to where they'll actually go. But right now, I can't get anything to "upload". Upload is in quotes, because right now, this is all local to my PC. I'm running CF10/Apache2.2.22/MySQL 5.5.28/Ubuntu 12.10.Right now, here's what I have on my upload.cfm page:<cfset session.storage = replace(createUUID(), "-","_","all")><cffileupload width="640" extensionfilter="jpg,jpeg,png" url="photomanage.cfm?#urlEncodedFormat(session.urltoken)#" name="photos" />(The UUID stuff is from Ray Camden's tutorial).And here's what's in photomanage.cfm:<cffile action="uploadAll" destination="/var/www/manage/upload" nameconflict="makeunique">Knowin
Easy enough, I know, but the problem is that someone uninstalled the server without retrieving the license key; therefore we can't simply navigate to the administrator page(s) to retrieve it.Any ideas?I'm not familiar with how Coldfusion licenses work but can we simply re-install the Coldfusion 10 trial version and it will recognize that we did once have a key and allow it to run as a standard, non-developer, edition?Also, after retrieving the key, we need to move the key to another server as this one is being de-commission (reason it was originally uninstalled). How can we go about doing this?Thanks in advance to any help we can get for this!!
I specifically require Coldfusion 8 Developer Edition but cannot find the link anywhere. It appears as though links to it have been replaced with the Dev edition of CF10.I require this for two reasons:Firstly, it would be nice to be able to develop on my local PC rather than directly on the production site.Secondly, the CFIDE folder has gone missing and I have been told that copying the one installed from a Dev edition will fix it.Thank you.
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec18238-7fd0.html
I would like to use same form to insert and update a record to database.I use Dreamweaver to have a form.I tried many ways, it seems that I need have insert and update on the different form.In principle, I should be able to check record exists or not, if yes then update the record, if not then insert a new record.Can you please help and advise is it can be done using ColdFusion?If yes, can you please advise where I can get example for this?Your help and information is great appreciated,Regards,Iccsi
We have a website that, when browsed by Googlebot (or any test site that uses the Googlebot 2.1 http_user_agent ID) embedds a bunch of links in the response header (spam link for Cialis). What anyone else sees in the their browser is the regular website as the spam links are not inserted into the response header. The web server is IIS on Windows Server 2008 (with the latest patches) and CF is CF 9 Enterprise. I initially thought that it was an attack on IIS that corrupted the system, but there are several other websites on the same server that aren't affected. If something affected a core dll file or something like that, it seems like it would affect all sites. In looking at all of our .cfm files and files that they reference (e.g. .js) they are fine - the malicous content isn't in any of them. However, something has become corrupted that enables this content to be put in the http response header. I've heard of similar attacks ("Pharma hacks") on Wordpress and Joonla, but nothing in re
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d02.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSe9cbe5cf462523a0-7935b865123606fb32f-8000.html
In the CF10 release notes, here:http://helpx.adobe.com/coldfusion/release-note/coldfusion-10-release-notes.htmlOne of the 'known issues' is:3181617 - If second level caching is enabled in an ORM application, subsequent requests, after the application times out, may produce the following exception.We are now at a point in our application development where we need second level caching, and the relevant bugs on the bugbase have not been updated in some time. The only workaround I found was to down-grade ehcache, but I'd prefer an official resolution if possible.What is the status of this issue?
Hi,I've installed ColdFusion 10 on my development machine (Windows 7 64bit) and yesterday created a new server instance in CF10 using the "Enterprise Manager" in the ColdFusion Administrator. During the creation of this new instance, I didn't check the checkbox to create a Windows service.Now, I've changed my mind and would like to have a Windows service for this new instance, however I can't figure out how to do it.I expect you use the coldfusionsvc.exe for this, however I am not having any success with it. What parameters do I need to pass to this to make it work? The -h option gives the following, but I can't understand what I need to put for <jrun-server>:c:\ColdFusion10\nws\bin>coldfusionsvc.exe -hUsage: coldfusionsvc-install [-norestart] <jrun-server> [service-name [service-display [service-description]]] [-<jrun-option>...]or -remove service-nameor -start service-nameor -starttimeout <seconds> service-nameor -stop service-nameor -stoptimeou
I cannot find a working download link anywhere. All links on Adobe and Google lead me to a 404 error page on here. Please advise.
I searched on the forum to look for something that might answer this but didn't find much so here goes.So far so good, but I am not sure how to fix my problem here is the background. I have two queries (stored procedures) that I use to display output. For the sake of clarity I am going to stay away from SQL techniques like union joining or re-writing my base query. The 2 results have what I need, it's just a question of how I combine them in a way that works, because my results aren't working. All db connections and results return fine, so just assume that.Ok, so first I have a query that when dumped looks like the following, it's a count list total of items for certain people, each person has a unique ID associated with them: so a simple cfoutput query makes the result look like this:First query result (q1)ID Name Count1 
I installed CF10-64bit on Windows 2008 server (64 bit). When I opened the CF admin, it gave me an error - HTTP Error 500.0 - Internal Server Error. The page cannot be displayed because an internal server error has occurred. Module: IsapiModule, Handler: cfmHandler, Error Code: 0x800700c1. After searching for solution in the internet, I finally made it work after changing the DefaultAppPool which is used by the CFIDE in the advance settings, the "Enable 32-bit Applications" to False.Now, my problem is I have an ASP application which requires that the application pool advance settings must be set to True for "Enable 32-bit Applications". I created another application pool for this application. It woks fine. However, this ASP application calls some CF pages and I'm having a problem because the CF10 is set to use a different application pool with diferent setting for "Enable 32-bit Applications". In order for my application to work, it seems that I need
Let me start off by stating three things: I suck at regex,I've googled this and didn't come up with an answer, andI'm on ColdFusion 10I have a form with an autocomplete input that allows a user to enter street addresses (either in full like "123 Main St, Mayberry" or in part like "123 Main St" or "Main St" or "Main St, Mayberry". I need to tell if the user has provided a street number or not at the beginning of the value they enter into the input. I'm trying to test the input value with this code:<cfif ReFind("^([0-9]{1-5})",q)> <!--- address starts with a number ---><cfelse> <!--- address doesn't start with a number ---></cfelse>q is the input value being passed into my code from the autocomplete function.x should be either 0 (if the input value doesn't start with a number) or a positive integer (if the input value does start with a number).Basically, I just need to know if the input value starts
So this is my first time using CFSpreadSheet. I'm pulling a 3500 row Excel spreadsheet in as a query. I'm the looking at the email addresses as a Valuelist and querying a database table to pull in additional elements. Then I use a query of queries to match the data and write the rows to a new Excel file. Just outputting the results to HTML is very fast, but CFSpreadsheet seems like an incredible hog! I do have some logic associated at the row level, highlighting records of a certain status.Does everyone have this issue? Is there any way to speed it up?And, when I wasn't using QoQ to match the sets, just running a query for each individual row, it would get to 575 lines and crap out with the following error."String index out of range: -1 "Not very descriptive. It wasn't data related because I used different datasets, but it would always stop at that row count, on both my local instance on my desktop machine and on my dedicated test server as well.Now, since moving it to QofQ, reducing t
When will Coldfusion 10 be copmpatible with windows server 2012?
Hi,I get the following error message when I try to load the CF Admin Page.Error Occurred While Processing RequestThe 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 Request unexpected constant #2 56 Resources: Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option. Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 
I've done a bit of looking -- both on-line and in the XML configuration files for Tomcat -- and come up empty: how does one completely disable handling of REST requests in CF10?We aren't currently using it, and in a couple of recent security scans, it has come back as a potential information disclosure vulnerability because the server response includes server version information in the returned headers. I'd like to completely disable it until we actually need it. As best I can tell, HTTP requests for anything that begins with "/rest" are automatically handled as REST requests.In wading around in the various XML configuration files, the only reference I came across that appeared relevant was in ./WEB-INF/Axis2.xml; there's a parameter in there with the following comment down around line 95: <!-- Following parameter will completely disable REST handling in Axis2--> <parameter name="disableREST" locked="false">false</parameter>Toggling
We are running CF10 for an internal team application and we are currently migrating from Windows 2003 to Windows 2008. On one of our pages, if I browse to the page from a remote web client, I am presented with a 500 - Internal Server Error. However, if I browse to that same page from the localhost, the page partially renders and then I get an error about a missing custom template. I know how to fix that problem but I'm wondering what I need to do so that the remote clients can also see the more helpful "Cannot find CFML template for custom tag" error rather then the generic 500 - Internal Server Error. I tried removing all of the entries from the "IP Addresses for Debug Output" box but the behavior remained unchanged.Jason
Hello, everyone.I read (somewhere) that if CF is installed and run under a local account, then it cannot utilize CFDIRECTORY.So I followed the instructions to add an account to my Win7 system for CF9, gave it administrator status, switched CF to run under this account, and restarted CF9 Application Server.But CFDIRECTORY is still returning a blank object. The path is correct (although C:/CF9/wwwroot looks odd to my MS conditioned eyes).Any suggestions on how to get CFDIRECTORY to work?^_^
Hi, I have exhaused my research and ways of fixing this issue.I have a Windows Server 2008 (64-bit). I am able to install 64-bit CF10 on it and CF websites run just fine.On the same machine, I have a ASP website that must be in run in 32-bit and within this website there are some ColdFusion pages. So I have to install CF10 32 bit. So I uninstalled CF10 64bit.When installing CF10 32 bit, I always got error message:Cannot configure IIS connector. Enable the required option ASP.NET, ISAPI Extensions and ISAPI Filter in IIS under Windows Features and try again.I did lot of online research and found RELATED posts, but none of them worked for me. Basically, in my case I have the IIS following installedISAPI ExtensionsISAPI FilterASP.NETCGI but I alway got the above error message. Cannot think of other reasons.Any help is really appreciated!!! I have been working on this thing for the past three working days.Regards.
Where can I find an explanation of the errors returned by cfindex? I'm trying to index some Word documents (some .docx and some .doc), and getting many "badkey" errors about "Invalid document ID/key. (-25)" as well as "KV failed on filtering document: error = 12" and "Stream error (-140) - SKIPPING". I did some searching, and find a few discussions about problems with PDFs, but nothing helpful. It would be nice to know what the errors mean.I'm running CF 9.0.1
I have two ColdFusion 9 servers installed on two separate Windows 2008R2 with IIS 7.5. These two ColdFusion servers execute the same cmf pages located on a third server. With the two IIS servers, when I create a web site, the “physical path” is “ \\10.100.100.14\wwwroot” (network directory) instead of “C:\wwwroot” (local directory) and it runs like a charm.I’ve just received my new ColdFusion 10 enterprise license and I’ve installed it on a new Windows 2008R2 + IIS 7.5 server and I've added a web site as usual : physical path is “ \\10.100.100.14\wwwroot”. ColdFusion 10 refuses to load my cfm pages, it always returns a “File not found” error when these pages are located on my network directory (I have a “Jakarta” virtual directory installed at the root of the the web site) ???Coldfusion 10 runs perfectly the same web site if the cfm pages are located in a local directory (local to CF and IIS, on the same server) ?????
Hello,we've bought a "Standard License" of Coldfusion 10 (Upgrade license from Coldfusion 9).Now I want to "migrate" an existing Coldfusion 10 Developer version (has been installed as "test version" and degrated to "Developer", now) to our new license.I entered the license code in the "Coldfusion Adminstrator" webinterface but the "System information" list still shows that I have a "Developer" license. We also restarted the Coldfusion service after setting the license key --> No success. Still Developer edition.Do I have to reinstall Coldfusion to get it enabled as "Standard version"?If I have to reinstall: How to back up my settings?Thanks in advance
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.