Hi there,
I've used Roundcube for quite some time, and decided to upgrade to latest stable release. Everything worked fine, and on the side, it's a nice improvement over the last version I was running. Now, for some obscure reason, I'm all of a sudden unable to log in. I have not changed any settings. Looking through the roundcube logs, I don't see anything indicating I even tried to log in, same goes for the mail.log. Anyone have this same problem, or anyone know where I should be looking for answers?
All help appreciated.
regards, Michiel Oosterling NewformsMedia
On Friday 25 May 2007 11:14, Michiel Oosterling wrote:
Hi there,
I've used Roundcube for quite some time, and decided to upgrade to latest stable release. Everything worked fine, and on the side, it's a nice improvement over the last version I was running. Now, for some obscure reason, I'm all of a sudden unable to log in. I have not changed any settings. Looking through the roundcube logs, I don't see anything indicating I even tried to log in, same goes for the mail.log. Anyone have this same problem, or anyone know where I should be looking for answers?
All help appreciated.
regards, Michiel Oosterling NewformsMedia
I had a similar problem where I couldn't log into roundcube after upgrading.
All I received was a Login failure message on the login page and nothing in
the logs. Looking at the syslog entries, I was really successfully logging
in, but was immediately logged out. I found deleting all of the sessions
from the session table resolved the problem.
As a side note, shouldn't a wipe of the recorded sessions be part of the upgrade process? All other webapps I've used required clearing any stored sessions and cache to ensure a clean slate for the new version.
Hope this helps, -Chris
Hi,
you say you have not changed any settings - have you checked the changes in the MySQL tables, and amended your database accordingly? Or do what Chris did and clear your session data.
Regards, Ronald.
On 25/05/07, Michiel Oosterling michiel@newforms.nl wrote:
Hi there,
I've used Roundcube for quite some time, and decided to upgrade to latest stable release. Everything worked fine, and on the side, it's a nice improvement over the last version I was running. Now, for some obscure reason, I'm all of a sudden unable to log in. I have not changed any settings. Looking through the roundcube logs, I don't see anything indicating I even tried to log in, same goes for the mail.log. Anyone have this same problem, or anyone know where I should be looking for answers?
All help appreciated.
regards, Michiel Oosterling NewformsMedia
On 6/3/07, Ronald MacDonald ronald@rmacd.com wrote:
Hi,
you say you have not changed any settings - have you checked the changes in the MySQL tables, and amended your database accordingly? Or do what Chris did and clear your session data.
Regards, Ronald.
Hi,
More than the session data, it may be the lack of MySql updation here. Please make sure that you have run the sql updates in SQL folder.
HTH
kmn
Hi,
After installing the new version I of course updated the database to match. I also set up a second database based on the initial mysql file provided in the package. In light of the other suggestions made, I cleaned the sessions table and tried again. This also had no effect. What's really strange tho, is that I am now able to log back in as of this morning. I checked the sessions table again, and I see new entries for attempts made by others and myself since cleaning that table. Now I don't know exactly what changed, cause as far as I'm concerned I didn't change anything at all either to the code or to the database. What's even wierder is the fact that now someone else is unable to log in, and the symptomes are the same as I had; no entries in the log file (with logging level set to 8), nor are there any entries into the mail.log file indicating any attempt of him logging in. All he sees as he logs in is the login page instantly resetting to the login page, with no indicator at the top of the window showing anything indicating it was either checking the information passed to it, or that it had rejected the login info.
I've tried tracing and checking everything I can sofar as I can see it. I can't find any fault or message stating a problem. Thanks for the input so far tho.
Kind regards, Michiel Oosterling
On Mon, 4 Jun 2007 09:10:37 +0530, kmnair wrote:> On 6/3/07, Ronald MacDonald wrote:>> Hi,>>>> you say you have not changed any settings
database accordingly? Or do what Chris>> did and clear your session data.>>>> Regards,>> Ronald.> > Hi,> > More than the session data, it may be the lack of MySql updation here.> Please make sure that you have run the sql updates in SQL folder.> > HTH> > kmn