by Ahmad Moussa.
Dear Admin, kindly need your help in fixing the error. I have removed all oidc database tables from my database (auth_oidc) ...and when I wanted to install it back...it gave me the error below. Please how can I solve this issue? Thanks in Advance.
auth_oidc
Debug info: Table 'moodle.mdl_auth_oidc_token' doesn't exist
SELECT * FROM mdl_auth_oidc_token
[array (
)]
Error code: dmlreadexception
SELECT * FROM mdl_auth_oidc_token
[array (
)]
Error code: dmlreadexception
Stack trace:
- line 443 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 1019 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 1203 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_recordset_sql()
- line 1151 of /lib/dml/moodle_database.php: call to moodle_database->get_recordset_select()
- line 137 of /auth/oidc/db/upgrade.php: call to moodle_database->get_recordset()
- line 541 of /lib/upgradelib.php: call to xmldb_auth_oidc_upgrade()
- line 1630 of /lib/upgradelib.php: call to upgrade_plugins()
- line 433 of /admin/index.php: call to upgrade_noncore()