Intl don't work

SYSTEM INFORMATION
AlmaLinux 8.9 REQUIRED
Webmin 2.111 REQUIRED

On my VPS with Webmin/Virtualmin I just set a PHP 8.1 package. The issue is that the intl extension is missing and I can’t run my Prestashop. I’m getting lost in the many ways to interact with PHP here.

Thanks.

run dnf install php81-php-intl

not sure why your lost, docs show why you use that command

1 Like

First of all thank you, it works.

I’m lost because there are many ways to interact with PHP config, for example in WebMin → Tools → PHPconfiguration there are these files :
/etc/php.ini
/etc/opt/remi/php81/php.ini
/etc/php-fpm.conf
/etc/opt/remi/php81/php-fpm.conf

None of them work if I try to change PHP memory_limit. I had to go into VirtualMin → PHP-FPM Configuration → Resource Limits

Because each virtual server can have a different version its setup that way.
You can also set php defaults in templates as well :slight_smile:

1 Like

Hello,

Sorry for bothering, but could you explain me how to set PHP SOAP for this fresh PHP 8.1 package ?

Thanks.

No idea, have you searched the forum. Best to create a new topic as its not related to original post.