Quantcast
Channel: Lucee Dev - Latest topics
Browsing all 420 articles
Browse latest View live

Lucee 6 Not Reading lucee-server.xml After Upgrade

I am trying to upgrade our Production servers to Lucee 6.0.0.585. Installation has gone smoothly on all of our dev and QA servers. Upon upgrading to Lucee on the first server, all server settings were...

View Article


Property default

When I want the result of an expression to always be exported in json, I generally do this: component accessors="true"{ property name="amount" type="Numeric" default="#this.calcAmount()#"; public...

View Article


Image may be NSFW.
Clik here to view.

ListCompact does not fully compact

I would like to see ListCompact remove all empty elements rather than just those at the beginning and end. The existing function seems more like ListTrim. CF Docs listCompact Code Examples and CFML...

View Article

CFChart - Undefined tag

Are there issues with CFCHART in Lucee? Do I have to install a separate component? When I try to execute a CFCHART I get an error →...

View Article

CFmail with Attachement

When I try a cfmail with any attachment I get this. timeout occurred after 30 seconds while sending mail message:0 at lucee.runtime.net.smtp.SMTPClient._send(SMTPClient.java:912) at...

View Article


Where is the setting for Maximum size of post data

I have a need to upload large files. When I was on ACF I edited the IIS so that the web.config had a high enough setting by having an entry for requestLimits maxAllowedContentLength I then found that...

View Article

Issue with CFHTTP formfield TYPE

I have some code that uses CFHTTP to score an IP number on getipintel.net to see if it is a VPN. The code works fine on ACF 2016, but when I try to run it on Lucee it throws an error. The working...

View Article

Lucee 6 Internal DNS Lookup Issues

I am trying to upgrade our production version of Lucee to 6.0.0.585. When I turn live traffic on for a server with Lucee 6 on it, after about 60 seconds, cfhttp requests to internal DNS names are...

View Article


Image may be NSFW.
Clik here to view.

DecimalFormat and Serialization

Try this: var a = 1; dump(var=a, label="start") // a is number a = DecimalFormat(1); dump(var=a, label="after DecimalFormat") // a is string dump( SerializeJSON(a) ) // a is treated as a string Lucee:...

View Article


Bug? Administrator kicks me out when I try to filter extensions

I have a problem with the Lucee administrator. I’m logged into the dashboard, go to EXTENSIONS - APPLICATION, all good to here, type CHART and hit FILTER and it kicks me out, saying “No access,...

View Article

Image may be NSFW.
Clik here to view.

Options for converting Word documents to PDF

Fairly new using Lucee in production. Ran into an issue this week while converting uploaded documents to PDF. The problem is with converting Microsoft documents like Word .doc and .docx files. I found...

View Article

Conditional statement bug

<cfoutput> <cfset i = 8/> <cfdump label="before" var="#i#"/> <cfif i = 20> <!--- do somthing ---> </cfif> <cfdump label="now" var="#i#"/> <!--- i is now 20...

View Article

Lucee 6.0.0.585 Cannot install S3 Extension

I am working on upgrading from 5.3* and have successfully done all apart from installing the S3 extension, after the updgrade it was listed as not installed. Via the Application admin panel I attemped...

View Article


No matching function/Method getcreationhelper()

OS: Windows Java Version: 11 Tomcat Version:9 Lucee Version: 5.3.9.133 We are using HSSF for excel sheet downbloads. For older version of lucee 5.1.3.91 getcreationhelper() was working with HSSF, but...

View Article

Image may be NSFW.
Clik here to view.

Working with database

My friend wants to have SQLite on his website and he created folder for it in “/MembersOnly/DatabaseFiles/users.sqlite” My structure looks like this: /root /Register/index.cfm...

View Article


Lucee and undefined tag [CFFORM] error

Hello! I’m new to this and not really a web developer… I have an application known as “Accela” that runs on an “OpenJDK Platform Binary” service, and I assume, inside that the lucee server runs which...

View Article

VSCode CFMLEditor Extension

Last night I discovered the CFMLEditor extension for VSCode, which is a maintained fork of the CFML extension by KamasamaK. I’ve been wanting a .cfs support for some time now, and last night after...

View Article


Adobe apsb24-14 and cve 2024-20767

I wanted to ask, just to be sure. There are no Lucee issues related to the recent Adobe CF updates. Is that correct? Other than the possibility of unscoped variables being replaced by values from an...

View Article

SEVERE [ajp-nio-0:0:0:0:0:0:0:1-8009-exec-8]...

Hello all, Recently we ported our code to latest lucee. We use memcached for session management. Since the upgrade, once in a while some clients ( not all) experience a 500 error. The only way I could...

View Article

Starting Lucee in Mac fails

Been working fine, then I upgraded to Monterey 12.7.4 and tried to start lucee using startup.sh which returned: -bash: startup.sh: command not found Where to from here? Don’t forget to tell us about...

View Article
Browsing all 420 articles
Browse latest View live