Can't create Chinese name folder

I can’t create a folder with a Chinese name, but I can create one with an English name.

When creating, I receive the message below:
Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter safe_mode is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).

The “safe_mode” is not enabled, I checked.

I would be very glad if someone helped.
Thank you!

UDP:
Also I can’t upload a file if it has Chinese characters in the name (


@sfine What kind of file storage is the underlying filesystem and server?

  • Windows Server 2012 r2, NTFS
  • XAMPP (Apahce+MySQL+PHP)

If you create the folder in Windows, can you then see it in Dolibarr?

If you create a folder with a chinese name, can you then see it in Dolibarr?

can’t see folders with Chinese name.

Make sure that your stack uses the same character set on all levels.

check if they even support those characters

how do I check? I just checked the database unicode and I didn’t see any problem, it supports the Chinese characters

Check what charset apache is configured for.
Check what charset PHP is configured for.

php.ini
image

I didn’t find any charset options in the Apache httpd.conf file.

maybe try this

AddDefaultCharset utf-8