Hi David,
The registration of the facetoface session succeeds but the page just infininetly loads, never redirecting to the confirmation page. This infinite loading also happens on new user registration, but the user is still saved. The only way to make Totara usable after this is to clear your cookie and login again.
The error can be created by the newly created user or an old user.
The error outputs are slightly different. I have included the facetoface sign-up browser returned error (from enabling debugging) and the log output of new user registration.
Facetoface Session Sign-Up
Debug info:
Error code: sessionwaiterr
Stack trace:
- line 1455 of /lib/dml/mysqli_native_moodle_database.php: dml_sessionwait_exception thrown
- line 609 of /lib/sessionlib.php: call to mysqli_native_moodle_database->get_session_lock()
- line ? of unknownfile: call to database_session->handler_read()
- line 190 of /lib/sessionlib.php: call to session_start()
- line 482 of /lib/sessionlib.php: call to session_stub->__construct()
- line 66 of /lib/sessionlib.php: call to database_session->__construct()
- line 711 of /lib/setup.php: call to session_get_instance()
- line 30 of /config.php: call to require_once()
- line 31 of /index.php: call to require_once()
New User Registration
Default exception handler: Timed out while waiting for session lock.<br />Wait for your current requests to finish and try again later. Debug: \nError code: sessionwaiterr\n* line 1455 of /lib/dml/mysqli_native_moodle_database.php: dml_sessionwait_exception thrown\n* line 609 of /lib/sessionlib.php: call to mysqli_native_moodle_database->get_session_lock()\n* line ? of unknownfile: call to database_session->handler_read()\n* line 190 of /lib/sessionlib.php: call to session_start()\n* line 482 of /lib/sessionlib.php: call to session_stub->__construct()\n* line 66 of /lib/sessionlib.php: call to database_session->__construct()\n* line 711 of /lib/setup.php: call to session_get_instance()\n* line 30 of /config.php: call to require_once()\n* line 27 of /login/signup.php: call to require()\n, referer: https://www.smcu.us/login/signup.php
Thanks for the help!
Tony