PHP installation does not support UTF8 functions

Hi,

I’m trying to install Dolibarr using the generic installation instructions.

When I run the installer in my browser, I get the warning message: Your PHP installation does not support UTF8 functions. Dolibarr can’t work correctly. Solve this before installing Dolibarr.

I searched the forum for this issue, and I noticed this person was having the same problem.

My php.ini file tells me that UTF8 is already my default encoding, so I’m wondering why I’m getting this error. Is there a difference between PHP UTF8 support and PHP UTF8 function support?

Thank you for taking the time to try to help.

-Ryan

1 Like

Hello
Install the php-xml package of your Linux

1 Like

This got me fixed. Thank you!