sabre-io / Baikal

Baïkal is a Calendar+Contacts server
https://sabre.io/baikal/
GNU General Public License v3.0
2.5k stars 289 forks source link

Upgrade to 0.9.5 on php 7.4.33 #1277

Open rivman opened 3 months ago

rivman commented 3 months ago

Baikal version: 0.9.5

Problem: Upgrade page it's not shown after upgrade and error message is display about Composer dependencies that require php 8.1.

HDValentin commented 3 months ago

So you've installed it via composer and the composer tells you to update to a minimum PHP version of 8.1? Would it be possible for you to update PHP in the settings of your hosting, to a newer version?

It should be because 7.4 is ancient and no longer maintained: https://php.watch/news/2021/11/php7-eol

If not perhaps a rollback to version 0.9.4 helps.

Subnet-Masked commented 2 months ago

I am facing this same issue after upgrading to 0.9.5, I am running php-fpm-8.0.30-1.el9_2.x86_64 on RHEL9. I would upgrade to PHP 8.1 but it is not available on RHEL9 yet. I was able to roll back to 0.9.4 for now, but would like to upgrade at some point.

I did not install using composer, simply followed the upgrade instructions.

Is PHP < 8.1 no longer supported? Your website suggests that 7 is still the requirement.