Welcome Guest, Not a member yet? Register   Sign In
Loading email library breaks site
#1

[eluser]NateL[/eluser]
I don't know what's going on here but I've got a controller called "contact.php" and as soon as I put this line of code in, nothing after it works..

Code:
$this->load->library('email');

I'm pretty sure errors are turned on, but all i'm getting is blank white. Any ideas? Sad
#2

[eluser]danmontgomery[/eluser]
Check for php errors in apache error log

Is there an extension of the email library in ./application/libraries?
#3

[eluser]NateL[/eluser]
wow i dunno what happened, but I opened /system/libraries/Email.php and it ends on line 1924 with this code:

Code:
function _set_error_message($msg, $val = '')
    {
        $CI =& get_instance();
        $CI->lang->load('email');

        if (FALSE === ($line =

That's definitely not right!!

Anyway, I re-uploaded a fresh Email.php and now everything works as expected.

Quote:Is there an extension of the email library in ./application/libraries?
No, there were no extensions.

Thanks for the reply tho Smile




Theme © iAndrew 2016 - Forum software by © MyBB