Hi,
if no files / content is shown this mostly means that your webserver is misconfigured that it blocks the needed HTTP WebDAV verbs which are used by the WebGUI.
See the FAQ in [1] for all known info and workarounds how to fix that webserver setup. As you also don’t have Add (+) button see [2]. Your logfiles like explained in [3] might also give you additional info.
[1]
If you encounter the following scenario:
You can access your owncloud web interface
The owncloud sync client as well as WebDAV (via some WebDAV client, or a direct access in a browser via http://yourowncloud/remote.php/webdav ) aren’t working (typically you will see a 401/403/405 error in the logs)
You’re getting a 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.”
Ther…
[2]
Problem
There is no “Add (+)” button on the “Files” page of ownCloud as shown on the following screenshot:
[image]
Description
Since ownCloud 9.1 the “files” app providing this button is also using the WebDAV interface of ownCloud. If this WebDAV interface is broken (you might also get an “Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken.” in your admin backend) the button won’t show up.
Solutions
Please follow the lin…
[3]
Most times it’s very useful to have a look at the webserver logfile, the own logfile of ownCloud or the logfile of php. On linux you can find (depending on your used distro) at this locations:
ownCloud (access on the file system directly->Login via ssh-terminal/ftp, NOT via browser):
/path/to/owncloud/data/owncloud.log
IMPORTANT NOTE:
Please set DEBUG to true (for 8.1 and below):
or debug => true (for oC 8.2+):
and the loglevel to 0:
in your config.php (just add the two directi…