We are running 0.3.1 in production. After upgrading the database with the 0.5 script, 0.3.1 continues to work fine but contacts created in 0.3.1 do not show up in 0.5. However, 0.5 can create contacts and contact groups just fine. I expected that old contacts would show up in the default contact group in 0.5 but they seem to live in different worlds. Users are not going to be happy about losing access to their contact list. I am sure I'm doing something wrong but I have not seen this mentioned in the forum. Any help appreciated.
could you check the users table in the database and make sure that your username is not in there twice with different values in the mail_host field?
Yes! Well, even dumber than that. I was using a different name for default_host that pointed to the same machine but was messing up the database. Thanks.