Issues getting event listeners working

Re: Issues getting event listeners working

by Davo Smith -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

The easiest way to debug this would be to use xdebug + and IDE that can work with it (e.g. PHPStorm, the IDE I use). That way you can put a breakpoint in the course completion code, then trace through to the event handlers and hopefully see why it is not triggering your code.