Oddbean new post about | logout
 @1d7ca1eb I ran into this earlier this year… 

Edit `lib/versioncheck.php`

Remove the whole block that contains:

```
if (PHP_VERSION_ID >= 80200) { …
```

Restart everything, then it should work well enough to run the updater to get up to v26/27 which support 8.2. It’s sketchy but it works… Good luck!!

https://help.nextcloud.com/t/php8-2-with-nextcloud-25-0-2/151769/23 
 @d044c747 Good chance that would have limped it over the line without having to first downgrade PHP.

Oh well, fixed now.