I get this error on start up using cf 11. "
Exception occured before FW/1 was initialized It must implement interface cfide.orm.IEventHandler (Application)"I looked at the interface and saw it now (as of cf11) includes 2 new functions, preFlush and postFlush. I added them to model.aop.GlobalEventHandler.cfc, and thinking myself very clever, refreshed the page. I still get the error, and I still get it after restarting everything: CF, web server, the OS. Is there some other step I need to do to flush the old GlobalEventhandler? Has anyone else run into this?