The official community for ColdFusion.
Nyligen aktiv
Bonjour,Nous sommes à la recherche d’un prestataire pour la migration d’applications Web de recueil de données et l’exploitation des bases de données.Une personne saurait-elle nous orienter pour trouver ce prestataire s'il vous plait, sachant que les applications ont été développées en CFML et destinées au moteur open source Lucee?Notre organisation, l’URSIEA (Union Régionale des structures d’insertion par l’économique d’Alsace), située à Strasbourg, doit en effet changer de prestataire pour l'hébergement des applications web qui ont été développées spécifiquement pour ses besoins par son prestataire actuel et pour la phase d’exploitation des données.Le prestataire devra tout d’abord installer l’application développée par le prestataire précédent dans son environnement de production. Le produit fini livré sera une application web développée en CFML et destinée au moteur open source Lucee (disponible à http://www.lucee.org ). Cette application sera construite sur la base des technologie
I am attempting to upload a photo and I keep getting errors. <cfform method="post" action= "test2.cfm" name="uploadForm" enctype="multipart/form-data"> <cffile action = "upload" fileField = "FileContents" destination = "D:\home\manpcs.com\wwwroot\Realtor\images\" accept="image/*" nameConflict = "overwrite"> <br> <input name="submit" type="submit" value="Upload File" > </cfform>ResultInvalid content type: ''.The files upload action requires forms to use enctype="multipart/form-data". The error occurred in D:/home/manpcs.com/wwwroot/Realtor/test.cfm: line 108 : destination = "images\" 9 :  
Hi,I am trying to write a query with the results going to a report builder report. One student can have up to 3 records. Each record contains a code and a boolean field or a date field. If these records are present I want to show the results on one line in the report.Input:A HI 1A PD 0A JP dateB PD 1C HI 1C JP DATEOutput desired (each in it's own field):A 1 0 dateB '' 1 ''C 1 '' date
Hi All,I'm generating a report with Oracle Queries in CFQUERIES and using CFOUTPUT and Fusioncharts, preparing a report which will generate minimum of 10 pages to maximum of 600 pages.At some times, I get an error "Null Pointer Exception" in the middle of execution.Any tips on how to avoid this error?Is there a better way or to speed up the performance when it generated more than 500 pages?Thanks in advance!
I have just purchased ColdFusion 11 Standard Full license (not Upgrade license).The Order email from Adobe contains two different serial numbers, why?Does that mean that with a single purchase of ColdFusion 11 that I can legally install, license and run on two different servers? Or is there some other explanation for having two serial numbers?
Hi Team,Could you please advise the procedure for upgrading Coldfusion Standard version 9 to 11.
<cfset pcsDate= #CreateDate(form.Cyear, form.Cmonth, form.Cday)#> <cfquery datasource="pcs" username="manpcs" password="Charle54!">INSERT INTO client(First_Name, Last_Name, Phone, Email, Rank, CSFirst_Name, CSLast_Name, CSPhone, CSEmail, CSRank, Address, City, State, Postal, CDuty_Station, FDuty_Station, PCSDate, Children, Owner) VALUES(#form.CFirst_name#,#form.CLast_name#,#form.CMobil#,#form.CEmail#,#form.CRank#,#form.CSFirst_Name#,#form.CSLast_Name#,#form.CSMobil#,#form.CSEmail#,#form.CSRank#,#form.CAddress#,#form.CCity#,#form.CState#,#form.CPostal#,#form.CDuty_Station#,#form.CFuture_Duty_Station#,#DateFormat(PCSDate, "mmmm d, yyyy")#,#form.CChildren#,#form.COwner#) </cfquery>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 near '3, 2017, 3, 2)' at line 39 The error occurred in D:/home/manpcs.com/wwwroot/Clients/insert_action.cfm: line 4644
We currently have an application developed for Tomcat using some JS (prototype, jquery) and some frameworks like Spring, hibernate, jxl, jfreechart, struts) and the customer is now saying we need to move this to a CF10 server. I am trying to determine how much rework will be needed. Thank you for any advice you can give.
Hi All,I am using Oracle connected to Coldfusion 10,0,15,292620 and suddenly I got JDBC Oracle error saying "No more data available to read".I am using Fusion Reactor and suddenly the query is taking 6844 ms from normal time about 160ms. Try for the second time and it is fine. So I am just wondering is this Coldfusion Oracle JDBC bug.ThanksJoseph.The error detail:java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.[Macromedia][Oracle JDBC Driver]No more data available to read.The query statement:UPDATE sectors_slots SET xdoc_ids = <cfqueryparam cfsqltype="cf_sql_clob" value="#local.xDocIDs#" />, latest_version = <cfqueryparam cfsqltype="cf_sql_blob" value="#local.binaryJSON#" />, version_date = <cfqueryparam cfsqltype="cf_sql_timestamp" value="#local.dateNow#" />WHERE sector_id = <cfqueryparam cfsqltype="cf_sql_in
I'm brand new to CF. I've installed CF 11 Developer & attached to IIS. I'm on a windows 7 machine. Every time I have to restart my machine for whatever reason, the CF Administrator wont work, nor will any CFM page work. I have to completely uninstall CF11 & then reinstall it in order for it to work again. Any ideas or suggestions as to what might be causing this behavior? Below is the error message I receive when I try to hit CF Administrator:HTTP Status 500 - ROOT CAUSE:type Exception reportmessage ROOT CAUSE:description The server encountered an internal error that prevented it from fulfilling this request.exceptionjavax.servlet.ServletException: ROOT CAUSE: coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Monitoring service is not available. at coldfusion.server.ServiceFactory.getMonitoringService(ServiceFactory.java:223) at coldfusion.CfmServlet.service(CfmServlet.java:199) at coldfusion.bootstrap.BootstrapServlet.servic
Any suggestions on how to remediate blind sql injection vulnerability? The page in particular has no SQL at all but the finding saysUsing the GET HTTP method, Nessus found that : The following resources may be vulnerable to blind SQL injection (time based) :"The page parameter of the store.cfm CGI"store.cfm?country=0&dodaac=N&page=case_lot_dates';SELECT%20pg_sleep(3);--When I execute the code above, nothing happens but displaying of the site error page. I don't think that I can explain it away as a "false positive". These URL values (country, dodaac, page) are not user input. The values are static. I didn't know whether to try and use urlencodedformat method to eliminate it. We are using CF9 in production but going to CF11 which is in dev and test. Any suggestions are greatly appreciated. Thanks.
Hi everyone,I am very very new to ColdFusion. Currently I am using another text editor that I have been using for everything else and also works beautifully for ColdFusion Development, except it lacks the connected database fields auto completion. During my training I saw the trainer auto completing the database fields when making a query. The instructor was using ColdFusion Builder 2. I downloaded ColdFusion Builder 3, did a test query and my database is connected, but no auto completing of the database fields. Any ideas why?Thank you in advance.
[Macromedia][SQLServer JDBC Driver][SQLServer]Could not find prepared statement with handle 1.I'm getting this error message in what appear to be random ways. The first time I look at a page I might not get it, but the second time I might. I discovered that removing a cfqueryparam tag worked, but that is not really a safe solution. I checked that the cf_sql_type matched the database field, and in one case changed a cf_sql_varchar to a cf_sql_char so it would match a SQL Server nchar(10) field. But still these errors. Any ideas? I've not had any luck Googling this.I should add that I'm running Coldfusion 9 as a Tomcat webapp on a Linux server. The database is SQL Server 2005, I think.
We have a remote ColdFusion 11 server, and I'm trying to set up ColdFusion Builder 3 on a Windows 7 machine. I have this RDS connection working in HomeSite with an IDENTICAL configuration, but I get a "peer not authenticated" error in ColdFusion Builder on the same machine connecting to the same server with HomeSite successfully.I've seen references to AdminServerComponents_WWEJ.zip and have downloaded that and installed the files in ColdFusion11, but when I run "adminstart" I get:'jrun' is not recognized as an internal or external command, operable program or batch file.There is no "jrun.exe" on this server. So can I assume that this file and procedure are not required for ColdFusion 11?I don't find any answers anywhere on how to get this working with ColdFusion 11...Thanks for any assistance anyone can offer. -bg
trying to put our CF11/update5 runing redhat 6.6 using apache 2.2.6and we keep getting snapshots dumps every 2 hours or so.thank youAngel Madera
Hi All,We have received the following error while running Nessus scan on our application [http]. " String index out of range: -1, java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1937) at coldfusion.runtime.CFPage.removeQuotes(CFPage.java:5542) at coldfusion.runtime.CFPage.GetHTTPRequestData(CFPage.java:5585) at coldfusion.runtime.CFPage.GetHTTPRequestData(CFPage.java:5554) ". This is an intermittent and has occured while doing a security scan. Please see the code that i have use below: <cfset reqData = getHTTPRequestData()> <cfif structKeyExists(reqData,"headers")> <cfif structKeyExists(reqData,"headers.X-Requested-With")> <cfif reqData.headers["X-Requested-With"] eq "X
(New to eclipse switching over from Dreamweaver)I am building a project that requires some "core" code in every file. With Dreamweaver I was able to save a file as a template and call it everytime I needed to create a new page. Is there a way to do that in CF Builder?
We are currently using CF 10 on Windows Server 2012 and considering upgrading from SQL Server 2008 R2 to either SQL 2012 or 2014. The compatibility matrix here lists SQL 2012 as the last supported version, but I am not sure that the document is current. Can anyone confirm SQL 2014 compatibility with CF 10 ?Thanks.
HiI'm looking to download various ColdFusion 10 installers, however it appears that Adobe has removed the download links from their normal web-sites. Can anyone point to an official link for ColdFusion 10 downloads, specifically for the developer versions, enterprise server and hot fixes for Solaris and Windows 64bit installers. We already have licences, we just need the installers.I've been trying to get hold of these installers since last Friday and have tried various official support routes with no response; paid for Adobe support is incredibly bad. This is now becoming an issue for us, so any help/pointers would greatly appreciated.Thanks.
I have Cold Fusion version 7 (32 bit) currently connected to SQL 2000 and 2005 (32 bit) using a DSN connected.We are wanting to upgrade the databases to SQL 2012 which is (64 bit)So we want to connect the (32 bit) Cold Fusion application server to a (64 bit) SQL database using a DSN connection.Is this possible? If so how?
I tried to start the ColdFusion application service and I kept getting this error:Log Name: SystemSource: Service Control ManagerDate: 6/29/2015 9:32:26 AMEvent ID: 7000Task Category: NoneLevel: ErrorKeywords: ClassicUser: N/AComputer: CSCMS005.uwec.eduDescription:The ColdFusion 10 Application Server service failed to start due to the following error: The system cannot find the file specified.Event Xml:<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" /> <E
I ran the following code and it displayed my numbers correctly, ie: 1.75, 2.50:<cfloop from="1" to="#getnumba#" index="idx"> <cfset getunit = form["unit" & idx]><cfoutput>#NumberFormat(getunit, "99.99")#</cfoutput><br /></cfloop><cfabort> But when I tried the following code, it rounded the numbers again:<cfloop from="1" to="#getnumba#" index="idx"> <cfset getqty = form["qty" & idx]> <cfset getitem = form["item" & idx]> <cfset getunit = form["unit" & idx]> <cfif (getqty is "") and (getitem is "") and (getunit is "")> <cfset getqty = 0> <cfset getitem = 0> &n
Hello,We are using coldfusion for our website. There are many applications hosted on the Coldfusion server we are using. Recently we have noticed that we are getting a lot of error emails form our Coldfusion server. I think these emails are sent automatically from the server to my emailid whenever some issue/error occurs. Foe e.g. below is one of the such email bodyFONT face="Arial" ><strong>Diagnostic Information:</strong><BR> <FONT face="Arial" color="800000" >Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]Execution timeout expired. <br>The error occurred on line 47.</FONT> &nbs
G'day:Hopefully this doesn't count as spam or self-promotion, as I am just delivering the message:http://blog.adamcameron.me/2015/06/cfml-slack.htmlTL;DR:If you're a CFML dev of any stripe, get yerself over there. There's separate sub-channels for ColdFusion and Lucee (and FW/1), and - trust me - it's the most expedient way of a) getting help with CFML issues; b) networking with other CFML community members. If yer a CFML dev you should be wanting to do both of those things.Hopefully see you there.-- Adam
Good Day I need to change the OS where is coldfusion server, currently I have a windows server 2003 32 bit and coldfusion server MX7 Enterprise Version 7,0,2,142559, what version is for my company enterprise or standard?I would like to go to windows 2012 R2 if it is possible if not at least windows 2008.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.