Cannot log out using OpenID Connect

Re: Cannot log out using OpenID Connect

by Ausmer Ausmer -
Number of replies: 0

Alguien sabe como solucionar el error reportado por Darren? Este es el mismo pero para SQL Server

Gracias

Debug info: SQLState: 42S22<br>
Error Code: 207<br>
Message: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]El nombre de columna 'user' no es válido.<br>

SELECT u.username
FROM mdl_local_o365_objects obj
JOIN mdl_user u ON u.id = obj.moodleid
WHERE obj.objectid = N'67e479c4-35d4-48b3-bc07-6a711336bc39' and obj.type = "user"
[array (
0 => '67e479c4-35d4-48b3-bc07-6a711336bc39',
)] 
Error code: dmlreadexception
Stack trace:
  • line 443 of \lib\dml\moodle_database.php: dml_read_exception thrown
  • line 291 of \lib\dml\sqlsrv_native_moodle_database.php: call to moodle_database->query_end()
  • line 398 of \lib\dml\sqlsrv_native_moodle_database.php: call to sqlsrv_native_moodle_database->query_end()
  • line 850 of \lib\dml\sqlsrv_native_moodle_database.php: call to sqlsrv_native_moodle_database->do_query()
  • line 898 of \lib\dml\sqlsrv_native_moodle_database.php: call to sqlsrv_native_moodle_database->get_recordset_sql()
  • line 1480 of \lib\dml\moodle_database.php: call to sqlsrv_native_moodle_database->get_records_sql()
  • line 351 of \auth\oidc\classes\loginflow\authcode.php: call to moodle_database->get_record_sql()
  • line 377 of \auth\oidc\classes\loginflow\authcode.php: call to auth_oidc\loginflow\authcode->check_objects()
  • line 220 of \auth\oidc\classes\loginflow\authcode.php: call to auth_oidc\loginflow\authcode->handlelogin()
  • line 79 of \auth\oidc\classes\loginflow\authcode.php: call to auth_oidc\loginflow\authcode->handleauthresponse()
  • line 105 of \auth\oidc\auth.php: call to auth_oidc\loginflow\authcode->handleredirect()
  • line 29 of \auth\oidc\index.php: call to auth_plugin_oidc->handleredirect()