Welcome Guest, Not a member yet? Register   Sign In
Could not find the language line """"
#1

[eluser]Unknown[/eluser]
Hi,

I'm using the Email library inside my Authentication library. When I send a password to my e-mailadress I'm getting the error "Could not find the language line ''" in my logfiles. When I remove the e-mail part I'm not getting this error.


This is my code:
Code:
if ($this->CI->Auth_model->reset_password($email, $password)) {
            $this->CI->email->from('[email protected]', 'Your Name');
            $this->CI->email->to($email);
            $this->CI->email->subject('Email Test');
            $this->CI->email->message($password);
            $this->CI->email->send();
            return TRUE;
        }

I'm using Codegigniter 2.0.2.

Is this a bug?


Messages In This Thread
Could not find the language line """" - by El Forum - 05-02-2011, 02:49 PM
Could not find the language line """" - by El Forum - 05-02-2011, 05:50 PM
Could not find the language line """" - by El Forum - 05-02-2011, 07:52 PM
Could not find the language line """" - by El Forum - 05-03-2011, 08:40 AM
Could not find the language line """" - by El Forum - 06-14-2011, 07:47 AM
Could not find the language line """" - by El Forum - 06-14-2011, 02:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB