bobopinna / moodle-mod_reservation

Moodle Reservation activity module
https://moodle.org/plugins/mod_reservation
GNU General Public License v3.0
5 stars 3 forks source link

mod_reservation breaks latest Moodle 3.1dev #3

Closed ewallah closed 8 years ago

ewallah commented 8 years ago

Moodle 3.1dev (Build: 20160422)

PHP Fatal error: Call to undefined method flexible_table::get_download_menu() in mod/reservation/settings.php on line 29.

bobopinna commented 8 years ago

We can't use that method anymore. I've removed default download format in plugin settings. Now it seem to work fine.

jderriks commented 8 years ago

Googling "Call to undefined method flexible_table::get_download_menu() " resulted in this page so for everyone that gets stuck with a broken Moodle because they didn't update their plugins first, here is the quick fix:

  1. repace the mod/reservation folder with the new one (git clone or download+copy)
  2. goto moodle notifications and upgrade db.

Next time don't upgrade without checking plugins first.