After running yum update -y, error PHP module intl not installed

Steps to reproduce

  1. browse website

Expected behaviour

Page should load with the login

Actual behaviour

  • PHP module intl not installed.
    Please ask your server administrator to install the module.
  • PHP modules have been installed, but they are still listed as missing?
    Please ask your server administrator to restart the web server.

Server configuration

Operating system: CentOS Linux release 7.2.1511 (Core)

Web server:
Nginx

Database:
Mysql

PHP version:
PHP 5.6.15

ownCloud version: (see ownCloud admin page)
V8.2.2

List of activated apps:
standard

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.

Client configuration

Browser:
Any

Operating system:
Windows

Logs

Web server error log

Insert your webserver log here

ownCloud log (data/owncloud.log)

Insert your ownCloud log here

I quickly searched your problem in google. Looks like you should use remi repository for intl extension of higher php versions:

1 Like