Beim Anmelden wird kein Fehler gemeldet und die Übermittlung wird nicht umgeleitet, sondern nur auf die ursprüngliche Webseite
你那个登录问题如何解决的啊
这问题怎么解决...大哥 求解
我的也是这情况,请问解决了吗?
这个是看你有没有设置错误级别,TP5的错误机制。设置错误别在admin/common.php里加入error_reporting(E_ERROR | E_WARNING | E_PARSE);
注释掉数据库写入的部分,并且login的模版的ajax
if (data.status == 1) { alert(data.message); window.location.href = "{:url('index/index')}";} else { alert(data.message); window.location.href = "{:url('login/index')}";}
服务器500错误。
测试 打印出来
代码贴出来啊
把 $post的数据 打印出来。。看看是啥。
你那个登录问题如何解决的啊
这问题怎么解决...大哥 求解
我的也是这情况,请问解决了吗?
这个是看你有没有设置错误级别,TP5的错误机制。设置错误别在admin/common.php里加入error_reporting(E_ERROR | E_WARNING | E_PARSE);
注释掉数据库写入的部分,并且login的模版的ajax
if (data.status == 1) {
alert(data.message);
window.location.href = "{:url('index/index')}";
} else {
alert(data.message);
window.location.href = "{:url('login/index')}";
}
服务器500错误。
测试 打印出来
代码贴出来啊
把 $post的数据 打印出来。。看看是啥。