Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when upgrading to moodle 4.1.3 #78

Open
qqtuyen opened this issue Apr 25, 2023 · 2 comments
Open

Error when upgrading to moodle 4.1.3 #78

qqtuyen opened this issue Apr 25, 2023 · 2 comments

Comments

@qqtuyen
Copy link

qqtuyen commented Apr 25, 2023

From Moodle 3.11.12 to Moodle 4.1.3

from format_remuiformat version 1.1.1 to 4.1.2

-->format_remuiformat
Default exception handler: Unknown DDL library error Debug: Index remuiformat_course_visits->user does not exist. Drop skipped
Error code: ddlunknownerror

  • line 859 of /lib/ddl/database_manager.php: ddl_exception thrown
  • line 111 of /course/format/remuiformat/db/upgrade.php: call to database_manager->drop_index()
  • line 784 of /lib/upgradelib.php: call to xmldb_format_remuiformat_upgrade()
  • line 1953 of /lib/upgradelib.php: call to upgrade_plugins()
  • line 202 of /admin/cli/upgrade.php: call to upgrade_noncore()

!!! Unknown DDL library error !!!
!! Index remuiformat_course_visits->user does not exist. Drop skipped
Error code: ddlunknownerror !!
!! Stack trace: * line 859 of /lib/ddl/database_manager.php: ddl_exception thrown

  • line 111 of /course/format/remuiformat/db/upgrade.php: call to database_manager->drop_index()
  • line 784 of /lib/upgradelib.php: call to xmldb_format_remuiformat_upgrade()
  • line 1953 of /lib/upgradelib.php: call to upgrade_plugins()
  • line 202 of /admin/cli/upgrade.php: call to upgrade_noncore()
    !!
@xmontana
Copy link

xmontana commented May 8, 2023

Same problem here, upgrading from 3.9 to 4.1.3+ from format_remuiformat version 1.1.1 to 4.1.2

Información de depuración: Index remuiformat_course_visits->user does not exist. Drop skipped

Error code: ddlunknownerror 
Trazado de la pila (stack):

line 859 of /lib/ddl/database_manager.php: ddl_exception thrown
line 111 of /course/format/remuiformat/db/upgrade.php: call to database_manager->drop_index()
line 784 of /lib/upgradelib.php: call to xmldb_format_remuiformat_upgrade()
line 1953 of /lib/upgradelib.php: call to upgrade_plugins()
line 721 of /admin/index.php: call to upgrade_noncore()

@abhikushwah
Copy link

abhikushwah commented May 9, 2023

We are working on this issue we will soon release an update with the issues fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants