One user can not login after v3.4.0 upgrade
-
Are there errors in the browsers console [F12]?
-
No error in console.
-
Check all webapp config files (/etc/kopano/webapp) for additional lines after “?>” (closing php tag).
Remove all lines, even empty lines after the closing php tag “?>”. You may also remove the closing tag to. This is a known php issue.
And restart apache2. -
Sorry for late answer @WalterHof
I have done everything like you wrote, but it didn’t help.
I there any log, where I could see what’s going on there? Apache error is empty and all kopano logs seems that there is nothing relevant :-( -
Hi,
last option is, remove (uninstall) one plugin restart Apache and try to login, until you find the plugin in question.
-
@walterhof said in One user can not login after v3.4.0 upgrade:
last option is, remove (uninstall) one plugin restart Apache and try to login, until you find the plugin in question.
It’s not necessary to remove the plugin. There is also an option in config.php to disable a specific plugin
-
I solved this problem by moving all folders in /usr/share/kopano-webapp/plugins/ to /tmp temporary.
I now can login again with all users. In my case I did not restore the folders because I had a update waiting for Webapp so I installed that instead and got back the the default folders. Right way is probably to move back one plugin folder at a time and see when the web login stops to work.
-
So you do not know which plugin makes you troubles.
-
@blinkiz said in One user can not login after v3.4.0 upgrade:
I solved this problem by moving all folders in /usr/share/kopano-webapp/plugins/ to /tmp temporary.
I now can login again with all users. In my case I did not restore the folders because I had a update waiting for Webapp so I installed that instead and got back the the default folders. Right way is probably to move back one plugin folder at a time and see when the web login stops to work.
Please do and let me know which plugin is the culprit.
-
@marty as I said earlier, I did not restore individual plugins.
-
I tried to remove all plugins. I tried to disable all plugins in webapp config.
Everytime I did restart of apache. But nothing help.
Any other idea…?Thank you.