http://coldfusion.com logo
Join SlackCommunities
Powered by
# cfml-general
  • d

    Daniel Mejia

    08/02/2022, 9:31 PM
    cfhttp.filecontent:
    Connection Failure
    always baffles me. I'm never sure what it means.
    a
    b
    +4
    • 7
    • 58
  • m

    mk

    08/03/2022, 1:40 PM
    Hi, My cfadmin is not loading on https, how can i fix it, any clues, i intsalled a new version of coldfusion 2021 on its default port 8500
    r
    b
    • 3
    • 48
  • m

    mjclemente

    08/03/2022, 6:40 PM
    curious if anyone has used the pub/sub functionality of Postgres with CFML?
    s
    s
    • 3
    • 13
  • d

    Dave Merrill

    08/04/2022, 6:02 PM
    Strict-Transport-Security question. In Ben Nadel's article about it in CF 2021, he only has it enabled in production, not dev, and I'm wondering why. What's the downside of having it on in dev?
    b
    f
    • 3
    • 9
  • s

    Scott Steinbeck

    08/04/2022, 6:48 PM
    i know in the past this has been something of interest JSON Schema Validation, I found javascript library that has a very nice and readable syntax that may have some overlaps with
    cbValidate
    but it is in more of a functional style. Before I go down the rabbit hole of converting this module would there be any interested in using it? Please comment in thread if so
    z
    • 2
    • 7
  • f

    fyroc

    08/04/2022, 7:52 PM
    Does anyone have an easy solution to format a date to this format?
    Copy code
    2022-08-04T19:50:19.908Z
    p
    w
    • 3
    • 4
  • b

    Brian Lang

    08/04/2022, 10:05 PM
    I'm moving an old website on CF16 to a new CF21 server. Running a query and I get this in a date field: In CF16, it returns a date/time value as normal. Any suggestions on how to fix?
    b
    s
    • 3
    • 16
  • d

    Dave Merrill

    08/05/2022, 5:47 PM
    The CF 2021 package manager can list the packages your codebase needs, can uninstall ALL, and can install or uninstall individual packages. What it can't do out of the box, far as I can tell, is remove the ones your codebase DOESN'T need, which is what I'd like to do. I could remove all, then install each of the ones it says we need, which I'd have to script myself, not hard. Am I missing the one-liner for this? Is there a downside to removing ones I actually need, then installing them again, other than the thrash of doing it?
    t
    m
    • 3
    • 5
  • o

    Ookma-Kyi

    08/05/2022, 11:02 PM
    I just had a crazy idea. Use a text to speech program to create audio files that are played to assist the user with the given page when a help icon is clicked on. Example: https://murf.ai/shared/share-link/public/W6X9ROGeEFX0pEiJAFApCr5RZgx1/P016597402149779F5/output.wav
    j
    a
    d
    • 4
    • 13
  • c

    Charles Robertson

    08/06/2022, 10:34 AM
    Does anyone know how to add a MySQL data source via a CommandBox recipe, using Adobe 2018 engine? Thanks for your help? I have added a file called .config.json in my webroot with the following content:
    Copy code
    cfconfig datasource save name=eblog-installer dbdriver=mysql host=localhost port=3306 database=eblog-installer username=myUsername password=myPassword
    My current recipe look like this:
    Copy code
    cd C:\ColdFusion2018\cfusion\wwwroot\eblog-installer\installer
    server set web.http.port=8502
    server show web.http.port
    server set openBrowserURL=/index.cfm
    server start cfengine=adobe@2018
    And do I need to add the MySQL driver .jar to the CommandBox/jre/lib
    b
    • 2
    • 6
  • w

    websolete

    08/08/2022, 3:29 PM
    how 'expensive' is calling getMetadata() on an object? i have a recursive function where i may need to call getMetadata at every level of recursion on an argument being passed in and don't want any significant overhead
    s
    m
    b
    • 4
    • 15
  • w

    websolete

    08/08/2022, 3:29 PM
    for cf10 specifically, but curious more generally as well
  • t

    TEMann

    08/08/2022, 4:23 PM
    What file stores the CFAdmin ports if you have multiple CF instance running?
  • c

    Cory Howitz

    08/08/2022, 7:38 PM
    is there any guide to setting up kerberos/keytab for mssql datasources?
  • c

    Cory Howitz

    08/08/2022, 7:41 PM
    or has anyone done it, on linux?
  • b

    Brian Lang

    08/08/2022, 9:20 PM
    Working with a new ACF DEV 21 server. Getting useless error messages like this instead of the robust error messages I want. Enable HTTP status codes is NOT turned on. Enable Robust Exception Information IS turned on.
    m
    b
    c
    • 4
    • 8
  • b

    Brian Lang

    08/08/2022, 9:25 PM
    Any suggestions on how to get the more detailed error messages?
  • p

    Patrick

    08/08/2022, 9:27 PM
    Did you restart CF after making that change?
  • b

    Brian Lang

    08/08/2022, 9:34 PM
    Yes. Server has been restarted several times with these settings in place
    a
    d
    • 3
    • 10
  • g

    Gareth

    08/08/2022, 10:02 PM
    how are you all building your CF UI's ? If you're doing stuff with "popular" javascript frameworks, are you using node at runtime, or just at build time ? If you're not using popular javascript frameworks, are you doing server side rendering and them some form of javascript delegates or hydration ?
    d
    s
    p
    • 4
    • 13
  • a

    Animesh Dutta

    08/09/2022, 5:11 AM
    Hi
  • m

    Michael Schmidt

    08/09/2022, 1:12 PM
    Can you make a sample gist on TryCF because you have four input variables which we have no way of knowing what you tried to get your errant results...
    s
    d
    a
    • 4
    • 6
  • p

    pauls

    08/09/2022, 4:31 PM
    If you are using Visual Studio Code, what does your development environment look like? What extensions, are you using the Adobe extension, etc?
    d
    r
    +6
    • 9
    • 13
  • s

    Scott Steinbeck

    08/09/2022, 5:48 PM
    For those experiencing issues with the vscode extension Adobe CF Builder Extension after install
    Copy code
    All features under Project Manager, CF Servers, RDS Dataview, and RDS Fileview are not working. Examples: not able to Create Project or Add Server.
    please vote https://tracker.adobe.com/#/view/CF-4214633 Im trying to get a session with an adobe dev, so that I can help debug the problem @lmajano @elpete @bdw429s @Mark Takata (Adobe)@mithlond (I tagged those that have mentioned having issues, not sure if they are this exact one)
    b
    m
    +6
    • 9
    • 80
  • g

    gsr

    08/11/2022, 12:44 PM
    does this KB is applicable to cf2021 too or not
    j
    • 2
    • 1
  • g

    gsr

    08/11/2022, 12:44 PM
    https://helpx.adobe.com/coldfusion/kb/coldfusion-iis-manual-connector-configuration.html
    j
    • 2
    • 6
  • j

    Jim Partin

    08/12/2022, 1:46 AM
    Ok, gotta another "fun" one (cf2021u4). Using member functions, what is the proper way to take string "foo", and get a base64URL result? I've tried the simple: variables.foo.binaryEncode( "base64URL" ); and i've tried to get slightly clever: variables.foo.toBase64().toBinary().binaryEncode( "base64URL" ); I hope i'm missing something obvious here.
    s
    m
    • 3
    • 5
  • g

    gsr

    08/12/2022, 6:12 PM
    i am trying to serve html file if my coldfusion server is down using IIS, but everytime i ended server not found, i want that a default html page called as index.htm should be executed if cfserver is not running at least IIS should serve html file
    a
    d
    • 3
    • 2
  • z

    zackster

    08/14/2022, 11:30 AM
    does ACF's CFDIRECTORY sort with
    action=list
    , only on the final result for
    listinfo="name|path"
    , or does it support
    sort="directory asc, name desc"
    etc https://luceeserver.atlassian.net/browse/LDEV-3188
  • d

    drewnathanson

    08/14/2022, 9:54 PM
    According to the docs, it will support sort if action = 'list' and does support directory asc, name desc type values.
1...141516...38Latest