The official community for ColdFusion.
Recently active
I am trying to create a key to indent a code to left or right but it does not let me do that.
Service Unavailable error DAILYWhat causes this error?I have done the actions in the adobe blog - no differenceJakarta/ISAPI/isapi_redirector/1.2.32 ()Jakarta/ISAPI/isapi_redirector/1.2.39 ()Jakarta/ISAPI/isapi_redirector/1.2.40 ()its getting worse.When is Adobe going to fix this?
Could anyone tell me if it is possible to configure CF10 or CF 11 to use the older Xerces XML parser instead of the Saxon XML parser.I am in the process of migrating a website from CF8 to CF11. Several sections rely on XML transformation, which no longer work in CF11. After investigating the problem it seems to be that the Saxon Parser is more strict, causing these errors.
I have a SQL 2012 DB that is getting attacked via SQL injection daily.Ill probably need to switch hosting companies but before I did I wanted to see if I could prevent it.So the site is older and has thousands of cfm pages with thousands of queries.I am going through and adding the cfqueryparam tags when I can but it will take a whileThe attack is always the same.They attack the same 2 tables and the same fields.The attacked field type is (nvarchar(255))They insert things like www.cialis.............. or www.paydayloans.....My site doesn't have any SQL update queries in it.So is there a way to prevent any database updates via SQL query update statement in the application.cfm?Something like if query string contains update..dont do the sql update?
I followed the lock down guide for Coldfusion 11 and everything works as expected except for downloading and installing hotfix button under updates in the coldfusion 11 administration page.I noticed on Page 17 of the lockdown guide that following the guide may break the hotfixes. But i can't find what the solution to the problem.I contacted Adobe support and didn't get very far. They told me to look at page 17 as it explains it there.. Well.. no... no it doesnt. This wouldn't be an issue if you could manually download the hotfixes directly from adobe but you can't or i can't find a page that provides the download links. I can see all the release notes for hotfixes.Adobe support sent me a link to download the latest update 3 hotfix.. (http://download.adobe.com/pub/adobe/coldfusion/cf11/hotfix_003.jar) but the file location doesn't exist.Any thoughts / help would be greatly appreciated as i want to move this server into production in the near future.Other info:Coldfusio
Hey folks, just trying to figure out what is going on with this coldfusion file. I bring it up in the browser and I get Bad File ExceptionRequest/index.cfmTypeTemplateMessageExpression ErrorPositionLine=166; Column=25DetailProblem occurred while parsing: count++Extended InfoEncountered "<EOF>". Was expecting one of: <FLOATING_POINT_LITERAL> ... "-" ... "+" ... "#" ... "(" ... <IDENTIFIER> ... "DOES" ... "CONTAIN" ... "GREATER" ... "THAN" ... "LESS" ... "VAR" ... <INTEGER_LITERAL> ... <STRING_LITERAL> ... <BOOLEAN_LITERAL> ... "NULL" ...Source163: </li> 164: </ul><!--end social--> 165: &
I have not done anything with ColdFusion in quite sometime. The last version I used was CF9. I am not trying to make some changes to my web pages and need to set up a development environment. I would be perfectly happy with a copy of CF9 but I don't seem to be able to find one. All I am able to download is CF11. Apparently CF11 is not able to connect to a MSAccess database weather it is in mdb or accdb format.I am not much of a server wizard so I am pretty much dead in the water here.I am using windows 7 x64Access 2010 x64CF11Any help would be appreciated or even where I can get a copy of CF9 would solve my problem.Thanks in advance
I'm building a RESTful API with ColdFusion 11. Today I noticed there are a ton of warnings being logged to the coldfusion-error log file. For example:Mar 04, 2015 8:09:52 AM com.sun.jersey.spi.inject.Errors processErrorMessagesWARNING: The following warnings have been detected with resource and/or provider classes:WARNING: A HTTP GET method, public void api.Country.GetCountry() throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.WARNING: A HTTP GET method, public void api.Log.GetLog(java.lang.Double) throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.WARNING: A HTTP GET method, public void api.Logout.LogoutUser(java.lang.Double) throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.Here is one of my API endpoint functions:<cfcomponent restpath="country" rest="true" output="false" extends="cfc.data"> <cffunction name="getCountry" access="remote" output="false" httpme
Hi,Using cf11 i've upgraded the Application.cfc to set a application specific datasource name, and application specific CustomTag path, and it work most of the time,However from time to time, i get and email error report with "Cannot find CFML template for custom tag ", or "Attribute validation error for tag CFQUERY.The value of the attribute datasource, which is currently '', is invalid."Thoses error goes away on the page refresh on next request.... <cfcomponent displayname="Application" output="true" hint="Handle the application."> <!--- Set up the application. ---> <cfset THIS.Name = "MonApp" /> <cfset THIS.ApplicationTimeout = CreateTimeSpan( 5, 0, 0, 0 ) /> &l
Hello,It appears as though THIS.setDomainCookies functionality has been reversed from CF10 to CF11...I migrated recently from CF10 -> CF11. I have an app that runs at xyz.thisdomain.comMy app has the following settings for THIS in Application.cfc:<cfset THIS.name = "xyzapp"><cfset THIS.applicationtimeout = createtimespan(1,0,0,0)><cfset THIS.sessionManagement = true><cfset THIS.Sessiontimeout = createtimespan(0,1,0,0)><cfset THIS.setDomainCookies = true>When a user logs out (manually), the system performs the following to clear the previous session and create a new session:<cfset StructClear(Session)><cfset THIS.sessionManagement = true><cfset THIS.Sessiontimeout = createtimespan(0,0,0,0)> <cfloop collection="#COOKIE#" item="name"> <cfcookie name="#name#" value="" expires="now"/></cfloop>
Hi,Im getting this error. How we can resolve it?Mar 3, 2015 17:43:17 PM Information [http-bio-8443-exec-10] - HTTP request completed {Status Code=200 ,Time taken=523 ms}[Fatal Error] :1:63: White spaces are required between publicId and systemId.Mar 3, 2015 17:43:17 PM Error [http-bio-8443-exec-10] - Not able to connect to Update Site: An error occured while Parsing an XML document.Mar 3, 2015 17:43:49 PM Information [http-bio-8443-exec-10] - Starting HTTP request {URL='http://www.adobe.com:80/go/coldfusion-updates', method='get'}Mar 3, 2015 17:43:49 PM Information [http-bio-8443-exec-10] - HTTP request completed {Status Code=200 ,Time taken=479 ms}[Fatal Error] :1:63: White spaces are required between publicId and systemId.Mar 3, 2015 17:43:49 PM Error [http-bio-8443-exec-10] - Not able to connect to Update Site: An error occured while Parsing an XML document.
Alguien tiene info al respecto online training?
Hello !I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server. I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent & Server services will not start. I have tried starting them but they start for a second and then stop. A dialog box then gets displayed which says "The Coldfusion 9 ODBC Agent service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs". I have checked the event viewer on the server and I am seeing the following messages on the enterprise edition server.The description for Event ID 0 from source ColdFusion 9 ODBC Agent cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event originated on another computer, the display information had to
Our company requires another license of Coldfusion 10 (we have a group of CF 10 servers) but it is impossible to find out in the marketplace to buy. Our reseller said it is possible to buy a CF 11 license and then have Adobe give us a downgrade license to CF 10. Is this true?
We are migrating our ColdFusion system over to some new servers and we need to find out what Patch version we are on can anyone tell us based on the version number being produced from a <cfdump>Version: 9,0,2,282541Any help would be great as we need to get a replicated system together and then go through an upgrade to CF10.Thanks
Hi,Can you let me know where can I changed the rootfolder where I can deploy my code for the coldfuion?
Hello,I am using cfdocument to generate pdf file and I see that we can't use any font .For instance, when I use Verdana, document shows properly and I see that pdf file embeds verdana font.Doing same thing but using Helvetica doesn't work. Resulting pdf file embeds TimesNewRoman but not Helvetica.Both Verdana and Helvetica are showing fine in cfadminWhat can be the reason ?Pierre.
Hi All,I deployed CF10 to native tomcat 7 using war file and I would like to ask the following1. is there away to bounce/start/stop/restart CF10 from the console? how we normally do this in J2ee environment? or the only way to start/stop CF is to bounce the tomcat?2. Everytime I shutdown the Tomcat 7, the java process did not remove and I have to manually kill the process so I can start tomcat. it seems that even after running the shutdown script, some CF service did not kill.3. Do you have best practice to deploy CF10 to Tomcat 7?
I am using cftextarea (toolbar="Basic") on a really long form. The folks using the form sometimes need to print out what they have entered before they submit. The problem is that sometimes the cftextarea is not large enough for their entry and they would like to expand it before they print. I don't want to make the area larger because there are several cftextarea's on the screen and this form is so long already. Is there a way to make it expandable?TIA
I downloaded the latest coldfusion 64bit for windows yesterday, file ColdFusion_11_WWEJ_win64.exe, and it completed installation successfully on my windows 7 professional machine. The Cold Fusion Application Server service did not start and trying to start it via services results in a 1053 error immediately. There are no log files generated at this point.I have tried installing 4 times with various options. I am using apache for the web server, which works fine with coldfusion 9. I tried the hotfix patch 4 for cf 11, which was mentioned in another post. It installed properly but had no effect. I also checked the xml file C:\ColdFusion11\cfusion\runtime\conf\context.xml to make sure that <Manager pathname=""/> was not commented out (and it wasnt), which was mentioned in an adobe blog post.Does anyone have any idea how to get the service running?
Hi,I want to pass the value from the input field into mycfcwithout click on the submit button. ? can you please help?Thanks
We have a client using CF8 Server for a site and I am using the CFHEADER/CFCONTENT method to force a file to save to the end-user's computer.The dialogue comes up as expected, but regardless of what is found in the CFHEADER for a filename, it tries to save the file as the CFM page name.i.e. The CFM page is signature.cfm. I am trying to make it save a TXT file to the user's computer, which it seems to be trying to do, but the instead of using "sig.txt" as the filename as outlined in the CFHEADER, it is defaulting to "signature.cfm"While I know that I could change the name and extension and the content in the file would be correct, the mass majority of end-users will not know that they can do that, and the client does not want it to become more complicated than necessary.Is there a way to make the file change to the proper name in the SAVE AS dialogue?Thanks in advance.Code so far is pretty straight forward ...<CFHEADER name="Content-Disposition" value="attachment; filename=sig.txt"&g
We are trying to install ColdFusion Report Builder which requires RDS to be enabled on the server.I have edited the web.xml file and uncommented the RDS parameters but, after restarting ColdFusion, I cannot access the server.If I put the web.xml file back to how it was I can access the server after restarting.Does anybody have any ideas what could be causing this?The parts that I uncommented were as follows:I tried with both uncommented and also just the first part uncommented but with the same results. <!-- begin RDS ---> <servlet id="coldfusion_servlet_8789"> <servlet-name>RDSServlet</servlet-name> <display-name>RDS Servlet</display-name> <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class> <init-param id="InitParam_1
I am a journalist in Australia with no IT skills.I am looking for advice re the future of two sites I am responsible for which run on a system developed on the ColdFusion platform.My developer and others tell me ColdFusion is very 'yesterday', will not be supported into the future, and I need to have the program rewritten in PHP or other languages.Researching software rewrites delivers a consensus that they are nightmares.Can any Coldfusioneers give me hope, advice on another pathway, or confirmation that a rewrite is the only real option pls?Simon
I am indexing 34000 + documents physically located on the Hard DriveWindows Server 2008 SP2CF9OracleThanks to advice in another thread I started I am indexing the folders one at a time followed by an update after each. Some of the PDFs can be huge (130mb) but the average is closer to 1 mb. On occasion I will get to a PDF that is corrupt (If I copy it to my desktop and attempt to open it, Acrobat Pro says it is corrupt).I have attempted using cfpdf to read header info in a cftry block with the catch creating a log entry. That should work but it hangs trying to read the doc (assuming that is what is happening with Solr too). I get no log entry and it will continue to hang until timeout for the request.Can anyone think of a way to break out of a hung file and continue to index the remaining files?Thanks
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.