[CommandBox 6.0.0+00787][ColdBox 7.3.0+16] templatepath error on coldbox create orm-crud

I receive this error:

 key [TEMPLATEPATH] doesn't exist

when trying to scaffold orm-crud from CommandBox at my app’s directory:

 coldbox create orm-crud entity=models.Product pluralName=Products

Other “coldbox create” commands such as “orm-entity” and “layout” work just fine. I have performed “box install coldbox-cli”.

Any help, or pointing me in the right direction, is greatly appreciated.

Thanks for the report. @lmajano Can you check this out?

I get the same error.
I have logged a bug against coldbox-cli repository in github.

Thanks, will take a look

This is now fixed in the latest release. Just update your install

install coldbox-cli --force
1 Like