ZenphotoCMS Forum
PHP setlocale() failed - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Translating (https://forum.zenphoto.org/forum-8.html)
+--- Thread: PHP setlocale() failed (/thread-11681.html)



PHP setlocale() failed - Elan42 - 2014-03-09

Hi !

I'm getting this error on a self-hosted Debian server:
PHP setlocale() failed

Using "# locale -a"
I have this results:
C
C.UTF-8
POSIX
en_US.utf8

What could I do to resolve the issue ? is it a php problem ?
Do I miss some lib ?




PHP setlocale() failed - fretzl - 2014-03-09

That's a server configuration issue. Sadly not something we can help with. Try searching Debian forums.

Maybe this post can help?
http://syamsul.net/2011/09/15/fixing-the-annoying-perl-warning-setting-locale-failed-error-message/




PHP setlocale() failed - Elan42 - 2014-03-09

That solved, thanks