The official community for ColdFusion.
Actividad reciente
Hi, I have a new website on CF2016 Enterprise. Its returning 500 - Internal Server Error when browsing .cfm pages. seems to be okay for .htm The new second wesbite is my first time installing a second website on a CF server running mutliple CF servers which may be compunding the problem. The website that is working does have a jakarta VD pointing to: C:\ColdFusion2016\config\wsconfig\2The website that does NOT work has a virtual directory is pointing to C:\ColdFusion2016\config\wsconfig\1 I've run WSCONFIG ( as admin ) from the folder C:\ColdFusion2016\my new website folder\runtime\bin and it displays both websites the same: I'm probably missing something obvious.
After a mail server problem, I have many undelivered mail in the Coldfsuion Mail "undelivr" directory.The Mail server is up againIs there a possibility to resend all these mails ?I tried a copy/paste of mails into the "spool" directorybut these mail are resent into the "undelivr" directoryand new mails are sent correctly.Thanks for help.Pierre.
I would like to extract the nth occurance of a token from a string based on the position of a pattern matching more than one characters, vs. the single character list of delimiters that GetToken() supports. GetToken() is great in many contexts, but not this one! Haven't found anything in CFLib, but maybe I'm just looking in the wrong places. Seems like it should be a common need.
Hello, I am trying to register our new Coldfusion license for 2018 on the Developer version installed on our server. I am going into the settings summary on the Admin page , as per the instrauctions it says I should see a New License field but I do not see any new license field. All I see at the top is "When clicked, generates a PDF with the Server Settings in a new Window. " How to register my Developer version with the new license key ? Also I would like to use the same Enterprise version license for our Development and Production servers, is this possible ? ThanksIQ
Hi Adobe,are you serious about deprecating RB?We are producing thousands of pdf files every day based on cfr-reports.Reporting is a big usage-area for CF in many companies I think.Why are you abandoning it?Is there already a plan when RB will no longer be available in CF?What are your recommendations on alternatives to use?Will Crystal Reports be supported in the future or is this to be dropped, too?Would be nice to have a statement on this.Thank youJörg
I have a script that, when called from a web browser, returns an empty response. consider the following code:-------------------------------------------------------------------hello <cfstoredproc procedure = "ParseAPStoriesExecDTSCentOS" datasource = "#app_datasourceAdminUser#" > <cfprocparam type ="OUT" cfsqltype="CF_SQL_INTEGER" variable=OkToContinue dbvarname="@OkToContinue"> <cfprocresult name="result"> </cfstoredproc> <cfoutput>#result.OkToContinue#</cfoutput>goodbye<cfexit>-------------------------------------------------------------------If I move the "goodbye <cfexit>" above the call to the stored procedure, it displays "hello goodbye" and quits successfully. If I leave the <cfexit> below the <cfstoredpr
Probably the way our IT has Chrome and IE configured and locked down but neither will download Coldfusion 2018 trial.Is there a direct link somebody can send me that uses a more normal download method?I need to get started on migrating our department from CF 11 to 2018, a lot of work, and I can't get started! Thanks
Does anyone have an examle of calling a CFC with React/Redux that they can share?
ı had some place and user must enter thıs place.they are at dropdown list.How can ı do it in coldfusıon?can u help me please.
ColdFusion (2018 release) Update 5 introduces a new way of writing functions, known as Arrow Function or Fat Arrow Function (=>). Arrow functions allow you to use the fat arrow operator to define ColdFusion functions. You can either use parameters in the function definition or not use any. Arrow functions avoid the usage of curly brackets and make the return keyword optional while creating a function. Basic syntax of the arrow operator (param1, param2, ..., paramN) => {statements} Example Traditional way of writing functions For example, if you were to filter some data in an array using the function ArrayFilter, you would write the following code: <cfscript> superheroes=[ {"name":"Iron Man","member":"Avengers"}, {"name":"Wonder Woman","member":"Justice League"}, {"name":"Hulk","member":"Avengers"}, {"name":"Thor","member":"Avengers"}, {"name":"Aquaman","member":"Justice League"} ] closure=function(i
I installed CF 2018 on a Windows 2016 server, and have migrated an older CF website to the new server. In the main folder of the website, the login page is functioning. If the login is not successful, the next page is in the same directory, and it also functions. With a successful login, the user is redirected to another folder and the 500 error occurs. The same issue happens with any other page I try to access outside of the root folder. Html pages will load, but not CF. So CF appears to be functioning, but only at the main folder level. I'm assuming this is a problem in my permissions, but I have been unable to find what is set incorrectly. Thank you, Michelle
Bonjour,Je voudrais créer un PDF suite à une mémorisation dans une variable :<CFOUTPUT> <!--- Debut de la memorisation des informations dans C ---> <cfset C= ""> <cfset C=C & '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'& #CRLF#> <cfset C=C & '<html>'& #CRLF#> <cfset C=C & '<head>'& #CRLF#> <cfset C=C & '<title>Les aventures de l'extrème</title>'& #CRLF#> <cfset C=C & '</head>'& #CRLF#> <cfset C=C & '<body>'& #CRLF#> <cfset C=C & '<p style="text-align: center;"><br /></p>' & #CRLF#> <cfset C=C & '<p style="text-align: center;"><br /></p>'& #CRLF#> <cfset C=C & '<p style="text-align: center;"><br /></p>' & #CRLF#> <cfset C=C & '<cfdocumentitem type="pagebreak"/>'> <cfset C=C & '<
I think I know the answer but I'll throw it out there anyway. Does DateConvert adjust for the daylight savings time setting of the actual date/time being convertted to or from local? In other words, will dates stored as UTC suddenly be one hour off after the DST switch when dateConvert('utcToLocal',value) is applied? BTW, I hate the whole concept of DST. #StopDST
The error gives a filename which is similar to one of our custom log files but not exact case which makes me think it is some kind of setting. I've tried everything I could think to this point but none worked. The application which was writing to this log is no longer active. I don't see any code or configuration settings which would be referencing this log file. Below is what is written to the error log. The main error is on line 4 and then it spawns some other errors which are either directly or indirectly related to the first error. The service ends in a running state but just returns 500 errors for requests. If you have any suggestions they would be appreciated. INFO: ColdFusionStartUpServlet: ColdFusion: Starting application servicesNov 17, 2019 6:09:39 PM org.apache.catalina.core.ApplicationContext logINFO: ColdFusionStartUpServlet: ColdFusion: VM version = 25.202-b08coldfusion.log.LogService$InvalidLogFileException: The specified lo
Hi All, We are using ColdFusion 2018 and a Oracle 11G Database. I am trying to redirect users to a change password page when the username is expired. Users are database users who access the ColdFusion front-end. As of now we get an error message as shown below. Upon clicking login(submit button) , users go to the authenticate.cfm page which displays the error messsage shown below, instead of this I would like them to another page within the application called changepassword.cfm (I already have this page). What is the easisest way to do this redirection ? Thanks for your help.IQ "Error Occurred While Processing Request. Please try again. Error Executing Database Query. [Macromedia][Oracle JDBC Driver][Oracle]ORA-28001: the password has expired The error occurred on line 28."
we are using ColdFusion 11 enterprise , every evening our database backup team taking database offline for baclup, unfortunatly some user are trying to access same database, we wanted to setup error page on that datasource availability, need help
I have a very simple page that the user scans a serial number barcode into a form, the form submits and adds a single entry into the SQL table. When we first built this site Firefox was causing duplicate entries on every submit. Switched to Chrome and it stopped. Now 18 months later and randomly (about 1 out of every 10) there's a duplicate entry when using Chrome or IE. The time stamp on the duplicate entry is fractions of a second later. As a test, I added a 5-second delay after the submission to make sure wasn't the page refreshing so fast that the barcode was scanned twice and still randomly we get duplicate entries. When the problem first happened in Firefox I found a post about a possible cause. Of course, I can't find it again. I'm running CF 2016 with all the latest patches, Windows Server 2016 running IIS. Thoughts?
I have a newly installed Win 2012 R2, IIS and CF 2018 Enterprise. Two websites set up in IIS, two instances created in CF, websites are not connected to cf yet. Static html is served perfectly by iis.Following the instructions of the lockdown guide I run the lockdown program for one of the cf instances and the corresponding website. Autolock completed, but says there were errors.In the logfile I found these statements where the error occurred:2019-11-11 16:26:05 INFO - Change Permissions of ColdFusion file system: Error Logs 2019-11-11 16:26:05 INFO - 2019-11-11 16:26:05 INFO - Permissions changed for the user: IUSR for the path: "C:\cf18ent\cfsandbox\wwwroot\cf_scripts" 2019-11-11 16:26:05 INFO - Folder permissions changed! 2019-11-11 16:26:05 INFO - Successfully setup file system permissions for ColdFusion! 2019-11-11 16:26:05 INFO - Setting up registry permissions for ColdFusion! 2019-11-11 16:26:05 INFO - Now starting to change registry permissions! 2019-11-11 16:26:06 INFO - ColdF
We are pleased to announce that we have preview builds available for the following updates: ColdFusion (2018 release) Update 6 ColdFusion (2016 release) Update 13 The preview updates contain fixes for bugs that were reported after the release of the previous updates. We also recommend that you upgrade the connectors after applying these preview updates. IMPORTANT: These are preview builds and we DO NOT recommend applying them to your production environment. The minimum update versions are Update 11 and later for ColdFusion (2016 release) and Update 4 or later for ColdFusion (2018 release) respectively, due to a recent change in code signing certificates. For more information on downloading the preview builds and applying these, see Download and apply the preview builds.
Trying to setup coldfusion 2018 on SUSE Linux using systmd service file.Using the following:[Unit]Description=Adobe ColdFusion 2018Requires=network.targetAfter=multi-user.target[Service]Type=forkingExecStart=/opt/coldfusion2018/cfusion/bin/coldfusion startExecStop=/opt/coldfusion2018/cfusion/bin/coldfusion stopExecReload=/opt/coldfusion2018/cfusion/bin/coldfusion restart[Install]WantedBy=multi-user.target But CF will not start or it starts and stops. Will only work using an interactive startup. /opt/coldfusion2018/cfusion/bin/coldfusion start There is no documentation that I can find regarding setting up CF as a service on Linux distros.Any thoughts?
Whenever I Install ColdFusion2016 updates, it does not show the latest update number in updates tab. Howver under hf-updates it shows the insatlled update and also shows in lib/updates folder.I restarted the CF services howver no luck. Even When I open update file under hf-updates folder it also shows the older version.How can I fix this problem.
I have a question about ColdFusion, i just got to know about the language a week ago so forgive me if am on the wrong forum. i couldnt find a link to ask a question but can only reply, thats why am asking it here. am getting this error when i run my code. 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable. The web site you are accessing has experienced an unexpected error.Please contact the website administrator. The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request File not found: /ana-mm/equipment/dataloader/ChemTrace_dataload.cfc Resources: Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser PostmanRuntime/7.15.2 Remote Addres
Hi,Since quite a few years I've been running some applications under CF 9 on a Windows 2008 webserver.This system will not been supported by Microsoft anymore starting next year, so I'm thinking about some migration toward Windows 2016 or 2018.The questions are:1. is CF 9 installable on this sytem?2. is it possible to run the 32 bit version, since I have some CFX_ modules running in 32 bit mode?
Hi, I have a problem with character set in unicode for Arabic & Farsi. I try to add record to MySql ( ver 5.7 ) in Arabic / Farsi Languages but data saved to database as "???????", i dont have problem to read data because it will show correctly in the CFOUTPUT but in the database saved like "??????". I use coldfuaion 9 and mysql 5.7. Itry Utf8, utf8mb4 but the rasult is the same. how can i save data in mysql which show the record as real character? Thanks
To Adobe,I know you probably can't answer this but what are Adobe's plans for ColdFusion? I get mixed messages, particularly from sister products and your main www.adobe.com web site. Cases in point:Dreamweaver dropped support for CF when it went CC. I still use CS5 because frankly CFBuilder sucks. DW states "Build the best sites for any browser or device. See how you can quickly create responsive sites, preview them on actual mobile devices, and even extract assets and styles from Adobe Photoshop comps directly into your projects." I also read somewhere where it claimed to be the #1 tool for developing websites but it has better support for PHP and .Net than CF. Is this a veiled statement of the future of CF or simply the DW team not playing well with the CF team?These forums used to use a CF based forum application, now it's Jive which uses a JSP framework (which again sucks. but I regress). If Adobe does not use CF for their own customer facing portals, what does that say for CF?Tod
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.