You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While installing I've tested the scrypt many times on a new server with Ubuntu 18.04.4 LTS. Every time I have an error with the php7.3-fpm.service failing to install.
=> Installing php7.3 :
Unit php7.3-fpm.service could not be found.
Done...
This can be fixed by reverting all php7.3 mentions in install.sh file back to php7.2
php7.3 has a issue with the fpm service. I now have a succesfull install with php7.2
The text was updated successfully, but these errors were encountered:
EdgarKeek
changed the title
php7.3-fpm.service
php7.3-fpm.service (FIX)
May 27, 2020
While installing I've tested the scrypt many times on a new server with Ubuntu 18.04.4 LTS. Every time I have an error with the php7.3-fpm.service failing to install.
=> Installing php7.3 :
Unit php7.3-fpm.service could not be found.
Done...
This can be fixed by reverting all php7.3 mentions in install.sh file back to php7.2
php7.3 has a issue with the fpm service. I now have a succesfull install with php7.2
The text was updated successfully, but these errors were encountered: