登陸時提交也不報錯,也沒跳轉,就只在原網頁
你那個登入問題如何解決的啊
這問題怎麼解決...大哥 解
我的也是這樣情況,請問解決了嗎?
這個是看你有沒有設定錯誤級別,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的資料 印出來。 。看看是啥。