http://coldfusion.com logo
Join Slack
Powered by
# cfml-general
  • w

    websolete

    05/16/2025, 12:34 AM
    i don't keep up with it as well as i should, i suppose, but do the most recent versions of acf/lucee/boxlang support function overloading?
    b
    b
    z
    • 4
    • 10
  • d

    David Johnson

    05/16/2025, 6:08 PM
    Is there a known way to run the PROPFIND method with CFHTTP? I've done this: <cfhttp url="https://example.com/webdav/" method="PROPFIND"> <cfhttpparam type="header" name="Depth" value="1"> <cfhttpparam type="xml" value='<d:propfind xmlns:d="DAV:"><dallprop/&gt;&lt;/dpropfind>'> </cfhttp> But I get HTTP Method PROPFIND not supported. Thanks!
    p
    a
    • 3
    • 4
  • p

    PK

    05/19/2025, 4:35 PM
    I have a question about a strange happening with commandbox that started last week. My application makes a lot of ajax calls to cfcs. Just this past week the ajax calls all started giving this 500 error only in the commandbox development environment, not on production or standard installs.
    500 Function getClosedDays does not support fuseaction as an argument in C:\Projects\fitnesscollective-v1\fitnesscollectivept_v1\scheduler\components\fullcalendar.cfc
    The ajax url was a get to the following URL:
    <http://127.0.0.1:49456/scheduler/components/fullcalendar.cfc?method=getClosedDays&clientID=0&start=2025-05-18T00%3A00%3A00-07%3A00&end=2025-05-25T00%3A00%3A00-07%3A00>
    The get was made from this URL:
    <http://127.0.0.1:49456/scheduler/index.cfm?fuseaction=sessions>
    This one has me baffled. I've pulled up other apps and they're doing the same thing. I've tried different browsers and it's the same result. Any ideas?
    r
    d
    +2
    • 5
    • 20
  • n

    nickg

    05/19/2025, 5:07 PM
    Hi All. We've had a similar issue to the one mentioned above - ajax calls to cfcs breaking in a few cases. We're testing but my question is whether the jvm argument fix (Dcoldfusion.runtime.remotemethod.matchArguments=false) can be handled one a site by site basis (similar to another recent upgrade where the flag could be set in Application.cfc). So, we'd ideally like to use the latest update as is, but then use a flag on a site by site basis to role back this one arguments matching item on specific sites. Anyone try that?
    s
    c
    • 3
    • 36
  • s

    salted

    05/20/2025, 1:07 AM
    Any AWS oriented devops people online by chance?
  • s

    salted

    05/20/2025, 1:08 AM
    Trying to deploy via github to ecs and getting an error referencing a problem in code that isn’t there in the repo
    g
    q
    • 3
    • 4
  • t

    Tim Badolato

    05/21/2025, 9:21 PM
    PSA: The CFWheels channel is back with a new name #C08T44E333L
    👍 3
  • c

    Cristobal

    05/22/2025, 11:59 AM
    Stay tuned; we'll share the full video with you soon. Make sure to follow us on LinkedIn to stay updated: https://www.linkedin.com/posts/ortus-solutions-corp_cfcamp-cfcamp-boxlang-activity-73[…]m=member_desktop&amp;rcm=ACoAAAFH4HIBrL2ervOmC0dsaK0tcIlUvFfwPl4
  • c

    cfsimplicity

    05/22/2025, 4:11 PM
    Spreadsheet CFML users: you can now read a spreadsheet into an array instead of a query, should you so wish. https://blog.simplicityweb.co.uk/141/reading-a-spreadsheet-into-a-cfml-array
    🙌 5
    🙌🏼 1
  • a

    alholden

    05/22/2025, 10:52 PM
    CF2023 Update 14 applied but not fixing this - cfhtmltopdf is not creating any output or writing a file. This is in the logs: Cannot invoke "String.equalsIgnoreCase(String)" because "engine" is null
    b
    c
    c
    • 4
    • 9
  • a

    alholden

    05/22/2025, 11:01 PM
    image.png
  • a

    alholden

    05/22/2025, 11:03 PM
    image.png
  • a

    alholden

    05/22/2025, 11:19 PM
    stackTrace.txt
    stackTrace.txt
  • n

    nick

    05/23/2025, 12:13 PM
    Anyone on CF 2021 that hasn't yet applied update 20 - if you ever pass more arguments to a function that you explicitly declare with your cfargument - watch out for this: https://stackoverflow.com/questions/79634267/how-to-fix-function-functionname-does-not-support-argumentname-as-an-argumen
    👍 1
    👀 1
    d
    l
    • 3
    • 5
  • a

    alholden

    05/26/2025, 9:10 PM
    I was wondering if any of these "known issues" have been resolved yet. Clicking on any one of these issue numbers opens the tracker with "no issue found" and the search feature broken. Does anyone here know if CF-4198045 or CF-4211032 are still open?
    r
    • 2
    • 1
  • a

    alholden

    05/26/2025, 9:10 PM
    Our PDFs look nice in 2021 and whack in 2023. (we're on update 14 of Enterprise on Win 2016 server)
  • a

    alholden

    05/26/2025, 10:27 PM
    I've set the PDF Service Manager back to version 1 as a "fix" for now. This changes the value of the engine node from “pdfReactor“ to “WebKit” in /cfusion/lib/neo-document.xml
    m
    m
    • 3
    • 6
  • s

    Steve Logan

    05/30/2025, 11:05 AM
    Here's a fusion-reactor question. Just installed / updated to the latest version (licensed). I can get into the FR Admin fine, and it gives me the link for the instance as http://127.0.0.1:8089/. When I open that link I simply get : This site can’t be reached 127.0.0.1 refused to connect. I did
    netstat -aon | findstr LISTENING
    and don't see anything listening on 8089. The closest is 8501 which is CFAdmin. Any ideas what might be causing this?
    b
    • 2
    • 3
  • g

    Gareth

    06/01/2025, 11:28 PM
    anyone seen this ?
    🎉 1
    d
    t
    • 3
    • 8
  • h

    hemi345

    06/03/2025, 4:42 PM
    Can someone remind me what the CF function is called that will capture a screenshot of a webpage and output an image?
    d
    e
    • 3
    • 4
  • z

    zackster

    06/04/2025, 3:32 PM
    @abram trycf is having problems with this code with anything after acf 2021? https://trycf.com/gist/b0e07b591aa59a7580f76e13d7aaab87/acf2021?theme=monokai works on cffiddle
    a
    b
    • 3
    • 9
  • a

    adwwad afadawdwa

    06/06/2025, 2:39 PM
    Using CF11 with IIS 10 is not possible by wsconfig tool. any idea how to make it work otherwise or is it not possible at all?
    d
    j
    +4
    • 7
    • 7
  • p

    phillipsenn

    06/09/2025, 8:08 PM
    Well, it's finally happened. ColdFusion's type coercion finally got me. I was checking to see if the last two characters equaled "-0" and the following evaluated true: if (right("Dan Marino",2) == '-0') {}
    🤣 2
    b
    t
    • 3
    • 13
  • p

    phillipsenn

    06/09/2025, 8:08 PM
    Because "no" evaluates to false and negative 0 evaluates to false.
  • p

    phillipsenn

    06/09/2025, 8:09 PM
    This is the first time where I've gotten bitten. That I know of.
  • m

    mbh

    06/11/2025, 12:47 PM
    The Media3 team and Myself have built a completely free tool ColdFusion developers to help integration with MSGraph! CF Entra - Home. I hope This helps the community simplify integration, and stay secure!
    👍 4
  • s

    Steve Logan

    06/11/2025, 4:14 PM
    in ACF2021, does it support the MySQL mysql-connector-j-9.3.0.jar driver to a 5.7 database? It seems to work fine in 2023, but when I tried in 2021 I'm getting a random error in my Application.cfc about halfway down - before any DSNs are specified. The DSN validates ok in the admin. Before I go chasing this down just wanted to see if this was a driver issue, or something else popped up. The URL is
    dbc:mysql://[ip]:[port]/[db name]
    and the Driver Class is
    com.mysql.jdbc.Driver
    , and Driver Name is
    mysql-connector-j-9.3.0.jar
    .
    j
    b
    • 3
    • 6
  • f

    FAHEEM MALIK

    06/12/2025, 5:33 AM
    Lucee: Issue: While loading the table, the application encounters issues due to various reasons: 1. Occasionally, it fails to access certain Application variables or their values, even though they are properly defined in the
    onRequest
    method of
    Application.cfc
    . 2. At times, an error is thrown indicating that the datasource does not exist.
    m
    • 2
    • 1
  • b

    BK BK

    06/12/2025, 1:30 PM
    Suggestions: 1. Create the datasource in Lucee's Admin (see attached example), not in a CFM or CFC page. 2. Define application-scoped variables in
    onApplicationStart
    , not in
    onRequest
    .
  • t

    Tim

    06/13/2025, 7:44 PM
    So I just "solved" an issue with a client of mine. They got a new certificate, and ColdFusion didn't like it. They'd get this error when the server tired to connect to itself.
    I/O Exception: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    This was with the latest version of Oracle Java (11.0.27). We tried switching to Temurin 11.0.27.6, and then the connection was successful. Does anyone know what difference exists between the two that might have caused this? Since non-Oracle Java isn't something officially supported, I'm not a huge fan of this solution, and would love to get it working in Oracle Java too.
    b
    d
    • 3
    • 21