frumbert / wp2moodle--wordpress-

Wordpress to Moodle pass through authentication plugin (wordpress end)
27 stars 23 forks source link

Use in Moodle 2.7 #5

Closed ghost closed 10 years ago

ghost commented 10 years ago

OK I know it has only been tested with 2.6+ and not 2.7 --- which read after trying it. Doh!!

FYI the errors are -

events_trigger() is deprecated, please use new events instead

line 283 of /lib/deprecatedlib.php: call to debugging()
line 197 of /auth/wp2moodle/login.php: call to events_trigger()

add_to_log() has been deprecated, please rewrite your code to the new events API

line 48 of /lib/deprecatedlib.php: call to debugging()
line 247 of /auth/wp2moodle/login.php: call to add_to_log()
frumbert commented 10 years ago

Yeah I'm recently aware of the new incompatibilities, but haven't had time to replace the events (moving house, limited access). Shouldn't be a hard fix.