Jan Vlug
Jan Vlug
I looked a bit in more detail into this issue. I think the following is happening: In Planify, you can drop a top level task list (Project) on another top...
Also, if you reorder the task lists (Projects) in Planify, this will not be reflected in the Nextcloud Tasks web app. As a test I deleted my Nextcloud account in...
Also, if I reorder the task lists in Nextcloud, this will not be reflected in Planify, once the account has been added.
Additional info: This error was reported after that I recovered the database and config.php of my nextcloudpi. Because of the incorrect temporary php directory, uploading files via the Nextcloud Desktop...
After upgrading the Nextcloud server to 31.0.7, I saw this error again. This resulted in errors like this in the Nextcloud desktop clients: ``` Expected filesize of nnnn bytes but...
I searched in `/etc/php` for the string `/var/www/nextcloud/data/tmp`, and found: ``` # find -type f -exec grep -il "/var/www/nextcloud/data/tmp" {} \; ./8.3/cli/php.ini ./8.3/fpm/php.ini ``` And this is the `tempdirectory` value...
This happened again with the upgrade to 31.0.8.
Here some possible background information: * https://github.com/nextcloud/server/issues/19682 * https://github.com/nextcloud/server/issues/43636 * https://github.com/nextcloud/all-in-one/blob/8b8059b6d2c4230e0250c288951df44756d1069a/Containers/nextcloud/entrypoint.sh#L374-L376 * https://github.com/nextcloud/updater/issues/113 * https://github.com/nextcloud/updater/issues/227 After some reading and investigation this is my hypothesis: Unexpected directories will be erases from...
Today I did an upgrade again, after that I fully restarted the Nextcloudpi server. All went well, and this issue did not occur any more. So in the end it...
Thanks. The instructions above worked. For interested people, first I did this on the command line: ``` jan@nextcloudpi:~ $ sudo systemctl status ncp-update-nc.service [sudo] password for jan: × ncp-update-nc.service -...