Another Strange Problem in coldbox 4.20

After I upgrade my coldbox to 4.20
I’ve got strange error :

Controller.SettingNotFoundException
Nachricht
The setting orm does not exist.
Detail
FWSetting flag is false
TagContext
/opt/workexpert/at1/coldbox/system/web/Controller.cfc (202)
/opt/workexpert/at1/web/go/modules/cborm/models/EventHandler.cfc (132)
/opt/workexpert/at1/web/go/modules/cborm/models/EventHandler.cfc (26)
/opt/workexpert/at1/web/go/modules/cborm/models/BaseORMService.cfc (343)
/opt/workexpert/at1/web/go/modules/cborm/models/VirtualEntityService.cfc (114)
/opt/workexpert/at1/web/go/handlers/intern/admin.cfc (448)
/opt/workexpert/at1/web/go/handlers/intern/system/bank.cfc (25)
/opt/workexpert/at1/coldbox/system/EventHandler.cfc (78)
/opt/workexpert/at1/coldbox/system/web/Controller.cfc (761)
/opt/workexpert/at1/coldbox/system/web/Controller.cfc (599)
/opt/workexpert/at1/coldbox/system/web/Controller.cfc (425)
/opt/workexpert/at1/coldbox/system/Bootstrap.cfc (197)
/opt/workexpert/at1/coldbox/system/Bootstrap.cfc (353)
/opt/workexpert/at1/web/go/Application.cfc (96)

this problem is this eror is sometimes.
Anyone can help ?

Thanks

Andri

Might be missing ORM setting in /config/ColdBox.cfc

`
orm = { injection = {enabled=true} };

`

Another thing that you might want to take a look is the new ORM component path. I just found out today.

Here’s the link:

I have do that too, by adding the mapping and change the old code to the new one. But the strange error still there. What make me strange is, if I refresh the browser the error is gone. Really strange :wink: