Loading...
 
Features / Usability

Features / Usability


Forum-doesn't send mail

posts: 13 US

Hi all

I am trying to configure a new Tiki 12 system. I have a forum that must interface with an existing listserve. The forum correctly picks up the mail from the listserve but any reply goes off into bit-land. When posting the reply the page goes to a blank page. It is clear that the post is properly inserted into the database. I can see the message id and other pertinent information. The reply is listed correctly when looking at the forum - but it never really goes out. When I turn off SFP for the domain, the page completes but the mail still doesn't seem to go out.

The Tiki is able to send mail for registrations and lost passwords - just not for the forum. Any ideas?

thanks

- pat

posts: 1817 Catalan Countries

It would be interesting to see whether you can reproduce this issue in a show.t.o instance, linked to a new "wish" (maybe bug) at the dev site:
http://dev.tiki.org/Make+a+Wish

This way ot would easier to find out whether this is a local issue in your server only, or a generic bug affecting to standard servers also.

Or maybe someone else can have a better understanding of what can be happening in your case.
The system works, as you can see in the forum mirroring the tikiwiki-devel list in the list of forums in t.o.


posts: 13 US

I admit I'm not sure I understand what you want me to do. I do believe this issue is a local issue on my server. i just have no clue where the issue might be and it seems that i have to know how to direct the support staff that hosts this site.

I do know that it works in version 9.7 and dies in 11 and 12. What changed between 9.7 and 11?

- pat


posts: 13 US

update: here are the php error logs. the issue seems to be in Zend framework

code
28-Apr-2014 20:51:22 America/Chicago PHP Fatal error: Uncaught exception 'Zend_Mail_Exception' with message 'Cannot set standard header from addHeader()' in l/tiki12/vendor/bombayworks/zendframework1/library/Zend/Mail.php:1143
Stack trace:

  1. 0 /tiki12/lib/webmail/tikimaillib.php(104): Zend_Mail->addHeader('Message-ID', '


so following this error -
I commented out line 1143 as it's purpose seems to be to trap a possible error .. the page now completes loading and an email is sent.