Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Owncloud claims broken webdav install (w. PHP error) #423

Closed
Bugsbane opened this issue Jul 20, 2014 · 1 comment
Closed

Owncloud claims broken webdav install (w. PHP error) #423

Bugsbane opened this issue Jul 20, 2014 · 1 comment
Milestone

Comments

@Bugsbane
Copy link

After just installing ownCloud, the admin area shows the following error:
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. Please double check the installation guides."

In the logs, it also shows the following PHP error:
curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set at /srv/http/webapps/owncloud/3rdparty/Sabre/DAV/Client.php#465

A quick search, showed a bunch of people talking about this issue elsewhere. I'm not sure, but it looked like the last post of this ownCloud forum post might hold some clue.

Not sure if this is an ownCloud issue or an arkOS / Nginx one.

SYSTEM:
Majaro Linux
Genesis 0.6.0-1
Self signed SSL cert, generated by Genesis (although I was getting this problem when ownCloud was set to use http, too)
Using the custom arkOS nginx.conf from issue #412 .

@peakwinter peakwinter modified the milestone: 0.7 Jul 21, 2014
@peakwinter
Copy link
Contributor

This error is present in ownCloud: owncloud/core#9130 which is in turn present in SabreDAV: https://github.com/fruux/sabre-dav/issues/330

Some users have reported that their WebDAV will still work despite this error. YMMV.

The only workaround at this point is to disable open_basedir which we can't do at the moment. So we will have to wait for the issue to be fixed, hopefully it is soon :)

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants