We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating a user's password seems to work fine, but requests in the same browser session after the update come back empty.
I'm running kopano-core version 8.7.0-3 and kopano-webapp (apache2) version 3.5.2 on Debian 10 Buster (installed from the default Debian sources).
I see the following errors in the apache logs,
[Thu Mar 18 07:34:49.796836 2021] [php7:notice] [pid 10484] [client 1.2.3.4:42892] MAPIException: MAPI error in /usr/share/kopano-webapp/server/includes/core/class.mapisession.php:579 Stack trace: #0 /usr/share/kopano-webapp/server/includes/core/class.mapisession.php(579): mapi_openmsgstore(Resource id #3, '\\x00\\x00\\x00...') #1 /usr/share/kopano-webapp/server/includes/core/class.mapisession.php(481): MAPISession->openMessageStore('\\x00\\x00\\x00...', 'Default store') #2 /usr/share/kopano-webapp/server/includes/core/class.properties.php(67): MAPISession->getDefaultMessageStore() #3 /usr/share/kopano-webapp/server/includes/core/class.properties.php(837): Properties->Init() #4 /usr/share/kopano-webapp/server/includes/core/class.properties.php(953): Properties->getMailProperties() #5 /usr/share/kopano-webapp/server/includes/modules/class.maillistmodule.php(14): Properties->getMailListProperties() #6 /usr/share/kopano-webapp/server/includes/core/class.dispatcher.php(38): MailListModule->__construct('maillistmodule1...', Array) #7 /usr/share/kopano-webapp/server/includes/core/class.jsonrequest.php(50): Dispatcher->loadModule('maillistmodule', 'maillistmodule1...', Array) #8 /usr/share/kopano-webapp/kopano.php(145): JSONRequest->execute('{"zarafa":{"mai...') #9 {main}, referer: ...
Logging in with a brand new browser session works fine.
Any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Updating a user's password seems to work fine, but requests in the same browser session after the update come back empty.
I'm running kopano-core version 8.7.0-3 and kopano-webapp (apache2) version 3.5.2 on Debian 10 Buster (installed from the default Debian sources).
I see the following errors in the apache logs,
Logging in with a brand new browser session works fine.
Any ideas?
The text was updated successfully, but these errors were encountered: