On 8/31/09 11:04 AM, Patrick Phelan wrote:
When using the invite new users feature I am experiencing the following
error message after inputting an email address:


  Database error

An important error occured, probably related to email setup. Check
logfiles for more info..


I checked the log file and found the following but am not sure what I
should do.  Any thoughts?

I've found it helps to enable some of the debug settings, eg:

$config['site']['logdebug'] = true;
$config['site']['logfile'] = '/tmp/laconica.log';

This should log more detail on the exception or error message to the debug log, which makes it easier to track down; the default error handling is still a little flaky so you sometimes get these confusing messages by default.

Are other emails working, such as reply notifications, or is it just the invites?

-- brion
_______________________________________________
Laconica-dev mailing list
Laconica-dev@laconi.ca
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to