ColdFusion - Enabling ORM stops onApplicationStart from running
I just ran into a problem yesterday after restaring CF 2018 Ent. running on a Win 2012 R2 server.
The CF site has been running for 6 years without any problems, and all of a sudden
using ORM (this.ormenabled = "true") breaks the application.
After pulling the application appart, I was left with the application.cfc and index.cfm file.
I discovered that the code within the onApplicationStart and the onSessionStart event are not beeing triggered. Changing this.ormenabled to "false" resolves the proble, as long as I stay away from the new modules that uses ORM.
Has anyone seen the same behaviour?
