In our production environment we have several tables with after record insert and after record update events.
For one of those tables these events are not fired anymore.
We have the same solution source in developer and the error is there also.
If I put an application.output as first line in the event method, there is no output in the console.
It looks as if the event method is not executed at all.
Completely new to Servoy, but if inheritance works like in VFP, if there is anything in a subclass method, even a space, the object sees this as an override of parent code, so I suggest you review any subclasses to ensure they are indeed empty. Perhaps you could put a break in the code to trace where the event code is actually going.