Learner cannot change password.
-
Hello, I have a trouble recently.
Does other one have same experience ?The problem is;
1. When password change (including at first time), learner gets password change request via e-mail.
2. The learner click password change request URL (that is long URL)
3. The learner gets a white page.
4. When Sensei-LMS is inactive state, Learner can see the password change screen.These steps are my phenomena. The follows are my light investigation.
A. in this white page. Just having this source HTML;
<div class=”sensei-message alert”></div><br />B. I change my wordpress setup
“define( ‘WP_DEBUG’, true );”
in wp-config.phpC. I reproduce above scenario, I got 5 times warning messages.
Warning: Cannot modify header information - headers already sent by (output started at /home/users/web/learning/wp-content/plugins/sensei-lms/includes/class-sensei-notices.php:110) in /home/users/web/learning/wp-login.php on line 485 Warning: Cannot modify header information - headers already sent by (output started at /home/users/web/learning/wp-content/plugins/sensei-lms/includes/class-sensei-notices.php:110) in /home/users/web/learning/wp-includes/functions.php on line 6878 Warning: Cannot modify header information - headers already sent by (output started at /home/usersweb//learning/wp-content/plugins/sensei-lms/includes/class-sensei-notices.php:110) in /home/users/web/learning/wp-login.php on line 878 Warning: Cannot modify header information - headers already sent by (output started at /home/users/web/learning/wp-content/plugins/sensei-lms/includes/class-sensei-notices.php:110) in /home/users/web/learning/wp-includes/pluggable.php on line 1421 Warning: Cannot modify header information - headers already sent by (output started at /home/users/web/learning/wp-content/plugins/sensei-lms/includes/class-sensei-notices.php:110) in /home/users/web/learning/wp-includes/pluggable.php on line 1424
D. I read through include/class-sense-notices.php, 110 statement is generating above “<div class=”sensei-message alert”></div>”
This Warning sequence is correct ? or Do I have other reasons ?
Thank you for your support.
- The topic ‘Learner cannot change password.’ is closed to new replies.