Obsolete Releases > SME 8.x Contribs

Problem setting up owncloud

(1/4) > >>

ghorst352:
I have tried setting up owncloud on my sme server 8 box and continue to have issues with the initial setup.  I am following the documentation provided at http://wiki.contribs.org/OwnCloud and cannot seem to get this finalized.

I am receiving the following error after completing all the steps provided in the How-To.  When I browse to http://server/owncloud

Information Bay

This information bay has not yet been customized.

I have followed this documentation verbatim and have tried it 5 times and cannot get this to work.  Any help is appreciated.  And yes I did searched sme forums for the answer and nothing has fixed this issue otherwise I would not post.

stephdl:
may be you forget to erase the index.html who has created by the ebay.

did you mind to copy the .htacces of the tar archive who is invisible and that you can not copy it without say specyally

cp /home/e-smith/files/ibays/owncloud/html/owncloud/.htaccess /home/e-smith/files/ibays/owncloud/html/

it is for example

ghorst352:
I appreciate your response.

Per your request, I did those 2 tasks and now get the following:

Forbidden

You don't have permission to access /owncloud/ on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request

stephdl:
this the way i did to install owncloud


--- Code: ---cd /home/e-smith/files/ibays/owncloud/html/
wget http://owncloud.org/releases/owncloud-4.5.6.tar.bz2
tar xvf owncloud-4.5.6.tar.bz2
mv owncloud/* .
mv owncloud/.htaccess .
db accounts setprop owncloud AllowOverride All FollowSymLinks enabled Group www PHPBaseDir /home/e-smith/files/ibays/owncloud/:/tmp/ PublicAccess global UserAccess wr-group-rd-everyone
signal-event ibay-modify owncloud
rm  index.html
--- End code ---

i think you need to reinstall from scratch and follow what i did...else you need to follow the documentation to allow the "allow_url_fopen"

You can go now to the wiki i edit the page to put this

ghorst352:
Steph,

Thanks for your response.  I did exactly as you said and I get the following error:

Forbidden

You don't have permission to access /owncloud/ on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.



Additionally I get the following 2 entries in my /var/log/httpd/error_log:

[Thu Jan 31 06:25:52 2013] [error] [client 192.168.1.28] Directory index forbidden by Options directive: /home/e-smith/files/ibays/owncloud/html/
[Thu Jan 31 06:25:52 2013] [error] [client 192.168.1.28] File does not exist: /home/e-smith/files/ibays/Primary/html/core

Navigation

[0] Message Index

[#] Next page

Go to full version