andrewnicols / moodle-local_usertours

asdf
GNU General Public License v3.0
6 stars 7 forks source link

Upgrading problem from 2016052300 #28

Open mkpelletier opened 7 years ago

mkpelletier commented 7 years ago

When upgrading usertours from 2016052300 to 2016052306, an upgrade error is produced:

Field "comment" does not exist in table "usertours_tours"

More information about this error

Debug info: Error code: ddlfieldnotexist Stack trace: line 681 of /lib/ddl/database_manager.php: ddl_field_missing_exception thrown line 60 of /local/usertours/db/upgrade.php: call to database_manager->rename_field() line 552 of /lib/upgradelib.php: call to xmldb_local_usertours_upgrade() line 1742 of /lib/upgradelib.php: call to upgrade_plugins() line 683 of /admin/index.php: call to upgrade_noncore()

A needed table is missing from the database.

andrewnicols commented 7 years ago

Hi all,

I just wanted to let you know that this issue has not been forgotten.

I work for Moodle HQ and am currently working on the Moodle 3.2 release. Moodle 3.2 includes the User Tours plugin as standard and, once the release has finished, I will be backporting all of the 3.2 User Tours features and changes to this plugin. The pending changes represent a huge improvement for User Tours and address many areas from accessibility, to reliability, to usability, to plain-old-bugs.

Unfortunately I currently don't have any spare time to work on this plugin but I do intend to address this issue shortly.

Andrew