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

WebDAV: stream_get_contents() expects parameter 2 to be long, string given #680

Closed
flobeier opened this issue Jul 31, 2016 · 19 comments
Closed

Comments

@flobeier
Copy link

flobeier commented Jul 31, 2016

Steps to reproduce

  1. Install Nextcloud 9.0.53
  2. Use WebDAV to sync files from Synology Diskstation to Nextcloud (URL: cloud.example.com/remote.php/dav/files/Username)

Expected behaviour

No error shows up.

Actual behaviour

Files get uploaded but log gets filled with the following error:

stream_get_contents() expects parameter 2 to be long, string given at /var/www/cloud/3rdparty/sabre/http/lib/Message.php#81

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

@icewind1991
Copy link
Member

Can you provide a stacktrace for the error?

@flobeier
Copy link
Author

flobeier commented Aug 1, 2016

@icewind1991 How can I obtain one?

@abyssox
Copy link

abyssox commented Aug 21, 2016

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.
Unfortunatelly there is no stacktrace available. Its just that one line error message.
{"reqId":"lRhCa5umZnaaLxW\/gE4k","remoteAddr":"x.x.x.x","app":"PHP","message":"stream_get_contents() expects parameter 2 to be integer, string given at \/var\/www\/nextcloud\/3rdparty\/sabre\/http\/lib\/Message.php#81","level":3,"time":"2016-08-19T01:01:25+02:00","method":"MKCOL","url":"\/remote.php\/webdav\/test\/tmp\/","user":"xxx"}

@flobeier
Copy link
Author

flobeier commented Sep 14, 2016

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?

@pamart
Copy link

pamart commented Sep 20, 2016

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
Operating system: Debian 8.5
Web server: nginx/1.10.1
Database: MySQL 10.0.27-MariaDB
PHP version: PHP 7.0.10-1~dotdeb+8.1
Nextcloud version: 10.0.0

@koreywithak
Copy link

koreywithak commented Nov 26, 2016

I get a similar error all the time. My logs are filled with them:
Error PHP stream_get_contents() expects parameter 2 to be integer, string given at /var/www/nextcloud/3rdparty/sabre/http/lib/Message.php#81
I got this last one when accessing files either via the Android app and/or the web interface.
Nextcloud 10
Debian Jessie Lite
nginx 1.10
php 7.0
mariadb 10.0

@giacomo892
Copy link

Still present in 10.0.2

@techc0de
Copy link

Error persist in NC 11.0

@aronovgj
Copy link

I have this using FolderSync on android.
NC11
nginx 1.11.5
php 7.0.8
mariadb 10.0.28

expects parameter 2 to be integer, string given

Best I can do:
me uploading a lot of backups from android

nginx/access.log

xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:20 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213810.tar.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:21 +0100] "PUT /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:21 +0100] "GET /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:21 +0100] "GET /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:21 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:21 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:22 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:26 +0100] "PUT /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:26 +0100] "GET /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:26 +0100] "GET /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:27 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:27 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:27 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-b607967332629e49d8d29826c6701418.apk.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:27 +0100] "PUT /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:27 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:28 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:28 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:28 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:28 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:31 +0100] "PUT /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:31 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:32 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:32 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:32 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:32 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.properties HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:32 +0100] "PUT /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:32 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:33 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:33 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:33 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:33 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:36 +0100] "PUT /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:36 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:37 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:37 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:37 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:37 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213658.tar.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:39 +0100] "PUT /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:39 +0100] "GET /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:39 +0100] "GET /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:39 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:39 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:40 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:44 +0100] "PUT /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:44 +0100] "GET /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:45 +0100] "GET /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:45 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:45 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:45 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-f96cdde1192589ec6b5d1218eaa00cfd.apk.gz HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:45 +0100] "PUT /remote.php/webdav/android/titanium/someapp-20161214-213940.properties HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:46 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213940.properties HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:46 +0100] "GET /remote.php/webdav/android/titanium/someapp-20161214-213940.properties HTTP/1.1" 404 11612 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:46 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213940.properties HTTP/1.1" 301 178 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - - [15/Dec/2016:01:50:46 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213940.properties HTTP/1.1" 401 317 "-" "OkHttp" "-"
xxx.xxx.xxx.xxx - me [15/Dec/2016:01:50:46 +0100] "PROPFIND /remote.php/webdav/android/titanium/someapp-20161214-213940.properties HTTP/1.1" 404 11612 "-" "OkHttp" "-"

No nginx errors.

NC with log level 0:

Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-20161214-213700.tar.gz could not be located	2016-12-15T01:54:28+0100
Error	PHP	stream_get_contents() expects parameter 2 to be integer, string given at /var/www/nextcloud/3rdparty/sabre/http/lib/Message.php#81	2016-12-15T01:54:28+0100
Debug	webdav	Sabre\DAV\Exception\NotAuthenticated: HTTP/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured	2016-12-15T01:54:28+0100
Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-20161214-213700.tar.gz could not be located	2016-12-15T01:54:27+0100
Debug	webdav	Sabre\DAV\Exception\NotAuthenticated: HTTP/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured	2016-12-15T01:54:27+0100
Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-20161214-213700.tar.gz could not be located	2016-12-15T01:54:24+0100
Error	PHP	stream_get_contents() expects parameter 2 to be integer, string given at /var/www/nextcloud/3rdparty/sabre/http/lib/Message.php#81	2016-12-15T01:54:24+0100
Debug	webdav	Sabre\DAV\Exception\NotAuthenticated: HTTP/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured	2016-12-15T01:54:23+0100
Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-20161214-213700.tar.gz could not be located	2016-12-15T01:54:23+0100
Debug	webdav	Sabre\DAV\Exception\NotAuthenticated: HTTP/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured	2016-12-15T01:54:23+0100
Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-20161214-213700.properties could not be located	2016-12-15T01:54:23+0100
Error	PHP	stream_get_contents() expects parameter 2 to be integer, string given at /var/www/nextcloud/3rdparty/sabre/http/lib/Message.php#81	2016-12-15T01:54:23+0100
Debug	webdav	Sabre\DAV\Exception\NotAuthenticated: HTTP/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured	2016-12-15T01:54:22+0100
Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-20161214-213700.properties could not be located	2016-12-15T01:54:22+0100
Debug	webdav	Sabre\DAV\Exception\NotAuthenticated: HTTP/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured	2016-12-15T01:54:22+0100
Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-20161214-213700.properties could not be located	2016-12-15T01:54:18+0100
Error	PHP	stream_get_contents() expects parameter 2 to be integer, string given at /var/www/nextcloud/3rdparty/sabre/http/lib/Message.php#81	2016-12-15T01:54:18+0100
Debug	webdav	Sabre\DAV\Exception\NotAuthenticated: HTTP/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured	2016-12-15T01:54:18+0100
Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-20161214-213700.properties could not be located	2016-12-15T01:54:18+0100
Debug	webdav	Sabre\DAV\Exception\NotAuthenticated: HTTP/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured	2016-12-15T01:54:17+0100
Debug	webdav	Sabre\DAV\Exception\NotFound: HTTP/1.1 404 File with name android/titanium/someapp-8636dfe98278dbf95b32320f8b2e1944.apk.gz could not be located

@aronovgj
Copy link

Does not seem to be an android issue. Removed a folder in the web UI and got this.

@ariselseng
Copy link
Member

I have the same issue. But using no sync clients. Its only happening in external_storage (smb).

@Xuanwo
Copy link
Contributor

Xuanwo commented Feb 20, 2017

The same on NC 11 @icewind1991

@benhartwich
Copy link

I´ve the same problem at the web client and sync clients of nextcloud in the latest version 11.0.2.
stream_get_contents() expects parameter 2 to be integer, string given at /var/kunden/data/nextcloud/3rdparty/sabre/http/lib/Message.php#81

@msrv
Copy link

msrv commented Mar 26, 2017

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.

stream_get_contents() expects parameter 2 to be long, string given at /srv/www/nextcloud/3rdparty/sabre/http/lib/Message.php#81

@Kinamo
Copy link

Kinamo commented Mar 30, 2017

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.
Version 11.0.2.7!

{"reqId":"XXX","remoteAddr":"XXX","app":"PHP","message":"stream_get_contents() expects parameter 2 to be long, string given at \/var\/www\/XXX\/nextcloud\/3rdparty\/sabre\/http\/lib\/Message.php#81","level":3,"time":"2017-03-30T13:33:27+00:00","method":"MKCOL","url":"\/remote.php\/webdav\/FOLDERNAMES","user":"XXX","version":"11.0.2.7"}

@pamart
Copy link

pamart commented Mar 31, 2017

I use my Synology with Cloud Sync and i have this error too since very long time now...

@Bo0oM
Copy link

Bo0oM commented Apr 12, 2017

I have the same issue.

@Dennis14e
Copy link

Dennis14e commented May 1, 2017

Any update on this? I have the same issue.

Operating system: Ubuntu Server 17.04
Web server: nginx/1.10.3
Database: MySQL 10.1.22-MariaDB
PHP version: PHP 7.1.4
Nextcloud version: 11.0.3.2

Synology DSM version: 6.1.1-15101
Synology Cloud Sync version: 2.3.1-0946

{"reqId":"XXX","remoteAddr":"XXX","app":"PHP","message":"stream_get_contents() expects parameter 2 to be integer, string given at \/var\/www\/dennis14e.de\/cloud\/3rdparty\/sabre\/http\/lib\/Message.php#81","level":3,"time":"2017-05-01T19:26:54+00:00","method":"PROPFIND","url":"\/remote.php\/dav\/files\/Dennis14e\/FOLDERPATH","user":"Dennis14e","version":"11.0.3.2"} {"reqId":"XXX","remoteAddr":"XXX","app":"PHP","message":"stream_get_contents() expects parameter 2 to be integer, string given at \/var\/www\/dennis14e.de\/cloud\/3rdparty\/sabre\/http\/lib\/Message.php#81","level":3,"time":"2017-05-01T19:26:55+00:00","method":"PROPFIND","url":"\/remote.php\/dav\/files\/Dennis14e\/FOLDERPATH","user":"Dennis14e","version":"11.0.3.2"}

Edit: Seems like nextcloud/3rdparty@e724ba5#diff-37d40e6ed6a322af9fa2c40310e7229fL78 (Line 78) fixed it. So would the problem be resolved soon?

@MorrisJobke
Copy link
Member

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

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

No branches or pull requests