84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
No error is reported when logging in and the submission is not redirected, just on the original webpage
How did you solve the login problem
How to solve this problem...Brother please solve
This is also the case for me, has it been resolved?
This depends on whether you have set the error level and the error mechanism of TP5. If setting errors, please add error_reporting(E_ERROR | E_WARNING | E_PARSE);
Comment out the part written to the database and use the ajax of the login template
if (data.status == 1) { alert(data.message ); window.location.href = "{:url('index/index')}";} else { alert(data.message); window.location.href = "{:url('login/index')}"; }
Server 500 error.
Test print out
Post the code
Print the $post data. . See what it is.
How did you solve the login problem
How to solve this problem...Brother please solve
This is also the case for me, has it been resolved?
This depends on whether you have set the error level and the error mechanism of TP5. If setting errors, please add error_reporting(E_ERROR | E_WARNING | E_PARSE);
in admin/common.phpComment out the part written to the database and use the ajax of the login template
if (data.status == 1) {
alert(data.message );
window.location.href = "{:url('index/index')}";
} else {
alert(data.message);
window.location.href = "{:url('login/index')}";
}
Server 500 error.
Test print out
Post the code
Print the $post data. . See what it is.