-
-
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: stream_get_contents() expects parameter 2 to be long, string given #680
Comments
Can you provide a stacktrace for the error? |
@icewind1991 How can I obtain one? |
I got nearly the same error ("expects parameter 2 to be integer" instead of "long") when i upload a file from my ubuntu server via dav2fs to my nextcloud server. |
Still present in Nextcloud 10.0. @icewind1991 I see another user generating this error now too, so it's not just the synology diskstation anymore. How can I help with debugging? |
I got this error too in the same situation, using CloudSync on my Synology. Files seem to be synced correctly, but my log fille is growing more than 150 MB in only one day. Server configuration |
I get a similar error all the time. My logs are filled with them: |
Still present in 10.0.2 |
Error persist in NC 11.0 |
I have this using FolderSync on android.
Best I can do: nginx/access.log
No nginx errors. NC with log level 0:
|
Does not seem to be an android issue. Removed a folder in the web UI and got this. |
I have the same issue. But using no sync clients. Its only happening in external_storage (smb). |
The same on NC 11 @icewind1991 |
I´ve the same problem at the web client and sync clients of nextcloud in the latest version 11.0.2. |
Same issue here, using 11.0.2 and latest nginx on Debian Jessie. Error occurs while using FolderSync (Android) or the Desktop Client on Windows 10.
|
Not Android related, more of a path problem or something? I have a customer doing syncs and we get this error all over the screen, however the folders are created.
|
I use my Synology with Cloud Sync and i have this error too since very long time now... |
I have the same issue. |
Any update on this? I have the same issue. Operating system: Ubuntu Server 17.04 Synology DSM version: 6.1.1-15101
Edit: Seems like nextcloud/3rdparty@e724ba5#diff-37d40e6ed6a322af9fa2c40310e7229fL78 (Line 78) fixed it. So would the problem be resolved soon? |
Fixed by #3648 with upcoming Nextcloud 12 |
Steps to reproduce
Expected behaviour
No error shows up.
Actual behaviour
Files get uploaded but log gets filled with the following error:
Server configuration
Operating system: Debian 8.5
Web server: nginx/1.6.2
Database: MySQL 10.0.25-MariaDB
PHP version: PHP 5.6.24
Nextcloud version: 9.0.53
Updated from an older Nextcloud/ownCloud or fresh install: Updated from ownCloud 9.0.2
Where did you install Nextcloud from: Tarball from official website
The same error seems to be present in ownCloud, see here: https://central.owncloud.org/t/after-migration-to-a-new-server/1185/6
The text was updated successfully, but these errors were encountered: