New install error 1.9.1

There is a typo in www.conf file, edit file /etc/php/8.3/fpm/pool.d/www.conf and replace:

[wwww]

by

[www]

Save the file and restart php:

systemctl restart php8.3-fpm

Edit: I’ve created this pull request.

6 Likes