PHP 7.4
NC 20
I was using Nextcloud (reviewing Phonetrack app) when all of a sudden it bombed. The next thing I know, I’m unable to open Nextcloud. I get " Error - It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue."
I wasn’t making any server or software changes. I did not run out of disk space. The server and all the other software on it works fine. This just came out of the blue.
The Nextcloud error log is full of thousands of lines of this:
[02-Apr-2023 13:29:07 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/alt/php74/usr/lib64/php/modules/imagick.so (libMagickWand-7.Q16HDRI.so.7: cannot open shared object file: No such file or directory), /opt/alt/php74/usr/lib64/php/modules/imagick.so.so (/opt/alt/php74/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
And then at the end this, over and over:
[02-Apr-2023 16:52:43 UTC] PHP Warning: Module 'sqlite3' already loaded in Unknown on line 0
[02-Apr-2023 16:52:43 UTC] PHP Warning: Cannot load module 'memcached' because required module 'igbinary' is not loaded in Unknown on line 0
[02-Apr-2023 16:52:43 UTC] PHP Warning: Cannot load module 'redis' because required module 'igbinary' is not loaded in Unknown on line 0
[02-Apr-2023 16:52:58 UTC] PHP Warning: Module 'sqlite3' already loaded in Unknown on line 0
...
[02-Apr-2023 16:55:38 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'sqlite3.so' (tried: /opt/alt/php74/usr/lib64/php/modules/sqlite3.so (/opt/alt/php74/usr/lib64/php/modules/sqlite3.so: cannot open shared object file: No such file or directory), /opt/alt/php74/usr/lib64/php/modules/sqlite3.so.so (/opt/alt/php74/usr/lib64/php/modules/sqlite3.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
...