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
Whilst trying to "import" a teampass "export" to a clean install of teampass (latest) I received the below error:
==> /var/log/php-fpm/www-error.log <== [03-Feb-2025 23:43:43 UTC] PHP Fatal error: Uncaught TypeError: storeUsersShareKey(): Argument #4 ($objectKey) must be of type string, null given, called in /var/www/html/TeamPass/sources/import.queries.php on line 387 and defined in /var/www/html/TeamPass/sources/main.functions.php:2569 Stack trace: #0 /var/www/html/TeamPass/sources/import.queries.php(387): storeUsersShareKey() #1 {main} thrown in /var/www/html/TeamPass/sources/main.functions.php on line 2569
I tried with multiple exports/imports and even handcrafted CSV files.
Other than that that everything is fine, can create items etc..
The text was updated successfully, but these errors were encountered:
Whilst trying to "import" a teampass "export" to a clean install of teampass (latest) I received the below error:
==> /var/log/php-fpm/www-error.log <== [03-Feb-2025 23:43:43 UTC] PHP Fatal error: Uncaught TypeError: storeUsersShareKey(): Argument #4 ($objectKey) must be of type string, null given, called in /var/www/html/TeamPass/sources/import.queries.php on line 387 and defined in /var/www/html/TeamPass/sources/main.functions.php:2569 Stack trace: #0 /var/www/html/TeamPass/sources/import.queries.php(387): storeUsersShareKey() #1 {main} thrown in /var/www/html/TeamPass/sources/main.functions.php on line 2569
I tried with multiple exports/imports and even handcrafted CSV files.
Other than that that everything is fine, can create items etc..
The text was updated successfully, but these errors were encountered: