my Arch Linux machine running Nextcloud on a LAMP-Stack got updates for php 7.2.0
a few days ago. Unfortunately, Nextcloud does not support php 7.2.0
, and won't do so until the next major release. So I had to downgrade my php 7.2.0
-packages back to php 7.1.12
.
Unfortunately, when opening my nextcloud page in the browser, there's only a blank page visible containing nothing. The apache error logs don't show any errors:
[Fri Dec 08 00:03:49.841065 2017] [mpm_prefork:notice] [pid 486] AH00163: Apache/2.4.29 (Unix) OpenSSL/1.1.0g PHP/7.1.12 configured -- resuming normal operations
[Fri Dec 08 00:03:49.872712 2017] [core:notice] [pid 486] AH00094: Command line: '/usr/bin/httpd -D FOREGROUND'
The access log shows [08/Dec/2017:00:37:25 +0100] "GET /nextcloud/status.php HTTP/1.1" 500 -
. When I upgrade the packages to php 7.2.0
, I get the Nextcloud error page:
This version of Nextcloud is not compatible with PHP 7.2.
You are currently running 7.2.0.
So the webserver seems to be configured correctly. Any ideas on how to fix this issue?