Ok,
The problem is that you don't have PECL module installed.
You can change in file /lib/class.users.php this code:
$this->setValue('_language',locale_parse($_SERVER['HTTP_ACCEPT_LANGUAGE'])['language']);
in this:
$this->setValue('_language',explode('-',explode(',',$_SERVER['HTTP_ACCEPT_LANGUAGE'])[0])[0]);
Or install PECL in your webserver.
pecl.php.net/package/pecl_http