Skip to content
New issue

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

Updgrade to 2.4.0 : Change password doesn't work anymore : blank page #61

Closed
dominiquefournier opened this issue Mar 18, 2021 · 5 comments

Comments

@dominiquefournier
Copy link

Describe the bug
After upgrading to 2.4.0, the change password page is not displayed anymore

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Parameters/Password change'
  2. The URL is changed but the content of the page "Password" is not displayed.
    In console :
Uncaught TypeError: ko.addObservablesTo is not a function
    ChangePasswordUserSettings https://mail.xxx/snappymail/?/Plugins/0/User/89c0f1bcafddb02dc37306ab11d302e1/:12
    onRoute https://mail.xxx/snappymail/snappymail/v/2.4.0/static/js/min/app.min.js:1
    parse https://mail.xxx/snappymail/snappymail/v/2.4.0/static/js/min/libs.min.js:1
    Us https://mail.xxx/snappymail/snappymail/v/2.4.0/static/js/min/app.min.js:1
snappymail:12:7

Expected behavior
Display the form page to allow to change the password

Desktop (please complete the following information):

  • Browser firefox 78.8 ESR
  • SnappyMail Version 2.4.0
@the-djmaze
Copy link
Owner

Mij bad!
I missed the plugin while making speed changes.
Will make easy fix for it.

the-djmaze pushed a commit that referenced this issue Mar 19, 2021
@dominiquefournier
Copy link
Author

Oops same error with 2.4.1 :

Uncaught TypeError: ko.addObservablesTo is not a function
    ChangePasswordUserSettings https://mail.xxx/snappymail/?/Plugins/0/User/c1079bada42a32074a59e6e07199c8e1/:12
    onRoute https://mail.xxx/snappymail/snappymail/v/2.4.1/static/js/min/app.min.js:1
    parse https://mail.xxx/snappymail/snappymail/v/2.4.1/static/js/min/libs.min.js:1
    Os https://mail.xxx/snappymail/snappymail/v/2.4.1/static/js/min/app.min.js:1
snappymail:12:7

@dominiquefournier
Copy link
Author

dominiquefournier commented Mar 19, 2021

Well done !
What is the "standard" process to update ? I just explode the tar in the plugin dir, and do the chown. Is there something more ?
Do you want to prepare a plugin update process which will be available in admin part ?

@the-djmaze
Copy link
Owner

Admin has an update feature.
The plugins screen shows installed and updates.
However, the repository json is cached and not always updated.

I will think about a feature to remove cache and update plugins on version change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants