Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [Alex] Upgrading Questions

Quote Reply
Re: [Alex] Upgrading Questions In reply to
Alex,

In Reply To:
3. Edit data/admin/defs/gmail_sessions.def and change:
fk->{users}->{session_user} = 'email';

Item 2 seems to have been changed okay (my code looks a bit different in the def file, but I understand where you made the changes). On item 3 though, the closest code I can find is this

Code:
'fk' => {
'webmail_users' => {
'session_user_id' => 'user'
}

is that what you are referring to and I need to change 'user' at the very end to 'email'? And after changing the version number in item 4, do I need to do anything special like resyncing or anything?

In Reply To:
There is an issue with 2.0.6 where a few templates still reference user. We will have this fixed shortly.

Did I miss any templates in the list I had above and is <%user%> the only thing I need to change to <%email%>?


Also, since the incoming.pl bug fix didn't get into 2.06 and that was back in November, is there a list somewhere of other bug fixes that should be applied? And my questions in the first post didn't have answers yet...
Subject Author Views Date
Thread Upgrading Questions JerryP 2538 Feb 24, 2002, 12:40 AM
Thread Re: [JerryP] Upgrading Questions
JerryP 2453 Feb 24, 2002, 4:46 PM
Thread Re: [JerryP] Upgrading Questions
Alex 2450 Feb 25, 2002, 6:14 PM
Post Re: [Alex] Upgrading Questions
JerryP 2434 Feb 26, 2002, 1:28 AM
Post Re: [Alex] Upgrading Questions
JerryP 2425 Feb 26, 2002, 4:51 PM