PDA

View Full Version : Nonexistent email error.



travis
December 12th, 2006, 12:18 AM
I just installed a message board on my server, but when users sign up they get this message;
error :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php

Yet I turned off email notification, what is wrong?

// Did it work?
if (!$result)
{
message_die(GENERAL_ERROR, 'error :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
}

return true;
}

PS: line 234 is;
message_die(GENERAL_ERROR, 'error :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);

MTsoul
December 12th, 2006, 02:01 AM
Uh what message board did you install? Wouldn't they have a support forum there? :pa:

travis
December 13th, 2006, 09:30 AM
phpbb, I posted it there but they did not really say anything helpfull.