How To / General

Events 1 API question

  • Lisa Norman
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 6 days ago #1 by Lisa Norman
Events 1 API question was created by Lisa Norman
On my notification page, I see:

The following plugins in your system are using Events 1 API deprecated handlers: ''. Please, update them to use Events 2 API. See docs.moodle.org/dev/Event_2#Event_dispatching_and_observers .

Note that the helpful name of the affected plugin is ' ' -- so helpful! I'm pretty sure that this is NOT coming from Joomdle, but I wanted to double check. I don't have any other plugins installed on Moodle, other than the 385 (!) that come shipped with it.

I figured I'd check and see if you'd ever seen this before. (Oh, and my phantom errors have returned...sigh. Working on changing to a new server...)

Please Log in or Create an account to join the conversation.

More
9 years 4 days ago #2 by Antonio Durán
Replied by Antonio Durán on topic Events 1 API question
This warning is shown when there are entries in old events_handlers table. You don't really need to worry about it,although if you are sure it is not being used, you coudl manually delete the row in the database.
If there is no name in message,there is no component set in table.

Please Log in or Create an account to join the conversation.

  • Lisa Norman
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 4 days ago #3 by Lisa Norman
Replied by Lisa Norman on topic Events 1 API question
THANK YOU!!! That has been driving me crazy!

Please Log in or Create an account to join the conversation.