The official community for ColdFusion.
Recently active
Hi I've managed to change location all coldfusion log files for naming instance but not ex catalina.out files: catalina-out.log and catalina-error.log.Anyone has any idea where settings are ?The only solution works so farredirect 1>>STDOUT.file 2>>STDERR.file and remove default log file folder..
Hi! I have a ColdFusion variable which contains a URL:For example, it looks like <iframe width="640" height="360" src="//www.youtube.com/embed/XXXXXX" frameborder="0" allowfullscreen></iframe>.What I'd like to do is replace the width of "640" with that of "450" and the height of "360" with "253". I'm passing a string into an "if" statement which will change the variables if the conditions are met. I CANNOT change the variables before making it a string. I must change the variables.What is the best way to do this in ColdFusion? I don't know this language (my expertise is more in JavaScript and PHP), so I appreciate all the help you could give me.Thank you for your help!BP
This piece of code: <cfscript> for (j = 1 ; j LTE 500000 ; j = (j + 1)) { dummyc = createObject("component","Dummy"); dummyc.dummyf(); } </cfscript> that creates objects like this one: <cfcomponent name="Dummy" output="false"> &nbs
We currently have ColdFusion 8 Standard installed on a server running Red Hat Linux 2.6.This server is going out of service and we have a new one that is running Red Hat Enterprise Linux Server 6.6. I have been told that Coldfusion 8 will not run in this environment so we will most likely be purchasing and installing ColdFusion 11 Standard.In the system requirements for ColdFusion 11 it states: Red Hat Enterprise Linux 6.X (up to version 6.5).Does anyone know if I will have any trouble installing and implementing it with Linux Server 6.6. I don't want to purchase it until I can confirm.Thanks in advance.
I am looking for a helpful start (key words or even phrases) to begin understanding what it takes for a web site to give auto notification to an app on iOS and Android. I hope that wording is understandable, but in short how can things that happen on my website be automated to send the data as information to phones apps. Is this handled via web services? The way I was imagining it was like a site that a user (contributor) interacts with to let you know some feedback from another contributor is needed. The user (contributor) would then interact with the site and a phone application would instantly notify the other contributor. I was thinking this could be instant (as fast as servers can work). Simply from something like a click. Thanks
Installed Cold Fusion 11 standard, on window 2008 R2 and it will not serve up .CFM tags that are not in the root directory of a web site
Hi all,I would like to know if a ColfFusion 9 website (installed on Windows Server 2008 R2) can authenticate to Domain Controllers that run Server 2012 R2. We are upgrading our Active Directory Domain Controllers from Server 2008 R2 to Server 2012 R2, I would like to know if this will cause a problem for ColdFusion websites that use Active Directory authentication.Thanx in advance!Kind regards,Patrick
Anybody used wdCalendar (or a similar HTML5 calendar) with ColdFusion? I'm specifically looking for such calendar that let's you have a custom form when you create/edit an event.It doesn't have to be a free one. I'm willing to pay for it.Any help would be great.thanks!- Sivan
I have a ColdFusion 10 Enterprise server setup with a number of instances and a bunch of websites all accessing a shared codebase using IIS 8.5. After running wsconfig to setup the websites for ColdFusion it adds the *.cfm handler mapping in for each instance and site just fine. I'm attempting to use the application.cfc onMissingTemplate function to implement SEO friendly URLs with ColdFusion. To this end I have added a URL Rewrite to the web.config in that folder to rewrite URLs with no ColdFusion file to map to a non-existent cfm file:<rule name="Missing Templates" stopProcessing="true"> <match url="^(.*)$" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions&
When I create a page and position objects with CSS style attributes ColdFusion debug info which is placed after the closing </html> by the server, is not pushed to the bottom of the page. It is displayed as a background to the html objects, above background image, below HTML. Is there a fix for this? A server setting or CSS or HTML snippet that will force the debug info to the bottom of the page?ThanksBill
I have a summary report and a detail report. I would like to export both reports to excel on separate worksheets. I would also like to name the tabs.
can I upgrade ColdFusion 9 enterprise to coldfusion 11 standard?
We are experiencing an issue where our users are being intermittently logged out of the website. This issue seems to occur directly after the initial log in to the website. After a user logs in, they click a link, then are redirected to the login page again. We are upgrading from CF 9 to CF 11 and we were not seeing this issue in CF 9. There are two main things that I've noticed when this issue occurs. The GetAuthUser() call is returning an empty string (for the user that was logged in with cfloginuser) and part of the session has been removed (as if a structdelete was performed on a variable in the session struct).Is anyone able to help with this problem?
I run a small call center where a small group of employees log into an authenticated ColdFusion web site. The purpose of the web site is to poll an Access database every 30 seconds, and any consumer asking for information (having submitted a lead from a web form that posts the customer info to the database) is then promptly contacted. At this point the process is conducted using an index page that refreshes (every 30 seconds via a meta refresh). But I am wondering if this is a scenario that would be better served through the use of web sockets? I must say that web sockets is a new technology to myself. And upon my attempts to learn more via examples on the web, I find that the typical example consists of a web chat interface. That too is intriguing to myself, but I am most concerned with at this time with a means to better implement efficiencies to the index page. I estimate that 4,000 queries are made every day against the Access database. It
I haven't touched ColdFusion in probably close to 5 years and I'm totally lost on how to manage the application server. I have a friend who's server is getting hacked quite viciously right now. They have uploaded a shell using a ColdFusion administrator exploit. They have nicely hidden the shell, so I'm unable to locate it. Previously I would search for all instances of CFEXECUTE in *.cfm pages and I would find it quickly and remove it. I would like to disable CFEXECUTE all together, but the hackers have mangled the ColdFusion Administrator to the point that when I go to the security tab, I am redirected out of the Administrator all together.Is there a configuration setting in an XML file perhaps that I can adjust to disable CFEXECUTE or is the setting in the ColdFusion Administrator the only option?Thank you for any assistance anyone can offer.
I am new to this but I am confused and have an easy (hopefully question). My company is going to create a blog. Then we would like to put that blog into our company site, which is already developed in ColdFusion. We would like to use Blogger or Wordpress, but are open to other options as well- depending on what will work with ColdFusion. Please help!What will work with ColdFusion??I have done this before, but with Wix and Weebly- so they were premade and easy sites. ColdFusion makes it a little more difficult. Thank you!!
In CF 9 you could go into the Admin and remove wsdl's. It seems the only way to clear wsdl cache is to restart the coldfusion instance. is there a better way?
Hello, all,Earlier, I had asked a question about methods not being found in components. haxtbh pointed out something that I had skipped over (I was in a hurry) in the documentation - that 'private' methods (even within the same CFC) cannot be referred via the "this" scope. I changed all of my methods to be called via mapping (ie, "components.componentName().methodName(args)") and most of them work! However, I've got a few that aren't being found, even with using the mapping. I really do not want these methods to be pushed into "public" access; I would much prefer that functions called from within the same CFC be private. Any suggestions on what could be causing these to not be found?V/r,^_^
i have just a rudimentary knowledge of cf but i want to create a backend for a coupon website. i need it to allow people to register, then post offers and edit and delete them. surely the code is out there, or at least a template. hostek is my host and i use phpadmin for my databases. any suggestions? lee
I setup ColdFusion 10 update 16 RedHat 6.5 64 bit.If i use wrong link I am getiing 500 Internal Server Error for web client from Suse Enterprise server 9.Local client displays "file not found" cf page.How to get cf normal error page instead of 500 error.
As of yesterday, I noticed our scheduled task was not running, so I paused and started the task again in efforts to do a soft reset and it still did not run. I checked every single error log possible in ColdFusion applications directory and windows server log and still did not see anything that would explain why it just stopped running all of the sudden. I ended up having to do a restart on all CF services on the server and it started to work again. I check the server again this morning and see that it stopped exactly at 11:59 PM last night and it was just a few hours before that when I restarted CF services.Does anyone have any clue as to why or where I can look into to determine cause of our scheduled task just stopping on its own? The interval is set to 1 minute and its set to run infinitely. I looked in the CF scheduler logs and there was nothing in there that indicated any errors.Disk space seems to be fine and everything seems to be working as far as I've been checking. This is a
After applying CF 11 Update 5 on an update 4 web serverThe following code Throws an error that validateMessage is undefined at the cf return lineI rebuilt the connector and then the code throws a 500 errorThen I reverted the back to CF 11 update 4 and all is goodDoes anyone know what happened here?
Hello, I have a Windows 2008 development server that has ColdFusion 11 Admin, PhPMyAdmin, Joomla, IIS, MySqL 5.6 and PhP installed on it. The problem is that when we try to install the J connector for MYSQL, ColdFusion services will not start after a server reboot. The version of the J connector we are trying to use is 5.1.35. Has anyone experienced this? Thanks
A production site was moved to a CF10 server recently, and the Captcha part of a form stopped working. When viewing the source, there is no img tag at all.The original code (below) has worked for years, is pretty simple, and outputs to the browser.I can get the form to work, by using cfimage with the destination parameter so that the Captcha image is written to the specified folder, and then use a regular <img> tag to show it. But I'm not sure how that will work in production if multiple people use the form simultaneously.Other posts about captcha not working don't seem on point to my situation. There are no URL rewrite modules on the server, etc..<cfimage name="Cval" action="captcha" fontsize="15" width="400" height="150" text="#CvalText#" fonts="Courier New,Arial,Verdana" difficulty="medium">Edited to actually ask a question!: Has anyone encountered (and overcome) this problem? If I have to stick with the workaround, any thoughts as to how many people can activate the Cap
Hi All,How many concurrent users can be supported by coldfusion 11 standard and enterprise. Infrastructure wise we have coldfusion 2012 server with 16gb ram on IIS 8 server. Your quick help suggest me to right path to buying the license. As adobe does not have any pre salses support to provide these information and document also based on 19's theme . ThanksNiyaz
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.