New Query Return Type
So not exactly earth shattering, but I’ve encountered this scenario often enough I thought it worth bringing up. Often when returning data from a query that will be used either for an API, or to pass...
View ArticleSSL Certificates for Lucee / Let's encrypt
For translations, I have a free Deepl Account. Every night, I check database for missing translations, request Deepl and save the translations in database. It looks like, they have updated their ssl...
View Article"startswith" and "endswith" operators
ColdFusion has a contains operator, as in: if ( value contains "foo" ) { ... } To be fair, I almost never use this; but, I do like the sematics of it. Seems strange that we don’t have a startswith and...
View ArticleError when debug is enabled
Hi Wonder if anyone could help me with this? After updating from v5.4, when I enable debug it throws an error, saying: Message The key [implicitAccess] does not exist Detail Only the following keys...
View ArticleApplication Extensions Provider Error
I accidentally added the same lucee extensions url in the providers section of the Lucee admin. Now it won’t let me get back to that page to remove it. Just throws an error. Where can I edit the...
View ArticleMerge arguments and local scope
With Lucee 6.1 we focus on performance that includes the following point improve/shrink the bytecode generated by specialisation improve repeatable task like checking if a template exists improve...
View ArticleS3 Extension over Proxy
I have Lucee 5.4.3.16 and S3 Extension 2.0.1.25. My Lucee server is behind a firewall and can’t get out with s3://… Is it possible to specify a proxy server like with cfhttp? 1 post - 1 participant...
View ArticleSession troubles between sites on Win2022/IIS
I have two sites running on a Win 2022/IIS server. Both have separate app pools/directories/web contexts . The code and folder structure is exactly the same with the exception of the root...
View ArticlePermission issues with Lucee REMOTE Methods
Hi Everyone, I am not sure if something has changed recently (within lucee’s code / tomcat configs) but here are the symptoms… I have a 403 forbidden response when attempting to call a method that is...
View ArticleMod_cfml routing requests to Lucee is not successful
I’m currently trying to get lucee working with Apache in RHEL docker container using mod_cfml. These are the steps I followed. Disclaimer: I might have done something wrong, as I don’t work with Linux...
View ArticleWhat is new in Lucee 6? (Part 1)
Lucee 6 comes with a lot of new features and functionality that improve your interaction with Lucee both directly, through new features, and indirectly, by enhancing the existing ones. The focus, as...
View ArticleWhat is new in Lucee 6? (Part 2)
Lucee Admininstrator So far Lucee did support 2 kinds of Administrators, the Lucee Web Administrator and the Lucee Server Administrator. This is a big benefit when you have a multi web context...
View ArticleCreate multi level JSON dynamically
I created a new CFC for accessing the new UPS API using JSON. I mainly use the rates API which sends a slight big and multi level JSON. I decided to go with creating a struct and then serialize it to...
View ArticleDebugging Template Paths all the Same
Under Debugging>Logs when I pull up a record they all point to: Template: /lucee/admin/web.cfm (zip:///var/www/html/WEB-INF/lucee/context/lucee-admin.lar!/web.cfm Should the template name be the...
View ArticleWhat is lucee/temp/compress/ for?
What is the directory lucee/temp/compress for? /var/www/html/WEB-INF/lucee/temp/compress/ There are multiple directories with unique ids in there. Are these previous Lucee versions? Version Lucee...
View ArticleDifferent value about null from local and query scope
Hi all. This is a bug? Seems that Lucee evaluates a null value differently depending on whether it is in “local” or “query” scope. I noticed this with a query in Postgres. var thisNull = nullValue();...
View ArticleCfexecute worked 3 years to run DOS batch files ... now it doesn't work...
I have a program called backups.cfm that I wrote years ago. I recently upgraded to Lucee 5.4.3.16 both my dev machine (Windows 10) and my customer’s machine (Windows Server 2016). The program allows...
View ArticleMod_cfml not working Lucee 5.4.3.2, Constant Redirect, _&, work around
We have been using the lucee-5.3.7.047-pl0-windows-installer.exe for years. Recently we updated to 5.4.3.2 and used the server admin for almost all our updates. Recently had to do a new install on...
View ArticleMapping issue with multiple sites/contexts and admininstrator set to single mode
Version |Lucee 6.0.0.585 Loader Version |6.0.0.585 Servlet Container |Apache Tomcat/9.0.72 Java |11.0.18 (Eclipse Adoptium) 64bit OS |Windows Server 2022 (10.0) 64bit Architecture |64bit| Inspect...
View ArticleLooking for help diagnosing *very bad* Intermittent OOM Events
I’ve moved from a very, very stable ubuntu 18/lucee 5.4 set up to a new ubuntu 22.04/lucee 6 setup. Everything was installed to defaults. It has been an absolute, unbelievably challenging nightmare...
View Article