nextcloudpi icon indicating copy to clipboard operation
nextcloudpi copied to clipboard

PHP Version auto update breaks NextCloudPI 1.53.0

Open rolfkra opened this issue 1 year ago • 3 comments

Just installed NextCloudPi, latest version on a Raspi 4B (NextCloudPi_RaspberryPi_v1.53.0.img) in Dec 2023. Today I can see that error :

This version of Nextcloud is not compatible with PHP>=8.3.
You are currently running 8.3.1. Nextcloud is still up, Cronjobs are not working anymore and several parts of NextcloudPi Panel report this error.

Seems the Auto Update of the PHP Version of the system breaks parts of the Instance.

rolfkra avatar Jan 05 '24 16:01 rolfkra

@rolfkra what's your OS? Bookworm or Bullseye?

You can find it out via lsb_release -a

djamn avatar Jan 07 '24 12:01 djamn

Hello @djamn , I am using bullseye. Meanwhile found a workaround by fixing the PHP to 8.1 via sudo update-alternatives --config php

rolfkra avatar Jan 07 '24 12:01 rolfkra

I managed to downgrade the version using: sudo update-alternatives --set php /usr/bin/php8.1

naldoxable avatar Jan 29 '24 21:01 naldoxable