shaarli / Shaarli

The personal, minimalist, super-fast, database free, bookmarking service - community repo
https://shaarli.readthedocs.io/
Other
3.44k stars 294 forks source link

Call to undefined function mb_convert_case() #1053

Closed smth closed 6 years ago

smth commented 6 years ago

When I try to use the text search I get the following error:

Fatal error: Call to undefined function mb_convert_case() in /path/to/public_html/application/LinkFilter.php on line 183

v0.9.2

virtualtam commented 6 years ago

Hi @smth,

The PHP mbstring extension must be installed and enabled, and is part of Shaarli requirements, see https://shaarli.readthedocs.io/en/master/Server-requirements/

It should be present and enabled by default on most Debian- and Ubuntu-based systems, but you need to install and enable it on CentOS/RHEL/Fedora and Windows.

Let us know if you're running another system so we can update the docs accordingly :)

smth commented 6 years ago

Hi @virtualtam mbstring was not enabled by default on my (Linux / cPanel) host, and this was indeed the problem. Thanks