Oddbean new post about | logout
 nostr:npub1r472r6l048muneexp0tx0rmhdz890lq6t7ds30unknl40tm9udhsqswytr 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