The official community for ColdFusion.
Recently active
cf 10 installed on new iis 7 server when i add a value to the url it produces page cannot be displayed. It works fine with old cf 9 on different server.
Hi everyone,I have coldfusion code saved in a database record. When i run a query it shows me the content of the database records but it doesn't execute it .. is there any issue to execute the query result ? Thanks
Hi,I'm running CF10 on SLES11 (Linux) and am experiencing a problem when using Filenames with German umlaut characters (ä,ü,ü etc.) for the outputFile attribute. These filenames are mangled in the Linux filesystem, e.g. "Anästhesie" becomes "An?sthesie".Same thing happens when umlaut characters are used with "cffile action='write'" in the file attribute, so it is not an option to write the output of cfexecute into a variable and then write the content of that variable to a file using the cffile tag. I'm pretty sure this is a character set encoding problem, but don't know how to solve it. AFAIK, CF10 uses UTF-8 encoding by default, the filesystem uses ISO-8859-15. How can I make CF store the correct filename in the filesystem? The filenames are the result of a database query and should remain unchanged so the database reference isn't broken. I'd prefer not having to resort to converting the filenames to pure ASCII (e.g. ä -> ae)before passing them as outputFile attribute.Regards, Ric
Hello, to all.I am having a confusing situation occurring when I am working with two cffile processes. The second cffile(rename) negates the first cffile(upload) makeunique attribute. I will try to explain and then provide a copy of my code.The first cffile process uploads a file to a given folder and if the files does exists, adds a sequential number to the end to make it unique, which is what is expected. Right after this cffile(upload) process I capture the uploaded file name with #cffile.serverfile# and then perform a lcase(replace("#cffile.serverfile#"," ","_","ALL")) to replace spaces with underscores and convert characters to lower case. All is functioning as expected at is point in the process.I then insert the second cffile(rename) renaming the original uploaded file with the new lcase(replace) converted file and this is where the weirdness begins. On the first process of uploading a file, process completes as expected and the file in the folder is now the converted file
ReferenceError: Error #1069: Property CLICK not found on flash.events.MouseEvent and there is no default value. at play_stop_reset_fla::MainTimeline/resetgame_f2()[play_stop_reset_fla.MainTimeline::frame2:92]what should i do?import flash.events.Event;import flash.events.MouseEvent;stage.addEventListener(KeyboardEvent.KEY_UP, f2);function f2(e:KeyboardEvent):void{ if (e.keyCode == Keyboard.BACK) { NativeApplication.nativeApplication.exit(0); }}var object_speed:int = 6;stop_play.addEventListener(MouseEvent.CLICK,play_pouse_controler_f2);function play_pouse_controler_f2(evt:MouseEvent){ play_pouse_index *= -1;}stop_play.addEventListener(Event.ENTER_FRAME,play_pouse_f2);function play_pouse_f2(evt:Event){ if (play_pouse_index==-1) { stop_play.gotoAndStop(2); helicopter_enemy.removeEventListener(Event.ENTER_FRAME,move_helicopter_enemy); borjak.removeEventListener(Event.ENTER_FRAME,move_borjak); tank_mc.removeEventListener(Event.ENTER_FRAME,move_tank_mc); }
Are each of the 15 ColdFusion Enterprise licenses we own a 2-CPU Production Software License? (Covering 30 CPU’s regardless of cores), or a per CPU license?
I installed and reinstalled both the OS and ColdFusion10 several times. My default page (index.cfm in the root directory) is giving me a CF 404 Error Page with the message: The page you are trying to access could not be found. Please try again or notify the administrator. A view at the source code suggests it's a CF custom page, and not an IIS page.I have the jakarta virtual directory, as well as the CFIDE virtual directory. In fact, the Coldfusion Administrator comes up without a hitch. All the updates for both CF10 and the OS have been installed. I've uninstalled and reinstalled the site using the web connection tool more times than I can count and I've even copied content manually into the files in the config/[magic number] folder. I've also loosened the security settings on the config folder to allow IIS_IUSRS access. Still no dice. I've enabled the ApplicationPool my default web site is using to run 32 bit applications. N
Is it possible to set up a 2013 server running IIS and cold fusion 9 to do "Forms Authentication" and set the cgi variables, primary all we just need is the cgi.AUTH_USER , we can not use web auth to do this for this project , the users we are authenticating are not on out network but only exists in a sql database and a juniper ras server, second thought is there a way to set the cgi variable. just to explain further we have two servers one server is internal to our network which we do use WEB Auth. the other server is for some users outside of our company so beeing that they have no ntlogin we cant validate them.to get the users in we have to turn on web auth on the box and add a local user to the box, the problem is if this box goes down we lose the users , we want to have the users off this box, we cant add the users to Active directory because it is a security risk. Thanks in advance for any advice or solution,Brad B
I have been trying to edit existing ColdFusion files now that I am signed up to Creative Cloud. Dreamweaver CC has had all ColdFusion support removed. Even opening a ColdFusion file is annoying. I can only open it by right clicking in Finder. Checking "always open with" does not work.The solutions on the DreamWeaver team blog were to install ColdFusion Builder, not included in Creative Cloud, or to install Dreamweaver CS6, no longer an option in Creative Cloud.I assume that this is the end of ColdFusion as far as Adobe is concerned. Mind you I assume they also think that ASP and ASP.Net are no longer valid as they are no longer supported either.
When I send a text formatted email using CFMail, Coldfusion 10, I am seeing an extra blank space at the beginning of the message body. When I capture the .cfmail file from my spool directory, it looks like this in part:bcc: dale@realgo.comreplyto: dale@realgo.comsubject: 2 listingsX-Mailer: ColdFusion 10 Application ServerList-Unsubscribe: <http://overlord.dev.realgo.com/go/B3ANTR4IHSUB>X-Receiver: dale@realgo.com,dale@realgo.comMIME-Version: 1.0Content-Transfer-Encoding: 7bitbody: $Prospective Buyer,body: body: RealGo, Inc.body: body: body: For a detailed view of these listings including all photos, visit this link body: body: Residential-Detached Listingsbody: body: SRC MLS # PRICE $ BD BA SQFT LOCALE
Hello,we have the following configuration:S.O. : Red Hat Enterprise Linux Server release 6.5Apache : 2.2.15Coldfusion 10 Standard update 12SElinux disableIptables disableConfiguring / etc / httpd / conf / mod_jk.conf# Load mod_jk moduleJk_module LoadModule " / opt/coldfusion10/config/wsconfig/1/mod_jk.so "# Where to find workers.propertiesJkWorkersFile " / opt/coldfusion10/config/wsconfig/1/workers.properties "JkMountFile " / opt/coldfusion10/config/wsconfig/1/uriworkermap.properties "# Where to put jk logsJkLogFile " / opt/coldfusion10/config/wsconfig/1/mod_jk.log "# Where to put jk shared memoryJkShmFile " / opt/coldfusion10/config/wsconfig/1/jk_shm "# Set the jk log level [debug / error / info]JkLogLevel info# Select the timestamp log formatJkLogStampFormat " [ % a% b % d% H:% M: % S % Y ]"AddHandler jakarta- servlet. Cfm . Cfml . Cfc . Cfr. CfswfIn the log / opt/coldfusion10/config/wsconfig/1/mod_jk.log observe the following errors:[ Tue Dec 03 10:29:53 2013] [ 3754:140076806252512
ProblemEven though a task fires on it's shceduled runtime, the pertinent HTTP access log for the target URL show that the actual HTTP request is not until roughly 10-15 minutes later (consistantly.) DetailsThe issue is occuring with all tasks. I have no "misfire" logic setupIt is consistant and has eben happening since inception. ConclusionAny help would be greatly appreciated. Also if anyone needs anymore information please let me know.
We have ColdFusion 10 installed on Windows Server 2008 with IIS 7.5.We are running one additional instance of Coldfusion seperate from the cfusion instance but on the same physical server. Our scheduled tasks, on this instance, had been running without any problems for quite some time now. Suddenly about 3 weeks ago after a server reboot our tasks stopped running. We have tried everything including writing the output to a log file. The only thing that gets written to this log file is "Connection Failed".Driling down into some of the other CF logs we are seeing that the job is getting triggered and then the job starts but it never gets completed.Nov 6, 2013 16:01:00 PM Information [DefaultQuartzScheduler_Worker-6] - Task DEFAULT.sampleTask triggered.Nov 6, 2013 16:01:00 PM Information [DefaultQuartzScheduler_Worker-6] - Starting HTTP request {URL='https://ru.ryerson.ca:443/ryecast/myTask.cfm', method='get'}The weird thing is that if we create the same task in the instance manager (cfusi
I have moved my code to my new coldfusion 10 server (From coldfusion 9) and now CFPDF does not seem to work properly. I am inserting a png file with a transparent background and now that backround is rendered as solid black on the pdf. I have opacity set to 10 as this is a foreground logo.The really strage thing is that NOTHING changed in the codebeen researching all day and cant find anything on thisthis is a real work stopper here,
Some of our coldfusion sites are being redirected to a mulberry site when someone does a google search. Is there a way to prevent this? How are they doing it in the first place? It look like this code is being inserted into the index.cfm:[ code removed - do NOT post the contents of hacked sites on this forum!! ]
I am trying to display a link when the current date falls between two dates. I have setup the startdate and the enddate.When the current date falls between the startdate an the enddate, the link will apear. Both startdate and enddate have already been formatted earlier as mm/dd/yyyyy. I tried using the following script, to no avail. What am I doing wrong? <cfif startDate GTE #dateformat(now(), 'MM/DD/YYYY')# AND enddate LTE #dateformat(now(), 'MM/DD/YYYY')#>
this code is worked fine with onchange event. Instead of onchange, i want to have the link below(<a id="myLink" href="##" onclick="whatsUp();">link text</a>) and work the same as onchange, meaning when i click on the link text , i need to get the url.t_item?<script type="text/javascript">function whatsUp() {document.medform.t_item.value)}function show() {alert(document.medform.t_item.value)}</script><cfif isDefined("form.t_item")><cfdump var="#form#"><br /></cfif> <cfform name="medform" action="#cgi.SCRIPT_NAME#">Item name: <cfinput autosuggest="cfc:cfc.gg.lookupArt({cfautosuggestvalue})" type="text" name="t_item" size="50" typeahead="yes" onChange="whatsUp()"><a id="myLink" href="##" onclick="whatsUp();">link text</a></cfform>
We recently upgraded from CF8 to CF10. Our apps that connect to LDAP to do lookups will intermittently give us errors. Most of the time they work but will occasionally throw this error:One or more of the required attributes may be missing or incorrect or you do not have permissions to execute this operation on the server. An error has occurred while trying to execute query :simple bind failed: ldap.ucdavis.edu:636.I can find no pattern as to what will trigger the error.Any ideas where to start?
The Coldfusion Login Wizard implemented on my Login page(Displayed in earlier Discussions) now displays a Coldlfusion page requesting Username and Password input to access my Local/Network site. When I input what I think is the correct username and password I get an error message stating "Your login information is not valid. Please try again". My question is where is this particular Username and Password retrieved from? Is it retrieved from the Datasource Creation page in the ColdFusion Adminstrator where I created my Datasource or from the my Coldlfusion Login page on Line 5 (Pictured in earlier discussions) where the following is stated:<cfquery name="MM_rsUser" datasource="CF_EAAMembers" username="jcianci" password="delta787"> Inputing the username and password delineated in Line five rewards me with the error message above as does the inputing of the Username and Passord recorded on the Datasource Creation page. I did notice that when my Datasour
Hello everyone,I'm not skilled at Java at all so I could really use your help. I'm trying to read the duration and bit rate from an mp3 file. I'm using a java library called "mp3spi" from http://www.javazoom.net/mp3spi/documents.html.So var I've been able to determine that these objects exist:<cfset AudioFormat = createObject("java", "org.tritonus.share.sampled.TAudioFormat")> <cfset AudioFileFormat = createObject("java", "org.tritonus.share.sampled.file.TAudioFileFormat")> <cfset AudioFileReader = createObject("java", "javax.sound.sampled.spi.AudioFileReader")>I'm having trouble with the following code and converting it
I am using a insert statement.The insert statement picks a variablefrom the form and inserts it into the databaseI have no loops in the page the code is :<cfif isdefined("Form.Category")><cfquery name="InsertCat" datasource="ShoppingCart">Insert Into ShoppingMstCategory(Category)Values('#Form.Category#')</cfquery></cfif>The insert runs twice on its own.Though if I use Query analyser to insert the statement only inserts once.am I missing something. I am using CF10.Here's the whole page. <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>cat update</title></head><body><cfif isdefined("Form.Category")><cfquery name="InsertCat" datasource="ShoppingCart">Insert Into ShoppingMstCategory(Category)Values('#Form.Category#')</cfquery><cfelse><cfif isdefined("Form.CategoryEdit")><cfquery datasource="Shoppingcart">UPDATE ShoppingMstCategorySET[Category] = '#
I am having a problem with a new computer running Windows 7 Professional and Outlook 2007 where all .pdf attachments are not going through as attachments but as garbage within the body of the email. The .pdf are being generated by my practice managment software. When I open the messages back up in Outlook from sent mail - they look okay, but obviously the recipient is not getting them that way. Is this a .pdf setting problem? Outlook problem? Server problem?
I'm trying to track down why our servers become unresponsive over time. After about 3-5 hours CF will start to queue requests and the only thing I can do is restart the services. I'm not seeing any hints in all of our hardware monitoring that it is a hardware related issue. Our database servers are fine, the load on the systems are fine but after about 3-5 hours, they'll just start queuing and are unable to recover on their own without a restart. The only hint I've been able to gather is there will be a large number of locked threads.
I'm creating a simple Login page in Dreamweaver but I am having trouble creating the Datasource in the Datasource Administrator. I am using a Miscroft Access Database. When I access the Adminstrator and go to Data Services/Datasources and select the Microsoft Access database driver type I am prompted to input a "path" to the Database File and a "path" to the System Database File. I understand what is required for the path to the database file but do not know what is required for the System Database path. I tried inserting the same path as the database file and also tried inserting the path to the MS Access EXE file as the path to the System database file but when I submit the Datasource for updating I get 2 error messages. The first states that the "NT registry" could not be updated and the second states that the variable "DRIVERPATH" is not defined. Any help would be appreciated. Without a good connection to that datasource I cannot complete the con
I've been having a very strange problem with Internet Explorer (mostly) and ColdFusion 10.I'm using CFID and CFTOKEN to track user sessions. Occasionally - primarily in IE - something goes wrong and I keep getting a new CFID/CFTOKEN every time I refresh any page. This means that logins fail because the session created and returned is a new one that has no user logged in. The only way to fix this is to clear the browser cookies for that domain and then it works for a while before this starts to happen again.I've googled all over the place and tried numerous session fixation fixes to no avail. I've even tried to create a page that simply dumps all the cookies and invalidates the session but this doesn't help either.This is a new server that I want to begin using for all new client sites, but until this is resolved I can't do so.Any help would be greatly appreciated!Brian Loewen
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.