List of all the commands that can be used with cfscript
Hello, I looked on this website dev.lucee.org for a list of all the commands that can be used in cfscript. But I only found the CF tags: Tags :: Lucee Documentation When I search on Google I come...
View ArticleIssues with IIS .NET Trust Levels and Lucee
I switched IIS 10 .NET Trust Level setting from default “Full” to “Medium”, as recommended by CIS IIS Benchmarks. As a result, when I’m trying to access our web site, I’m getting error message: Server...
View ArticleDoes SSH mapping actually work?
Hi, Just wondering… does a virtual mapping to an ssh location actually work because i can’t seem to get it working. Connects fine with every product i have accept within Lucee Admin it stays red with...
View ArticleLucee 6 ColdFusion Version Support
Hi There - This is possibly a dumb question, but I haven't been able to find an answer in the documentation - What version of ColdFusion does Lucee 6 support? Is it higher than ColdFusion 2018? Thanks...
View ArticleLucee Forum Update 3.4.0-beta
You may have noticed the dramatic change in theme Having the server updated to the latest Discourse build fubar’d the previous theme. The prospect of introspecting the various themetic pervulsions...
View ArticleLucee 6 "BigDecimal" causes big problems for intensive calculations
OS: Linux Java Version: 11.0.11 Tomcat Version: 8/9 Lucee Version: 5.x and 6.x I recently wrote a .cfm module that does enormous amounts of floating point math very quickly. It spawns multiple...
View ArticleIs Taffy dead? (Answer: Taffy’s not dead, just really stable)
Are we the only people still using Taffy ? What have people moved to instead if so ? The last release was over two years ago, and I raised the Lucee 6 compatibility issue ( Lucee 6 - queryToStruct is...
View ArticleImage extension not reading PNG correct
Hi, cfset filePath = expandPath(“images/test.png”)> cfdump var=“#imageRead(filePath)#” abort> When doing the above i get a pink/purple colored PNG image instead of the test.png how it is… What...
View ArticleWhy the function listcontains return wrong position
I used to pass a order list to a some functions, but when i have a similar index, it return the wrong position example: <cfset Listado=‘Customer_Id,Customer,Order_id,Order’> <cfdump...
View ArticleAny way to get cgi.auth_user populated
Hello, I’m using Lucee with an HTTP proxy, similar to the setup in the Lucee Docker image. Before version 6.0.1.83, cgi.remote_user was empty but I could populate cgi.auth_user by sending the...
View ArticleLucee 6 and cfdiv
We’re getting the message “the tag [cfdiv] is not implemented yet” when testing an upgrade to 6.1 from 5.4. 5.4 works fine. I couldn’t find any information on cfdiv not being supported. I’m wondering...
View ArticleMysql connection failure
Hey guys, For some reason, can’t make DB connections on my lucee app I’m getting this error: “Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The...
View ArticleWebsocket in Fw1 framework
Hi Folks, I’ve some doubts on the WebSocket. I need to create the WebSocket using the FW1 framework to send the push notification, in normal application.cfc I was able to create the channel and I’ve...
View ArticleIIS BonCode clarification
I would to get some clarification on IIS and using the connector. I’ve been having issues with IIS and having to do iisreset a few times a week and that process is getting old. So I decided to do more...
View ArticlePreserve case setting in application.cfc
I’m trying to set the preserve struct key case setting via application.cfc (or with env var or any programmatic way), but haven’t been able to get it to work. processingdirective preserveCase="true";...
View ArticleCannot Run Lucee 6.1 Express
Cannot run with Java 8 because it is not compatible Cannot run with Java 11 neither 21 because de startup.bat look for “javaKey=HKLM\SOFTWARE\JavaSoft\Java Runtime Environment” and Java 11/21 records...
View ArticleMillisecond DatePart bug
I’m doing some testing on Lucee 6.1.0.243 and found that datePart milliseconds is returning the incorrect values. datePart(‘l’, ‘2024-12-01T00:00:00.100’); returns 100 datePart(‘l’,...
View ArticleLucee in Docker container 502 on start of container
I set up a Docker container running nginx on Ubuntu 22, and installed Lucee 5.4.6.9 myself (rather than using an official Lucee docker image) using the installer. During the setup, I elected the...
View ArticlereReplace NullPointer Exception
I am getting an intermittent NullPointer on reReplace. fileSep is one of these characters: \ / . return reReplace(path, “[\/]+”, fileSep, “all”); I reviewed the Lucee code and it is crashing on...
View ArticlepreserveCaseForQueryColumn no longer working?
I Set this in my application.cfc but it is no longer wokring after updating to 6.x <cfset this.serialization.preserveCaseForQueryColumn = false> <cfset this.sessionManagement = true >...
View Article