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

[eluser]Nom4d3[/eluser]
I think the bug is on Email Library.

I fixed this issue changing the lines below on /system/libraries/Email.php

Line 1646:
Code:
$this->_set_error_message($reply);
to
Code:
$this->_set_error_message('email_smtp_error', $reply);

and

Line 1681:
Code:
$this->_set_error_message($this->_get_smtp_data());
to
Code:
$this->_set_error_message('email_smtp_error', $this->_get_smtp_data());


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