Fix You are using a fallback implementation…. in nextcloud

If you check logging of nextcloud, you see error warning:

You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at /var/www/html/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php#18

This error happening because you haven’t installed  php-intl extension 

To fix this error you could install php-intl extension :

The firt you need check php version:

php -v

In my server php version is 7.3, so that i will install php-intl extension  for php 7.3:

sudo apt-get install php7.3-intl

then restart apache service:

sudo service apache2 restart

 

Giới thiệu honest 237 bài viết
Mình lập blog này với mục đích lưu lại + chia sẻ các các kiến thức mình đã biết hoặc đang tìm hiểu. Cơ bản giúp ích cho mình :) Nhưng hy vọng sẽ mang lại sự khởi đầu thuận lợi cho người mới bắt đầu!