oohoo / moodle-mod_tab

The tab display module allows you to setup your information in a tabbed format. This helps to clean up your course by combining several resources into Tabs.
http://oohoo.biz/index.php/en/plug-ins/display/tab-display/
5 stars 11 forks source link

Upgrading to commit c7e1c457a20e452eae02c9c09ada2bbd2f301ccc on M3.4 fails #24

Open matthullulcc opened 6 years ago

matthullulcc commented 6 years ago

Hi,

Can you please invesitigate the issue i am encountering when trying to upgrade mod_tab to the latest commit?

I have added the error message below and if you have any questions please let me know, Matt

upgrading moodle db -->mod_tab Default exception handler: Unknown error upgrading mod_tab to version 2017121400, can not continue. Debug: Error code: upgradeerror

!!! Unknown error upgrading mod_tab to version 2017121400, can not continue. !!! !! Error code: upgradeerror !! !! Stack trace: * line 304 of /lib/upgradelib.php: upgrade_exception thrown

aferenz commented 6 years ago

Hi,

there is a missing line in the db/upgrade.php The xmldb_tab_upgrade function should always return true

so return true; should be added before the ending curly bracket