In a recent upgrade from Lucee 5 to 6.2.5 we found an issue with cfimage
Run this code in v6.2.4 and you get a pink box…
<h2>Image Test
<cfset myImage=ImageNew(“”,120,30, “rgb”, “pink”)>
<cfimage source=“#myImage #” action=“writeToBrowser”>
Done…
But if you run it in v6.2.5 the browser shows a broken image icon.
We are running Image Extension version 2.0.0.33
OS : Windows
Java Version : 17
Tomcat Version : ???
Lucee Version : 6.2.4/6.2.5
Ah I guess that’s the graph.cfm issue reported yesterday. I’ll produce a fix tomorrow, been a long day fixing ORM stuff as well as other form and image bugs
OS: Windows 11
Java Version: 21.0.8 (Eclipse Adoptium) 64bit
Tomcat Version: Apache Tomcat/11.0.9
Lucee Version: 6.2.5.48
Last week, I attempted to update my dev machine from 6.2.4.24 to 6.2.5.48, and I ran into a few issues.
The first was that the content of the file “[lucee]\tomcat\lucee-server\context\context\graph.cfm” had been replaced with the content from either “.\formtag-form.cfm” or “.\form.cfm” (they only differ by comments and slight differences in “prv.validateEmail”). I replac…