FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » MailLIst configuration issue -- mail from list does not show up
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: MailLIst configuration issue -- mail from list does not show up [message #18606 is a reply to message #18604] Sun, 30 May 2004 18:18 Go to previous message
mayank_r_jain is currently offline  mayank_r_jain   India
Messages: 7
Registered: May 2004
Karma:
Junior Member
I solved it. Used lots of echo statements in php to figure out what was going on.

The mailist used to get stuck in the "NT FIX" section of the header.inc.php. I am on linux so I guess that was not relevant for me and so I copied the header.inc.php to antoher location, changed the require statement to read from the new location and in this new_header.inc.php, I commented the NT FIX section out.

Next the variable (many of them) did not match in the header.inc.php and the maillist.php. For example the db_type is ($GLOBALS['phpgw_domain']['default']['db_type']) while maillist.php has a switch on
($GLOBALS['phpgw_info']['server']['db_type']

This was the cause that the script could not make sql connections .. all vars were null.

i had to make similar changes at a couple of other places. Since I am using mysql, I changed on that section.

Once I did these, my messages from the email began showing up on the web.

Thanks for your help and I hope the above explanation will help others with similar problems.

Mayank



[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problems when importing
Next Topic: user mapping with egw/fudforum
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 09 05:59:33 GMT 2024

Total time taken to generate the page: 0.08563 seconds