Hello!
I am making a custom module for Coldbox to distribute on Forgebox. I have successfully uploaded the module to Forgebox and have installed it on my Coldbox application, however, I am receiving the following error message:
I receive this error message upon triggering a handler function which injects the module. This injection looks like this:
Here’s my ModuleConfig.cfc file:
The folder containing the module named “dog” is in the app’s modules folder. The folder struct looks like the following:
I’m not very experienced with modules, so I could be missing something very small here. Could someone please offer some help?