On Thu, Apr 11, 2013 at 10:18:26PM +0400, Wesley M.A. wrote:
> I get this in the admin console (warning log):
> Error  core    setting locale to en_US.UTF-8/en_US.UTF8 failed.
> Support is probably not installed on your system
>
> And at the top :
> "Locale not working
> This ownCloud server can't set system locale to
> en_US.UTF-8/en_US.UTF8. This means that there might be problems with
> certain characters in file names. We strongly suggest to install the
> required packages on your system to support en_US.UTF-8/en_US.UTF8."
> 
> Owncloud used : the last 5.0.3

OK. I don't see these errors using owncloud 4.
 
> Any idea to fix this ?

When I find time to upgrade to owncloud 5 I will look into this.

It is possible that this will fix it:

  mkdir -p /var/www/usr/share/locale/en_US.UTF-8
  cp /usr/share/locale/en_US.UTF-8/LC_CTYPE 
/var/www/usr/share/locale/en_US.UTF-8/LC_CTYPE

But I haven't tested.

Reply via email to