Bug NC 25RC2 as well as NC 24: Moving an event from one calendar to another does not get propagated to connected clients.
related forum thread: Bug NC25 RC2 (and NC24)
github issue: https://github.com/nextcloud/server/issues/34162
guddl
October 2, 2022, 11:38am
10
Hi. I just updated from NC 25 beta 6 to NC 25 rc2. After that the albums did not work anymore. They worked for me with 25 beta 6. Now I get “could not fetch albums list” as described here [Bug]: NC 25 Failed to fetch albums lists · Issue #1197 · nextcloud/photos · GitHub
Can anyone confirm this?
Cheers,
Anderas
Hi!
After the update to 25.0.0 RC2, I am getting that error with Talk-App, too:
The web updater indeed deleted the accessibility app on my instance when upgrading, as designed. For the record: Migration path was 24.0.4→24.0.5RC1→25beta4
Yet, unfortunately I hit an issue trying to use the web updater: After maintenance mode got disabled by the web installer (and prior to migrations), the browser kept blank yielding error 500 in dev console. nextcloud log says:
{"reqId":"<ID>","level":3,"time":"2022-09-03T23:20:45+02:00","remoteAddr":"<IP>","user":"--","app":"PHP","method":…
I can´t get my NC to work again
[Sun Oct 02 16:16:25.608734 2022] [proxy_fcgi:error] [pid 2832842:tid 140188017727232] [client 78.31.xxx.xxx:x] AH01071: Got error ‘PHP message: PHP Fatal error: Declaration of OCA\Talk\Share\RoomShareProvider::getSharesInFolder($userId, OCP\Files\Folder $node, $reshares): array must be compatible with OCP\Share\IShareProvider::getSharesInFolder($userId, OCP\Files\Folder $node, $reshares, $shallow = true) in /var/www/vhosts/xxx.de/httpdocs/nx/apps/spreed/lib/Share/RoomShareProvider.php on line 520’
blizzz
October 3, 2022, 9:26am
12
The accessibility app was removed and integrated into the server proper.
Can you double-check you have the correct version of Talk for 25?
Good evening,
I installed today the V25 RC2 version (since version 24.0.6.0), and since then I can’t connect.
The home page shows me “The required configuration value passwordsalt is not configured in your config.php file.”
The passwordsalt =“” in the config.php file, but this was already the case before (I checked in the saved folders).
If this is useful :
PHP 8.1.11
arch linux 5.19.12-arch1-1
The nextcloud logs remain empty and I see nothing in the apache logs
just
Split this topic
October 5, 2022, 1:16pm
14
@eehmke - Sorry, that still doesn’t work for me. Hmmm…
just
October 5, 2022, 11:33am
16
Did you consider looking through past pasting of this error on the forum and Github? afaik, you have previously enabled and then disabled the server encryption module.
Search results for 'Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files' - Nextcloud community .
opened 05:25PM - 26 Feb 18 UTC
bug
1. to develop
feature: encryption (server-side)
pending documentation
23-feedback
<!--
Thanks for reporting issues back to Nextcloud! This is the issue tracker o… f Nextcloud, if you have any support question please check out https://nextcloud.com/support
This is the bug tracker for the Server component. Find other components at https://github.com/nextcloud/
For reporting potential security issues please see https://nextcloud.com/security/
To make it possible for us to help you please fill out below information carefully.
You can also use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
If you are a customer, please submit your issue directly in the Nextcloud Portal https://portal.nextcloud.com so it gets resolved more quickly by our dedicated engineers.
Note that Nextcloud is an open source project backed by Nextcloud GmbH. Most of our volunteers are home users and thus primarily care about issues that affect home users. Our paid engineers prioritize issues of our customers. If you are neither a home user nor a customer, consider paying somebody to fix your issue, do it yourself or become a customer.
-->
### Steps to reproduce
1. enable Default encryption module
2. logout and login again (as recommend)
3. go to Security settings to change password
### Expected behaviour
Default encrytion module should be enable and work without problems. No clue why changing password is necessary.
### Actual behaviour
At login an error message pops up saying: "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files"
Trying to change the password is not possible, because an old password that could be entered never has been set. This even holds true for fresh accounts that are set up after enabling Default encryption module.
See discussion here: https://help.nextcloud.com/t/invalid-private-key-for-encryption-app-please-update-your-private-key-password-in-your-personal-settings-to-recover-access-to-your-encrypted-files/27108/13
### Server configuration
**Operating system**:
**Web server:**
shared hoster
**Database:**
mysql 5.6.34
**PHP version:**
5.6
**Nextcloud version:** (see Nextcloud admin page)
13.0.0
**Updated from an older Nextcloud/ownCloud or fresh install:**
from 12.0.5
**Where did you install Nextcloud from:**
updater
**Signing status:**
<details>
<summary>Signing status</summary>
```
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
"No errors have been found."
</details>
**List of activated apps:**
<details>
<summary>App list</summary>
Activity
2.6.1
AppOrder
0.4.1
Audio Player
2.2.5
Auditing / Logging
1.3.0
Brute-force settings
1.0.3
Calendar
1.6.0
Collaborative tags
1.3.0
Comments
1.3.0
Contacts
2.1.0
Default encryption module
2.0.0
Deleted files
1.3.0
External storage support
1.4.1
Federation
1.3.0
File sharing
1.5.0
First run wizard
2.2.1
Gallery
18.0.0
Log Reader
2.0.0
Mail
0.7.10
Monitoring
1.3.0
Nextcloud announcements
1.2.0
Notifications
2.1.2
Password policy
1.3.0
PDF viewer
1.2.0
Share by mail
1.3.0
Talk
3.1.0
Tasks
0.9.6
Text editor
2.5.1
Theming
1.4.1
Update notification
1.3.0
Usage survey
1.1.0
Versions
1.6.0
Video player
1.2.0
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
```
</details>
**Nextcloud configuration:**
<details>
<summary>Config report</summary>
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
<?php
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => 'nextcloud.domain-name.de',
1 => 'owncloud.domain-name.de',
),
'datadirectory' => '/home/webpages/provider-name/user-name/nextcloud/data',
'overwrite.cli.url' => 'https://nextcloud.domain-name.de',
'dbtype' => 'mysql',
'version' => '13.0.0.14',
'dbname' => 'db_abc_1',
'dbhost' => 'user-name.provider-name-db.de',
'dbtableprefix' => 'oc_',
'dbuser' => 'USERxyc',
'dbpassword' => '',
'logtimezone' => 'UTC',
'installed' => true,
'maintenance' => false,
'theme' => '',
'loglevel' => 2,
'mail_domain' => 'domain-name.de',
'mail_from_address' => 'mail',
'mail_smtpmode' => 'smtp',
'mail_smtpauth' => 1,
'mail_smtpsecure' => 'ssl',
'mail_smtpport' => '465',
'mail_smtphost' => 'mail.provider-name.de',
'mail_smtpname' => 'mail@domain-name.de',
'mail_smtppassword' => '',
'mail_smtpauthtype' => 'PLAIN',
'updater.release.channel' => 'stable',
);
</details>
**Are you using external storage, if yes which one:** local/smb/sftp/...
3x WebDAV
1 x Unknown: googledrive -> does not work anymore
**Are you using encryption:** yes/no
no
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
no
#### LDAP configuration (delete this part if not used)
<details>
<summary>LDAP config</summary>
```
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
```
</details>
### Client configuration
**Browser:**
Firefox 56
**Operating system:**
Linux
### Logs
#### Web server error log
<details>
<summary>Web server error log</summary>
```
Insert your webserver log here
```
</details>
#### Nextcloud log (data/nextcloud.log)
<details>
<summary>Nextcloud log</summary>
```
Insert your Nextcloud log here
```
</details>
#### Browser log
<details>
<summary>Browser log</summary>
```
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
```
</details>
@just - I restored a backup of my system that was made prior to this error condition so I am good now. However, I don’t recall ever selecting anything to be encrypted, so I don’t know what any encryption key would ever be needed for my installation.
1 Like
Hi all im working on updating from RC2 to RC3 and im still getting this. HAs this been fixed ?
1 Like
just
October 6, 2022, 2:13pm
19
Clearly not fixed, at least for you.
1 Like
I think it should be fixed for RC4.
1 Like
eehmke
October 6, 2022, 5:17pm
21
Additional you need to delete the .step file in the data folder. Just did this today to upgrade from RC1 to RC2.
@AndyXheli - are you by any chance using PHP 8.1? I am and I’m getting the same error as you. I’m also seeing some odd messages in the nextcloud.log file about deprecated event type?
just
October 7, 2022, 11:07am
23
Did you check your errors and odd messages against those reported to the nextcloud server github repo?
Hey @Alexander_Robinson1 no im running
PHP 8.0.24 (cli) (built: Sep 29 2022 22:26:48) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.24, Copyright (c) Zend Technologies
with Zend OPcache v8.0.24, Copyright (c), by Zend Technologies
There’s an open issue on github [Bug]: NC 25 error when trying upgrade from beta 7 to RC1 with GUI · Issue #34201 · nextcloud/server · GitHub
so if anyone is having issues please make your updates there.
Apologies all, but I am rather confused by this:
a) I cannot find the value in the admin screen anywhere but of course I can run the code any I get:
Insert as “updater.secret”: something _really_long
The plaintext value is: something_else_really_long
b) I then edit the config/config.php file and overwrite update.secret with something_really_long
c) then restart apache2 and php8.1-fpm
d) do I then either
i] enter my password or something_different into web update screen
ii] restart the webupdate process, i.e. go back to the previous screen
also I cannot find any .step file
how do I best proceed ?
thank you
I use php8.1 and the server side encryption app has not been enabled
@John30k did yout try that : " Instead of clicking that button you can now invoke the command line based updater by going into the updater/ directory in the Nextcloud directory and executing the updater.phar as the web server user. (i.e. sudo -u www-data php /var/www/nextcloud/updater/updater.phar
)"
from Upgrade via built-in updater — Nextcloud latest Administration Manual latest documentation
works fine for me.
yip thanks, I tried that about 30 minutes ago
@thierry1 - thanks! The manual update command worked for me.