Questions
Als letztes aktiv
I have 5 directories in my site that for organizational purposed I copied into one directory named usersites so they all would be in one place.So I had these 5 directories before the changewebsite1website2website3website4website5So before the change when my users accessed my site they would access these directories like this www.mysite.com/website1/mypage.cfm or www.mysite.com/website2/mypage.cfm etcSo now after the change the directories are in the usersites directory at www.mysite.com/usersites/website1/I dont want to tell all of my users that they need to change their existing urls from www.mysite.com/website1/pagename.cfm to www.mysite.com/usersites/website1/pagename.cfmIs there a way that when one of my users accessess the old directory that they will automatically be redirected to the new directory?Maybe something in the application.cfm?Just to make sure when a user comes in here www.mysite.com/website1/test.cfm I want them to gets redirected t
We have a Coldfusion application that allows users to submit a form to us and attach PDFs to it. The data is written to an Oracle database and the PDF is convereted to a BLOB using cffile actions and a cfquery (code below) We applied the last CF 9 hotfix when it came out in February 2013, and we upgraded our Oracle database from 11.2.0.1 to 11.2.03 at the beginning of March; at the same time we moved from a Virtuozzo virtual server to a VMWare virtual server. OS on the database server is Windows 2008, on the web server it is Windows 2003 R2.Sometime after the Oracle move & upgrade we noticed that many of the PDFs being submitted through the web application are being corrupted. The Adobe Acrobat message just says 'There was an error opening this document. The file is damaged and could not be repaired.'What I've done to try and debug this:Checked my BLOB size on Oracle- the max size is 119TB and the PDFs are generally under 200KB so there sho
Is there a way to run ColdFusion 10 Developer in Standard mode for testing?My main concern is the Oracle drivers and if the standard edition will meet our needs, but would like to test it before purchasing what could be the incorrect license.
The following code snippet behaves differently on CF10 versus previous versions.<CFOUTPUT>ColdFusion version is #Server.ColdFusion.ProductVersion# <BR></CFOUTPUT><CFQUERY NAME="RS" DATASOURCE="MyDS">SELECT CURRDUMPDATE FROM MISCVALUES WHERE ID = 1</CFQUERY><CFOUTPUT>#RS.CURRDUMPDATE# <BR></CFOUTPUT><CFSET RS.CURRDUMPDATE = UCase(DateFormat(RS.CURRDUMPDATE,"YYYY-MMM-DD"))><CFOUTPUT>#RS.CURRDUMPDATE# <BR></CFOUTPUT>Results are shown as follows:ColdFusion version is 9,0,1,274733 2013-04-17 00:00:00.0 2013-APR-17ColdFusion version is 10,0,5,283319 2013-04-17 00:00:00.0 2013-04-17 00:00:00.0Whether this is best practice or isn’t the issue but the issue is the unexpected behavior change in CF10. Of course I can adjust the code and change how I code this in the future but the added work checking existing applications isn't appreciated. Bug or intentional change it does make us weary about what else might be lu
Our client has purchased IBM Analytics, that they want to run with the ColdFusion servers. IBM has given over the EAR files to deploy on Tomcat. But, ColdFusion uses a highly modified Tomcat. How would someone deploy another J2EE app in this scenario, without installing another server?
how can I get CF10 to work with Sun Java System Web Server 7.0U8
I'm setting up CF10 SP 9 on a copy of the existing web site on a development server etc. I ran cfcompile.bat against the web site and the compile took 107 sec and there was somthing like 14000 files compiled -- but I can't seem to find the .class files that (I think) were supposed to be created. What am I missing?jay
I understand Adobe is a big company, and the bigger you get, the more disorganized your website becomes. But I HATE using their website! Not only are searches prone to just spew out a myriad of useless non-related links, but the main navigation can't take me to where I want to go either.Anyways, my CF10 servers are barking at me about Update 9 being out. They tell me to login and click the READ MORE link for more information (which takes me to http://www.adobe.com/support/security/bulletins/apsb13-10.html); but guess what, there's next to no information whatsoever on the page that outlines what this update addresses.Look at this page, for ColdFusion 10 Update 1:http://helpx.adobe.com/coldfusion/kb/coldfusion10-update-01.htmlBEAUTIFUL. Outlines individual bugs that were resolved, and one could think that from here, I could just change the '01' in the URL to '09', but no. It's not that simple.So can someone have pity on a person who's been trying to find the
Hi,i am using cf mx 7. I have done some reading about this and not sure about the templae attribute. I see some examples from live document with format PDF and wonder what is myreport.cfr?<cfreport template="myreport.cfr" style="mystyle.css" format="PDF"> <cfreportParam subreport="subreport1" style="subreport1-style.css"> <cfreportParam subreport="subreport2" style="subreport2-style.css"> </cfreport>I created the Report.xlsx at the same location where i have cfm pages with the syntax below. Either one below still give me an error<CFREPORT format="Excel" template="Report.xlsx" query="#myquery#"/>OR<CFREPORT format="Excel" template="#GetDirectoryFromPath(GetTemplatePath())#/Report.xlsx" query="#myquery#"/>Error:The reportCFC file D:\Inetpub\apps\Report.xlsx does not exist, or could not be found. any one got any advice?Thankskt
Any assistance would be greatly appriciated, thanks in advance.
Hi,I there an easy way to process a calculation that is in text form as in:"2567 + 82736""1000 * (27363 / 38374)""3434 + 34334 + 34332 + 83938"Or do the strings have to be parsed and processed that way. I was hoping there was a way to evaluate the calculation?thanks.
Today I restarted Macromedia JRun CF server. When I ran my application it throughs 500 Internal Server Error.Error Message:ROOT CAUSE: coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Monitoring service is not available. at coldfusion.server.ServiceFactory.getMonitoringService(ServiceFactory.java:221) at coldfusion.CfmServlet.service(CfmServlet.java:180) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at com.seefusion.Filter.doFilter(Filter.java:169) at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at com.seefusion.Filter.doFilter(Filter.java:49) at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1
How to include CKeditor instead of FCKeditor? Here we have a requirement to remove the old one. Please explain it briefly and the steps to configure the same. Thanks in advance.
Windows 2008 Server , IIS 7 , SQL Server 2012 and ColdFusion 10/9 . In ColdFusion 9, I had all my datasources using integrated authentication by running the ColdFusion Application Server under a windows account and then giving that user account access to the databases. Then while creating the datasource just leave the username and password blank and voila it connects. By doing this I could stick with the Windows only authentication policy for SQL Server and did not have to enable any SQL logins. When I migrated to ColdFusion 10 none of the datasources work anymore in the same scenario. It gives a JDBC error. I double checked the services and made sure that the ColdFusion Application Server process is running under the correct user but no luck. Has something changed ? Thanks
I'm looking to purchase ColdFusion 10, but am unsure how many copies I should order. We want the software on two virtual servers that will be running simultaneously (one intranet/one external). The FAQ is a little confusing with the '2 CPUs." Does anyone an answer for this?
I have an app on a CF 8.01 server that uses CFHTTP to call the Google AdWords SOAP API via SSL. It recently started throwing errors on the CFHTTP calls, apaprently due to a bad cert for the adwords site - The ErrorDetail in the CFHTTP results is "I/O Exception: Name in certificate 'google.com' does not match host name 'adwords.google.com'"In the past when I've had an error like this, all I needed to do was to browse to the WSDL URL for the SOAP service, download the new DER format cert, run keytool to import it, restart, and that was that. I did that this time, and it didn't change the error. The results of the keytool import were successful - I can do a -list and see the new cert info. I also made sure to restart CF after each keytool import.I have another server that is running CF9, and when I move my code over to it, it runs just fine, so I figured it must have a more recent certstore. but when I dump it's certstore with -list and look, there are no certs in it for
I am in the process of moving several sites from MX7 to CF9. This is my first experience with CF9 and migrating so I am wondering if I am just missing something obvious.I have one site that works fine in FireFox, Chrome and Safari but just will not work in IE.The site requires a login and authenticates the user name and password against Active Directory using the CFLDAP tag.In FF, Chrome and Safari I can log in, navigate all around, add/edit/delete records, run reports, etc. with absoultely no problems.But IE won't work. I can do the initial login and get to the home page but when I attempt to navigate to another page in the site it goes back to a login screen. It used to work in IE when it was on the MX7 server. But since moving it over I can't access it with IE. I did run Code Analyzer on the files when I moved them over to the new server and Code Analyzer only found a few minor errors that I resolved. Are there some special settings or Application.cfc entries that are needed f
Currently CFID and CFTOKEN appear in the URL of certain pages, such as 404.cfm. I do not wish for those parameters and values to appear in my URLs. I thought by setting setClientCookies to false that would resolve the issue, but I guess I'm mistaken that setClientCookies does that?I restarted the ColdFusion server after making the code change to application.cfcI'm using CF9 on my local machine.<cfset THIS.name = "myLocalTest" /><cfset THIS.ApplicationTimeout = CreateTimeSpan(2,0,0,0) /><cfset THIS.SessionManagement = true /> <cfset THIS.SessionTimeout = CreateTimeSpan(0,0,30,0) /><cfset THIS.setClientCookies = false />Am I missing something?Thank you!
Is there documentation on this? We have CF10 installed on one Linux server and would like to connect it to Apache installed on a second Linux box.
Since cfloginuser is to login web server,I would like to know do I need create user ID and password at CF10 server or just use my table to check if user ID, and password are correct then assign user role.Your information and help is great appreciated,Regards,Iccsi
I can use Application.Datasource to assign a datasource for the application.I would like to know the web site can only has one datasource.If my web site has more than one database on the different database server then am I able to assign the second datasource for the application or I need to assign every time if I have more than one datasource for the application,Your help and information is great appreciated,Regards,Iccsi
Hey Everyone, I have a very basic app that plugs data into a stored procedure which in turn returns a recordset. I've been experiencing what I thought were 'timeouts'. However, I'm now no longer convinced that this is what is really happening. The reason why is that the DBA and I watched sql server spotlight to see when the sproc was finished processsing. As soon as the procedure finished processing and returned a recordset, the CF page returned a 'timeout' error. I'm finding this to be consistent whenever the procedure takes longer than a minute. To prove this, I created a stored procedure with nothing more than this:BEGIN WAITFOR DELAY '00:00:45'; SELECT TOP 1000 * FROM AnyTableNameENDIf I run it for 59 seconds I get a result back in CF. If I change it to on minute:WAITFOR DELAY '00:01';I get a cfstoredproc timeout error. I've tried running this in different instances of CF on the same server, different databases/datasources
I am hosting a web service on my production server. I have been unable to call it remotely. So I tried calling it from the Prod server via url instead of component, and it fails.<cfinvoke component="xcom.xcomServices" method="couponProcess" returnvariable="coupRet"> <cfinvokeargument name="theCouponSource" value="normal"> &nb
I have been having issues with my titles not showing up on my CF pages. I finally looked at the page source in the browser and found that CF is inserting extra <html>, <head> and <body> tags at the beginning of the pages. (see samples below). I'm pretty sure it is the CF engine that is doing this because I took a cfm page and just changed the extension to html and everything worked fine (except the CF code). There weren't any extra tags inserted and the titles was displayed. I also noticed that the CF engine appears to be adding the very first line <!DOCTYPE HTML ...>Does anyone know why this might be happening?ThanksDavidCF Page - notice extra tags in red<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head> <title>Untitled</title></head><body></body></html><html><head> <style type="text/css"><!--BODY{ font-weight: normal; font-size: 10pt; font-family: Arial; backgro
CF 8,0,0,176276 Jrun downloading malware, will update of hotfix help?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.