I just checked on i.j.o to see how well it was handling the PBF activity when I noticed it isn't. In fact, it hasn't added new items since June 29. It's obviously receiving data though as open/close dates on items are being updated.
I just enabled most of the debug options on the site (thought they were already active, apparently not
So it's not that the hooks aren't triggering, but rather the logger is causing an issue in that it doesn't create files if they don't already exist and the router is catching the exceptions and throwing them as RoutingExceptions
. I've add blank log files up to the server in the meantime, let's see what happens.
And I had to add the full file path to the debug.log-path
param (D'OH!). We might be in business now.
All's well now. This has been a productive couple of hours between debugging here and working on CMS issues.
Everything was getting logged to a
error.log
file (which wasn't visible in the UI). That's now present (other changes on the framework branch aren't pushed up, I'll handle that later on).