-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Post-setup-check fails: WebDAV interface seems to be broken. #6275
Comments
Same as: #6242 ? |
Usually such errors are related to the environment. The minimum is 5.3.18. In some environments, the WebDAV check fails. See #6119 (comment) for a few ways to try and debug this. |
php-5.3.3-26.el6.x86_64 |
@PVince81 BTW, where did you find the php prerequisetes as on this site it states =>php-5.3 http://doc.owncloud.org/server/6.0/admin_manual/installation/installation_source.html |
@cyberdaemon good point. I think we need to update that doc... I've raised owncloud-archive/documentation#198 to clarify. |
This message sometimes appear even though WebDAV is working. One idea would be to do the WebDAV check from Javascript instead of PHP, this way the call is made from the right network. What do you think @karlitschek @DeepDiver1975 ? |
interesting approach ... why not? |
Hmm. Interesting idea. I'm not sure if we should invest the work for something hat only happen very rarely. Perhaps a better error message that explains the issue is enough? |
The thing is that I heard of this many times on IRC, in some tickets and Another idea would be to display in the error page the URL that WebDAV Not sure yet which of these solutions is the quickest to implement. |
Showing the URL would be a good hint! I've fixed my own install(running via a https reverse proxy) by adding this to the config/config.php
|
I had a quick go at moving the WebDAV check to JS here: #7051 (still WIP) |
The strangest thing happened : I did a clean install using debian packages (Wheezy) and the post setup check reported a webdav error (misconfiguration). However this error disappeared when I used Chromium (the error was there using firefox). |
Yes, the WebDAV check is not accurate... |
helmo's approach worked at least for my setup. |
@helmo's approach does not worked for me unfortunately. However what @python-consulting was suggesting did actually work. BUT I was using chrome in the first place and then firefox (and not the other way around). So it seems that just changing the browser makes the test finally pass. (I also confirmed already that webdav worked) |
Obsoleted by #7051 |
Expected behaviour
Successful installation
Actual behaviour
Unabel to finish installation. Error message:
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.
Steps to reproduce
Server configuration
Operating system: Centos 6.5
Web server: Apache 2.2.15
Database: MySQL 5
PHP version: 5.3
ownCloud version: 6 RC4
Client configuration
Browser: FF
Operating system: Linux
Logs
Web server error log
There is no htaccesstest.txt in that folder?!
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: