You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of work of a script in exec plug-in I have received "pi" in utf-8 encoding. After application of escapeshellarg() the way to base has been broken.
I had to set a locale in config.php:
setlocale(LC_CTYPE, "ru_RU.UTF-8");
The text was updated successfully, but these errors were encountered:
As a result of work of a script in exec plug-in I have received "pi" in utf-8 encoding. After application of escapeshellarg() the way to base has been broken.
I had to set a locale in config.php:
setlocale(LC_CTYPE, "ru_RU.UTF-8");
The text was updated successfully, but these errors were encountered: