Nextcloud passwords PHP 7.2.24 is no longer supported. Please check the system requirements

I followed the instructions. Nextcloud seems to work.

In Security & Setups Warning I have the following new message:

This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them.

  • imagick
    
1 Like
yum install rh-php73-php-imagick

(which will install sclo-php73-php-pecl-imagick package).
It’s one of the install requirements of our current nextcloud build with php72. If nextcloud is upgraded to use php73 it shall work “out of the box”.

2 Likes

yum install rh-php73-php-imagick

that’s it. thanks.

thank to monitor and report if nextcloud will work or fail with rh-php73

if i had followed these instructions.

do i now undo and follow

these instructions instead?

on the

installation command. is this version much more diferent than

this version?

Yes, please undo and follow the instructions of @stephdl
The module versions are the same (0.0.1-1.2.gd07a0b6)

after implementing the said changes, i am getting error 503 when trying to access nextcloud

Hm, it’s working here.

Do you find errors in /var/log/messages ?

Did you edit /etc/opt/rh/rh-php73/php-fpm.d/000-nextcloud.conf and replace php72 with php73?

listen = /var/run/rh-php73-php-fpm/nethserver-nextcloud-php73.sock

;Logs
php_admin_value[error_log] = /var/opt/rh/rh-php73/log/php-fpm/error-nextcloud.log

If not already done install imagick as recommended here and restart the services.

systemctl restart rh-php73-php-fpm
signal-event nethserver-nextcloud-update

Please post your /etc/httpd/conf.d/zz_nextcloud.conf and /etc/opt/rh/rh-php73/php-fpm.d/000-nextcloud.conf if does not work.

1 Like

this is hwere the error was. it had php72.sock

1 Like

for the record all your modification should be upgraded automatically if we move nextcloud to rh-php73