View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005491 | SOGo | Web Mail | public | 2022-03-11 13:46 | 2022-03-25 15:48 |
Reporter | kulo | Assigned To | francis | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
OS | Debian | OS Version | 11 | ||
Product Version | nightly master | ||||
Fixed in Version | nightly master | ||||
Summary | 0005491: "Unhandled error" at webmail login | ||||
Description | Since I upgraded sogo from nightly version 5.5.1.20220228-1 to 5.5.1.20220309-1 all users got an "unhandled error" on login. I located an error in sogo.log:
and after enlarging the column c_value from 255 to 4096 with
After invertigation on this error I inserted 3 lines with proxy buffers in the /etc/nginx/templates/sogo.tmpl:
After that the login works again but I don't know if this solution was optimal. | ||||
Additional Information | This SOGo installation is part of the iRedMail 1.5.1 server distribution. Database is MariaDB/MySQL with LDAP-Authentication, Webserver is nginx. | ||||
Tags | No tags attached. | ||||
As mentioned in the documentation, you could have simply drop the sessions table and restart sogod; the table would have been recreated the proper schema. Regarding the Web server, your solution is correct. The cookie is now much bigger than before (just bellow 4096 bytes, to accommodate longer passwords. |
|
francis - where is the documentation located? Nothing in the release notes on Github about this, or in the upgrading section of the online documentation at sogo.nu. |
|
I suggest to add the drop sessions table action to the package upgrade script to avoid this problem. |
|
I confirm the problem is solved on SOGo 5.5.1.20220314-1 after adding: |
|
See also |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-03-11 13:46 | kulo | New Issue | |
2022-03-11 13:55 | francis | Note Added: 0015943 | |
2022-03-13 13:16 | ahollandmoritz | Note Added: 0015944 | |
2022-03-13 13:37 | kulo | Note Added: 0015945 | |
2022-03-15 07:46 | maxycay | Note Added: 0015947 | |
2022-03-25 15:23 | francis | Changeset attached | => sogo master 3e11e0a6 |
2022-03-25 15:23 | francis | Assigned To | => francis |
2022-03-25 15:23 | francis | Resolution | open => fixed |
2022-03-25 15:25 | francis | Description Updated | |
2022-03-25 15:48 | francis | Status | new => resolved |
2022-03-25 15:48 | francis | Fixed in Version | => nightly master |
2022-03-25 15:48 | francis | Note Added: 0015955 | |
2022-03-25 15:48 | francis | Note Edited: 0015955 |