helo all ;)
I have migrate roundcube 0.1 to 0.3
After migrate my users can log in, but they can't show any contact.
When i show my mysql database i can view them in the contacts table ...
So what happen ???
how can i make them appear ??
thanks
That's a big jump a lot has changed in that time, can you post a screen shot of the database so I can compare it to a clean install, also is there any thing in the error logs?
also check in the users table and see if the user is in there twice with different entries in the host field.
Quote from: skaero;23175That's a big jump a lot has changed in that time, can you post a screen shot of the database so I can compare it to a clean install, also is there any thing in the error logs?
How can I do that ? I do not know enough myqsl :-X
Quote from: JohnDoh;23176also check in the users table and see if the user is in there twice with different entries in the host field.
mysql> select * from users where username="
[email protected]";
+---------+-------------------------+-----------------------+-------+---------------------+---------------------+----------+--------------------------------------------------------------------------------+
| user_id | username | mail_host | alias | created | last_login | language | preferences |
+---------+-------------------------+-----------------------+-------+---------------------+---------------------+----------+--------------------------------------------------------------------------------+
| 180 |
[email protected] | 10.7.22.71 | | 2008-05-27 07:56:55 | 2009-11-12 08:39:47 | fr | a:2:{s:16:"message_sort_col";s:4:"date";s:18:"message_sort_order";s:4:"DESC";} |
| 715 |
[email protected] | imap.intranet.cg43.fr | | 2009-11-13 08:56:26 | 2009-11-18 12:17:19 | fr_FR | NULL |
+---------+-------------------------+-----------------------+-------+---------------------+---------------------+----------+--------------------------------------------------------------------------------+
This what i show .... How can i change it ?
I wonder if it's because you've changed the mail_host, perhaps in your config?
yes i have done some modification in the main.... so it as create a new id.
I have put replace my new main by the old and it work.
How can i modifie my main ??
thanks
put the mail_host in your config back to 10.7.22.71 or delete the new user from the db and set the mail_host of the old one to imap.intranet.cg43.fr
This happened to me before. My co programmer noticed that there is indeed something wrong with my config.