-
Bug
-
Resolution: Fixed
-
Critical
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-54968-master -
Moodle 3.1+ (Build: 20160616)
PostgreSQL 9.3
About 123.000 users. I'm trying to reset all profile for all users (Dashboard / Site administration / Appearance / Default profile page). After I click the button "Reset profile for all users" i got this error message:
Debug info: SELECT id FROM
{user} WHERE id = ? AND deleted = ?
[array (
0 => '109527',
1 => 0,
)]
Error code: invaliduser
Stack trace:
line 1502 of /lib/dml/moodle_database.php: dml_missing_record_exception thrown
line 1478 of /lib/dml/moodle_database.php: call to moodle_database->get_record_select()
line 6503 of /lib/accesslib.php: call to moodle_database->get_record()
line 159 of /my/lib.php: call to context_user::instance()
line 44 of /user/profilesys.php: call to my_reset_page_for_all_users()
- is a regression caused by
-
MDL-46878 Reset Dashboard for all users
- Closed