Welcome Guest, Not a member yet? Register   Sign In
Codeigniter website PHP code theme not working to register & Login
#6

(09-10-2020, 09:15 PM)Omar Crespo Wrote: The problem seems to be with $password, it has no value.Try this way:

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;
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
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]


Reply


Messages In This Thread
RE: Codeigniter website PHP code theme not working to register & Login - by EagerToLearn - 09-11-2020, 01:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB