On 01/21/2010 11:15 AM, Glenn McGurrin wrote:
I will look at PHP error logging config but at the current moment I can
not modify php.ini, I am working towards doing that but I am not yet.  I
have enabled statusnets log file (since I can not see syslog logs), is
this different from the debug log file?  I do not get anything in the
log I did enable.  I had tried the isolation but apparently I added one
to many<  characters which is why I had a problem with it, here is the
error I now get:

"Fatal error: Call to undefined function
mailparse_rfc822_parse_addresses() in
/home/mcgurrin/trendstar.mcgurrin.net/scripts/maildaemon.php on line 208"

If you put that function name into your favorite internet search engine you'll find this PHP manual page:

http://www.php.net/mailparse_rfc822_parse_addresses

which indicates the function is part of the PECL mailparse module.


In the StatusNet README you'll find:

"For some functionality, you will also need the following extensions:"
...
"- Mailparse. Efficient parsing of email requires this extension.
  Submission by email or SMS-over-email uses this extension."

Looks like you need to install that PHP extension to use maildaemon.php at present.

-- brion vibber (brion @ status.net)
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to