Can't connect XAMPP to Lucee
I’ve followed this instruction guide step by step exactly and I can’t get past step 19. It never shows me the 403 Forbidden error. I just see the same XAMPP Welcome Page. I’ve uninstalled and...
View ArticleStandard Java libraries NoClassDefFoundError
Hello all, Apologies if my mistake is something relatively noobish; I’m not particularly familiar with Java so I’m learning as I go. I’ve created a Java library for Lucee to enable local printing from...
View ArticleUpgrade to 6.0.1.83 from 6.0.0.585 failed
I just ran the update to go to 6.0.1.83 from current version 6.0.0.585 It loaded to a page with a server action for update, but just a blank page. I tried to open up my the administrator in a new tab,...
View ArticleRuntime error when passing in URL
I am trying to pass some info in a URL which contains <b> . I am using URLEncodedFormat, I have also tried replacing the <b> with<b> . When it executes the receiving page...
View ArticleURL-Rewrite setup - conflicting information
I’m currently running Lucee with Apache and Tomcat, I just had to rebuild it due to EOL of the Amazon Linux version. My .htaccess file works fine up until its processing urls with .cfm in. (it used to...
View ArticleCreate datasource without lucee admin
How can we create a datasource from our Lucee/ColdFusion code without using the Lucee administration panel? 2 posts - 2 participants Read full topic
View ArticleDifferent behavior CF / Lucee on cfquery / timestamp
There is a different behavior between CF and Lucee on how a timestamp is casted to string in a cfquery: <cfset qry= queryNew("name,birthday", "varchar,timestamp", [ { "name": "Susi", "birthday":...
View ArticleStyle of tags/label changed
Not sure when exactly it changed, but I believe since yesterday or the day before, the tags look different. I was wondering if there is an option in the user settings (I didn’t find one) to revert to...
View ArticleDoes Lucee run on Graviton processors?
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleAI Web Crawler Bots Gone Wild! e.g. ClaudeBot, DotBot, PetalBot 🤖
In the middle of the night I woke to a RED ALERT from UptimeDoctor.com. In the Pushover app on my phone I literally configured a Star Trek red alert mp3 for fun, though it’s only humorous after the...
View ArticleAfter change user run Lucee to "cfml" Error 500
Hi All, i change the run user to cfml. /opt/lucee/sys/change_user.sh cfml /opt/lucee/ lucee nobackup After that luceee cannot start. HTTP Status 500 – Internal Server Error I think tomcat don’t start...
View ArticleLucee Not Reading htaccess File for SES Urls
I recently installed Lucee on Windows using the installer “lucee-5.4.5.23-windows-x64-installer” and am testing a website that previously ran using Coldfusion. Everything works well, except that the...
View ArticleDB Connection idle timeout isn't honored in Lucee 6
Hey folks, We’re upgrading what’s left of our CFML application to from Lucee 5 → Lucee 6, and we’ve seen a behavior change around database connections. All of our hosted environments proactively...
View ArticleScheduled tasks stopping on their own
I’m in the midst of migrating a bunch of scheduled tasks from an old ACF server to a Linux-based Lucee server, and I’m running into this weird problem with my tasks shutting down. I have three tasks...
View ArticleHttpd-vhosts.conf DocumentRoot not working
I’m having a problem with virtualhosts. I’ve specified the correct DocumentRoot folders for each of my websites in the httpd-vhosts.conf but when I try to access the website by domain name it keeps...
View ArticleDatasource Connections not closing
I work on a site with a few hundred daily users, and a month or two ago, we ported it over to a newly set up AWS EC2 instance, Windows Server 2022 Datacenter + IIS + Tomcat. Every few days since then,...
View ArticleProblem with cfhttp get image QR code
Hi All, i have a problem. I generate external an QR code. and get the image and save on my server. in the past I use ColdFusion. all was fine. now I switch to Lucee. but if I get the image it don’t...
View ArticleGet set for CFCamp 2024 in Germany
CF Camp, the ultimate gathering for ColdFusion enthusiasts, is just around the corner on June 13th and 14th, 2024. This yearly event brings together ColdFusion developers, experts, and enthusiasts...
View ArticleCfexecute Problem
What’s wrong? it generate an image. but not o real QR <cfexecute name="qrencode" arguments='-o #temp_vorschau#/pdf/#vorschau_bild#_22.png < /var/www/CFIDE/w2p/temp/pdf/#vorschau_bild#.txt'...
View ArticleJava method invoke error
Encountering an issue when invoking a Java method. I have implemented Java code successfully for adding a signature image to a PDF. It functioned well when executed via the command prompt, but when...
View Article