Page 1 of 1

SOLVED: Owncloud set up issue

Posted: Fri Nov 07, 2014 4:34 pm
by alapati
Hi,

I am a total newbie, so please bear with me.

My console shows that owncloud6 is installed. However when I try to access owncloud via the provided link

http://owncloud6.amahi.net

I get this error

PHP module mb multibyte not installed.

Please ask your server administrator to install the module.


I get the same error from either from a pc within the network or even if I launch owncloud via the amahi android app on my phone.

What am I doing wrong? I have rebooted the server several times after the install.

Any help will be appreciated. Thanks for your time.

Re: Owncloud set up issue

Posted: Fri Nov 07, 2014 5:35 pm
by bigfoot65
What Amahi OS version are you using?

Re: Owncloud set up issue

Posted: Fri Nov 07, 2014 6:33 pm
by alapati
Hi,

I think I am on Amahi 7.

Here is what I see in the console


Platform 7.4.0-1
Core 5.4.2-1

Thanks

Re: Owncloud set up issue

Posted: Fri Nov 07, 2014 6:44 pm
by bigfoot65
Ok, please run this as root user:

Code: Select all

yum install php-mbstring
See if that helps.

Re: Owncloud set up issue

Posted: Fri Nov 07, 2014 6:58 pm
by alapati
Thanks a bunch. That worked.

Really appreciate that....

Re: Owncloud set up issue

Posted: Fri Nov 07, 2014 7:06 pm
by bigfoot65
No problem. We will add it to the app dependencies so others do not have issues.

Thanks for identifying the issue.