http://coldfusion.com logo
Join Slack
Powered by
# box-products
  • j

    Jeff Stevens

    03/13/2023, 1:26 PM
    Hello! I'm using box-ngrok and I've gotten to a point where things have started up okay, but ngrok is saying that I need to set my auth token to continue using it. Where would I be able to do this with box-ngrok? I didn't see any commands in the readme for this and I can't find an ngrok.yaml file in my project to set my auth token there.
    ✅ 1
    j
    g
    • 3
    • 9
  • p

    Patrick

    03/13/2023, 6:22 PM
    When trying to install the
    oauth2-providers
    module I get an error; not sure if this is an issue for the module side or my side. Thoughts
    ✅ 1
    b
    • 2
    • 39
  • c

    cubortea

    03/14/2023, 2:59 AM
    Hi Everyone, I just upgrade my docker-commandbox image uisng jdk11-3.7.0 with commandbox version 5.8.0 in my dockerFile I have a script > RUN ls -l ${BOX_SERVER_APP_SERVERHOMEDIRECTORY}/WEB-INF/lucee-server/context/context/ortus/redis/ with this lates commandbos I always get error : ls: cannot access '/root/serverHome/WEB-INF/lucee-server/context/context/ortus/redis/': Operation not permitted with docker-commandbox image uisng jdk11-3.6.0 commandbox version 5.6.1 is fine, the ls script still can be run. any idea what this problem ?
    b
    j
    • 3
    • 12
  • r

    ryan

    03/14/2023, 5:47 PM
    Is there a way to re-route from a handler method?
    d
    • 2
    • 3
  • j

    Jeff Stevens

    03/14/2023, 7:15 PM
    Hello! I'm working on a .cfc file on my coldbox server that is not stored in the models or handlers folder of my server. Is it still possible to instantiate objects from modules there, like logbox, for example? I'm used to just performing injections like
    Copy code
    property name="logger"      inject="logbox:root"
    However, I don't believe I have access to injection syntax like this outside of my models or handlers folders.
    p
    b
    • 3
    • 20
  • t

    teaman

    03/15/2023, 3:58 PM
    @jclausen Hi Jon, I heard you might be adding ACF 2018.0.16 to forgebox? Any idea when that will be available?
  • j

    jclausen

    03/15/2023, 4:03 PM
    Should be available later today: https://cfml.slack.com/archives/C06T99N9G/p1678896187144419?thread_ts=1678895399.237099&cid=C06T99N9G
  • t

    teaman

    03/15/2023, 4:40 PM
    Terrific! Thanks, Jon!
  • j

    jclausen

    03/15/2023, 5:23 PM
    Forgebox Adobe engines have been updated to the latest hotfixes. Packages on Forgebox are:
    adobe@2021.0.06+330132
    adobe@2018.0.16+330130
    cc/ @teaman
    ⭐ 4
    👍 5
    👍🏻 1
  • s

    Scott Bennett

    03/17/2023, 8:08 PM
    is there any documentation at all that details the functionality included in: https://www.forgebox.io/view/cbcommerce or at least some sort of screenshots/demo site somewhere that people can look at it? or is it something that I would need to install it and play around with it on a local dev site to evaluate it in any way?..... the "documentation" site its a bit.... sparse... on details https://cbcommerce.ortusbooks.com/
    e
    j
    • 3
    • 7
  • r

    ryan

    03/18/2023, 2:26 PM
    What is the best way to debug routes and handlers? I tried to use route-visualizer but it does not show up when I add
    /route-visualizer
    to the URL after installing it with Commandbox CLI. Basically, would something like this work in Router.cfc?
    Copy code
    route(':action?').toHandler('admin')
    .withCondition(function(event, rc, prc) {
    	return isUserInRole('admin');
    });
    
    Essentially, I am attempting to simplify the URL from `/admin/action` to `/action` only.  Then, in the route, check if the user's role is 'admin' to accept the route and pass it to the Admin handler.  I've never used withCondition and the limited example is not quite correct in the coldbox docs, either, but I get the gist of it.
    <https://coldbox.ortusbooks.com/the-basics/routing/routing-dsl/routing-methods#routing-conditions>
  • r

    romanstr

    03/20/2023, 7:15 PM
    is there any way to update adobe coldfusion under commandbox automatically? I tried use "Automatic updates" in CF Admin, change cfengine to certain version in server.json. But it doesn't work
    b
    • 2
    • 10
  • l

    lmajano

    03/20/2023, 8:23 PM
    Just a reminder that we still have seats available for the ColdFusion MVC training using ColdBox & BDD on April 4th before CFSummit East in Washington DC. Here's a nice discount for ya! www.eventbrite.com/e/549438735047/?discount=social See you soon!
    ➕ 1
    p
    • 2
    • 3
  • s

    salted

    03/21/2023, 2:44 PM
    get this error trying to install cbplaywright in a proj:
    b
    • 2
    • 4
  • s

    salted

    03/21/2023, 2:44 PM
    Copy code
    × | Playwright driver not found.  Please wait for a moment while the correct driver for your platform is downloaded.   |---------------------------------------------------------------------------   | Downloading driver from [<https://search.maven.org/remotecontent?filepath=com/microsoft/playwright/driver-bundle/1.31.0/driver-bundle-1.31.0.jar>]   | Unable to download the driver:
       | Connection failure <https://repo1.maven.org/maven2/com/microsoft/playwright/driver-bundle/1.31.0/driver-bundle-1.31.0.jar>
       | PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  • s

    salted

    03/21/2023, 2:44 PM
    anyone had that before?
  • s

    salted

    03/21/2023, 2:45 PM
    sounds like some sort of cert problem but no idea why it is a problem
  • g

    Grant Shepert

    03/21/2023, 5:24 PM
    Having a strange issue with Commandbox Docker image. For some reason, it is caching .js, .txt, similar files. Switched to the lucee image and problem went away.
    b
    j
    d
    • 4
    • 14
  • f

    fman

    03/23/2023, 1:17 PM
    Hi, today I've had a discussion (well really something more similar to a quarrel) with a developer that said to me:
    a
    r
    +2
    • 5
    • 9
  • f

    fman

    03/23/2023, 1:18 PM
    1. When I'm using CommandBox I'm not using Adobe Coldfusion
  • f

    fman

    03/23/2023, 1:18 PM
    2. I'm getting a 'Adobe Coldfusion' Copy from ortus site
  • f

    fman

    03/23/2023, 1:21 PM
    I'm getting a little bit nervous about these statements
  • f

    fman

    03/23/2023, 1:21 PM
    Then I would like to have some 'official?' help to provide answers
  • f

    fman

    03/23/2023, 1:25 PM
    One big question is: Can I use CommandBox in production? We have a Adobe SUpport Contract and I do not know if they will provide support
  • f

    fman

    03/23/2023, 1:26 PM
    Another question is: CommandBox is not using Tomcat, but wildfly, it will be ok to manage the load of a production site
  • f

    fman

    03/23/2023, 1:26 PM
    Thanks a lot
    j
    b
    • 3
    • 41
  • r

    Rodney

    03/23/2023, 1:26 PM
    Please use threads.
  • f

    fman

    03/23/2023, 1:27 PM
    Ok, I'm sorry . Can I fix this now? i.e create a thread?
    r
    • 2
    • 1
  • r

    Ryan Albrecht

    03/23/2023, 1:56 PM
    I have an issue with coldbox. I have the Quick module and the cfmigrations module installed in my coldbox app. Quick has a dependency for
    "qb":"^9.1.2"
    and cfmigrations has a dependency for
    "qb":"^8.0.0"
    . The quick module is not working because it seems to be using the cfmigrations qb module. Both modules have the install path for qb set to
    "qb":"modules/qb/"
    . How do I go about resolving this issue?
    s
    e
    • 3
    • 8
  • s

    sknowlton

    03/23/2023, 5:18 PM
    speaking of qb, any idea why the changelog for v9 shows breaking changes that happened long before v9, e.g. renaming MSSQLGrammar?
1...242526...30Latest