When I trigger an event for _set_name and _set_picture to populate the active users plugin (which works well) I get the following warnings:
[13-04-03 16:09:30] [ERROR] no handler for event-type: _set_name
[13-04-03 16:09:30] [ERROR] no handler for event-type: _set_picture
I get why they happen, but should they happen? I can't think of any reason why I would want to catch the name and picture in events? Shouldn't the active users plugin just create blank events to prevent these errors?
Issue by KieranP Wednesday Apr 03, 2013 at 03:12 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/139
When I trigger an event for _set_name and _set_picture to populate the active users plugin (which works well) I get the following warnings:
I get why they happen, but should they happen? I can't think of any reason why I would want to catch the name and picture in events? Shouldn't the active users plugin just create blank events to prevent these errors?