FS#73930 - [nextcloud-app-notes] Exception: App "Notes" - PHP with a version lower than 8.0 is required.
Attached to Project:
Community Packages
Opened by Musikolo (Musikolo) - Wednesday, 23 February 2022, 04:32 GMT
Last edited by David Runge (dvzrv) - Tuesday, 08 March 2022, 12:06 GMT
Opened by Musikolo (Musikolo) - Wednesday, 23 February 2022, 04:32 GMT
Last edited by David Runge (dvzrv) - Tuesday, 08 March 2022, 12:06 GMT
|
Details
Description:
When running occ upgrade -v, I get the following error: ``` 2022-02-22T21:55:00-06:00 Updating database schema 2022-02-22T21:55:00-06:00 Updated database 2022-02-22T21:55:00-06:00 Updating <notes> ... 2022-02-22T21:55:00-06:00 Exception: App "Notes" cannot be installed because the following dependencies are not fulfilled: PHP with a version lower than 8.0 is required. 2022-02-22T21:55:00-06:00 Update failed 2022-02-22T21:55:00-06:00 Maintenance mode is kept active 2022-02-22T21:55:00-06:00 Resetting log level ``` Additional info: * package version(s) - php: 8.1.3-1 - nextcloud: 23.0.2-1 - nextcloud-app-notes: 4.3.0-1 Steps to reproduce: Upgrade nextcloud with `pacman -Syu` and run `occ upgrade -v` As a temporary workaround, I had to disable this app (`occ app:disable notes`) Is this an issue I should report upstream? |
This task depends upon
Closed by David Runge (dvzrv)
Tuesday, 08 March 2022, 12:06 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with nextcloud-app-notes 4.3.1-1
Tuesday, 08 March 2022, 12:06 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with nextcloud-app-notes 4.3.1-1
Looks like it's the same old story with nextcloud and PHP version incompatibilities! :-(
They are not in a rush about it because nextcloud 23 doesn't support php > 8.0 anyway: https://github.com/nextcloud/server/blob/stable23/lib/versioncheck.php
- https://bugs.archlinux.org/task/73625#comment206319
Someone needs to pay closer attention to the Nextcloud frequent incompatibility issues with newer PHP versions and start honoring dependencies as officially supported.