Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Version auto update breaks NextCloudPI 1.53.0 #1861

Open
rolfkra opened this issue Jan 5, 2024 · 3 comments
Open

PHP Version auto update breaks NextCloudPI 1.53.0 #1861

rolfkra opened this issue Jan 5, 2024 · 3 comments

Comments

@rolfkra
Copy link

rolfkra commented Jan 5, 2024

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.

@djamn
Copy link

djamn commented Jan 7, 2024

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

You can find it out via lsb_release -a

@rolfkra
Copy link
Author

rolfkra commented Jan 7, 2024

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

@naldoxable
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants