-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
WebDAV remote connection to PowerFolder doesn't fetch existing files, multiple PHP Errors #11242
Comments
problem persist |
Powerfolder had (and has) a long list of (webdav) problems. One of them is webdav folders being shown as empty even if they contain files. Bug has been reported to Powerfolder but is not fixed (yet). |
Thanks for the quick answer. We're pivoting away from the big cyan box and tbh pivoting again would be a toughs sell 🤕 |
Based on our experience I wouldn't count on Powerfolder implementing an additional new protocol without a paying customer forcing them to do it. And even if they did I wouldn't dare using it in production (at least for a few years). And a general note: I think it's a bad idea to use one sync & share solution (that's accessible via webdav) as a storage backend for another sync & share product. My guess is, that performance will be far from optimal. |
We're using the academic-tier of PowerFolder. I arranged the creation of an NextCloud instance using university hardware. Maybe I can pivot other students to use NC instead of PF. It's trivial to deduct what university I go to. According to my internet searches on PowerFolder instances we're basically the only people in the world who seriously use PowerFolder 😒. My recommendation: don't. The Web UI is horrible and the overall featureset and design is not competitive when compared to NextCloud/Dropbox/basically-anything-that-stores-data. Disclaimer: this is my personal opinion on PF and I'm not a statement from my uni and/or any roles I hold at my uni. |
Maybe sometime in the future federated file exchange between different vendors will be possible: https://wiki.geant.org/display/OCM/Open+Cloud+Mesh I'd love to see that! |
👍
Correct. I would close this ticket here for now as @JonasDralle tries to move away anyways. Thanks for the feedback nevertheless. |
TL;DR Remote via WebDAV. remote files are not downloaded. Files added on my side sync. Maybe lasttimestamp-issue?
Steps to reproduce
Expected behaviour
Expected4) Examine: either [progress with scanning folder structure is happening] or [some progress bar that reports "hey we're still scanning the remote]
Actual behaviour
Actual4) Examine: Folder is empty
Actual5) add a file and check powerfolder remote, the file is properly synced from my instance to theirs
Actual6) delete the same file and check again: also workd
Actual7) Think "oh well maybe it needs a while to discover all files and folders on the remote"
Actual8) wait >24 hours
Actual9) still empty folder. Remote is still green. Check log. See PHP errors. Report bug.
Server configuration detail
Operating system: Linux 4.14.52-v7+ #1123 SMP Wed Jun 27 17:35:49 BST 2018 armv7l
Webserver: lighttpd/1.4.45 (fpm-fcgi)
Database: mysql 10.1.23
PHP version:
7.0.27-0+deb9u1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, cgi-fcgi, mysqlnd, PDO, xml, apcu, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, igbinary, intl, json, exif, mcrypt, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache
Nextcloud version: 13.0.6 - 13.0.6.1
Updated from an older Nextcloud/ownCloud or fresh install: updated
Where did you install Nextcloud from: DietPi Pre-Configured Software
Signing status
Array
(
)
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: PowerFolder via WebDAV (https://powerfolder.com/)
Are you using encryption: No.
Are you using an external user-backend, if yes which one: No.
Client configuration
Firefox 62.0 (32 Bit Edition)
Logs
Browser log
Webbrowser works normal
there's a warning
followed by two errors
but those two seem to be unrelated to the issue
Upon entering the webdav folder a PROPFIND request is issued. You can see the whole questest in HAR format here:
(3,87 MB) https://github.com/nextcloud/server/files/2386720/firefoxrequest.txt
NextCloud log
Complete log (debug level, whole day. incl. one midnight cronjobs, nc upgrade and one remote share)
(1,96 MB) https://github.com/nextcloud/server/files/2386699/log.txt
The text was updated successfully, but these errors were encountered: