09-11-2020, 01:11 PM
(09-10-2020, 09:15 PM)Omar Crespo Wrote: The problem seems to be with $password, it has no value.Try this way:By some chance i fixed the problem in logging in now it works on http://netpay.epizy.com/ my website but i see a new problem that when i click the Admin dashboard it redirects to
Code:function _check_login()
{
// limit number of login attempts
$ok_to_login = $this->users_model->login_attempts();
if ($ok_to_login)
{
$login = $this->users_model->login($this->input->post('username', TRUE), $this->input->post('password',TRUE));
if ($login)
{
//your site secret key
$secret = $this->settings->google_secret;
This page isn’t working netpay.epizy.com is currently unable to handle this request.
HTTP ERROR 500
What to do to fix this ?
![[Image: xGkXMbJ.png]](https://i.imgur.com/xGkXMbJ.png)