You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TeamPass shows me the following info: "Teampass has been upgraded to a new version which includes a new encryption protocol. It expects from you to re-encrypt your personal items. For this, you need to provide your current Personal Salt Key (PSK). Once odne, please click on button Launch and wait until the process reached the final step. This could take several minutes depending on the number of objects."
After entering the (correct) password and click Launch an error occurs
Expected behaviour
TeamPass should display the selected item (after it has upgraded it to the latest encryption protocol)
Actual behaviour
Even the password is correct (I know that because we still have the v2.x version running and there the pwd is accepted) I got the following error:
Fatal error: Uncaught Error: Call to a member function unlockKey() on string in C:\wamp\www\prd\teampass\sources\main.functions.php:284 Stack trace: #0 C:\wamp\www\prd\teampass\sources\main.queries.php(2395): defuse_validate_personal_key('test', 'def10000def5020...') #1 C:\wamp\www\prd\teampass\sources\main.queries.php(410): migrateTo3_DoUserPersonalItemsEncryption(33, 0, 100, 'test', Array) #2 C:\wamp\www\prd\teampass\sources\main.queries.php(152): keyHandler('user_psk_reencr...', Array, Array) #3 C:\wamp\www\prd\teampass\sources\main.queries.php(74): mainQuery(Array) #4 {main} thrown in C:\wamp\www\prd\teampass\sources\main.functions.php on line 284
Note: I used test as password because I don't post the real one on github ;)
I would be enough if I could remove all old items in my personal folder or re-create the personal folder.
Server configuration
Operating system: Windows NT SV-INT-RUM-02 10.0 build 17763 (Windows Server 2016) i586
Web server: Apache/2.4.52 (Win32) OpenSSL/1.1.1m mod_fcgid/2.3.9
I have the same problem, described in another problem, thanks to you, I think I found the solution.
You were almost right, except for the var name.
So the correct solution was:
Steps to reproduce
Expected behaviour
TeamPass should display the selected item (after it has upgraded it to the latest encryption protocol)
Actual behaviour
Even the password is correct (I know that because we still have the v2.x version running and there the pwd is accepted) I got the following error:
Fatal error: Uncaught Error: Call to a member function unlockKey() on string in C:\wamp\www\prd\teampass\sources\main.functions.php:284 Stack trace: #0 C:\wamp\www\prd\teampass\sources\main.queries.php(2395): defuse_validate_personal_key('test', 'def10000def5020...') #1 C:\wamp\www\prd\teampass\sources\main.queries.php(410): migrateTo3_DoUserPersonalItemsEncryption(33, 0, 100, 'test', Array) #2 C:\wamp\www\prd\teampass\sources\main.queries.php(152): keyHandler('user_psk_reencr...', Array, Array) #3 C:\wamp\www\prd\teampass\sources\main.queries.php(74): mainQuery(Array) #4 {main} thrown in C:\wamp\www\prd\teampass\sources\main.functions.php on line 284
Note: I used test as password because I don't post the real one on github ;)
I would be enough if I could remove all old items in my personal folder or re-create the personal folder.
Server configuration
Operating system: Windows NT SV-INT-RUM-02 10.0 build 17763 (Windows Server 2016) i586
Web server: Apache/2.4.52 (Win32) OpenSSL/1.1.1m mod_fcgid/2.3.9
Database: 5.7.19-log
PHP version: 7.4.30
Teampass version: 3.0.0.17
Teampass configuration file:
Logs
Web server error log
Teampass 10 last system errors
Log from the web-browser developer console (CTRL + SHIFT + i)
There is noe error in the web-browser developer console.
The text was updated successfully, but these errors were encountered: