Is spreadsheet-cfml compatible with lucee 6? #380
-
I am just wondering because I believe I have it installed properly but I am getting an error. GetFileInfo can find the file using the same path.
|
Beta Was this translation helpful? Give feedback.
Answered by
cfsimplicity
Nov 18, 2024
Replies: 1 comment 3 replies
-
I've had mixed results with Lucee 6. Some releases work ok but with others I can't get the test suite to pass or run at all for reasons I don't really understand. What is the actual code you are trying to run when you get that error? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to pass an absolute file path to the
read()
function. So change:to