You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error in the current verion 31.0.2.1 when downloading the zipped contents of a password protected external shared folder link. It only occurs, when the link is password protected. The download works but I get two new error entries in nextcloud.log (sensitive data anonymized):
{
"reqId": "***REMOVED SENSITIVE VALUE***",
"level": 3,
"time": "2025-03-23T17:14:58+00:00",
"remoteAddr": "***REMOVED SENSITIVE VALUE***",
"user": false,
"app": "PHP",
"method": "GET",
"url": "/public.php/dav/files/***ShareString**/?accept=zip",
"message": "Cannot modify header information - headers already sent by (output started at /var/www/html/3rdparty/deepdiver/zipstreamer/src/ZipStreamer.php:325) at /var/www/html/3rdparty/sabre/http/lib/Sapi.php#68",
"userAgent": "***REMOVED SENSITIVE VALUE***",
"version": "31.0.2.1",
"data": {
"app": "PHP"
},
"id": "***REMOVED SENSITIVE VALUE***"
},
{
"reqId": "***REMOVED SENSITIVE VALUE***",
"level": 3,
"time": "2025-03-23T17:14:58+00:00",
"remoteAddr": "***REMOVED SENSITIVE VALUE***",
"user": false,
"app": "PHP",
"method": "GET",
"url": "/public.php/dav/files/***ShareString**/?accept=zip",
"message": "Cannot modify header information - headers already sent by (output started at /var/www/html/3rdparty/deepdiver/zipstreamer/src/ZipStreamer.php:325) at /var/www/html/3rdparty/sabre/http/lib/Sapi.php#64",
"userAgent": "***REMOVED SENSITIVE VALUE***",
"version": "31.0.2.1",
"data": {
"app": "PHP"
},
"id": "***REMOVED SENSITIVE VALUE***"
}
Steps to reproduce
Make a password protected share link
Open the link, login and click download.
See new entries in nextcloud.log protocol.
Expected behavior
No PHP error entries in protocol.
Nextcloud Server version
31
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 32.0.1 to 32.0.2)
Are you using the Nextcloud Server Encryption module?
I get these error messages always when downloading several files compressed into a zip. The folder does not need to be password protected. The downloaded zip file is fine, can be opened and the contents can be extracted.
Bug description
There is an error in the current verion 31.0.2.1 when downloading the zipped contents of a password protected external shared folder link. It only occurs, when the link is password protected. The download works but I get two new error entries in nextcloud.log (sensitive data anonymized):
Steps to reproduce
Expected behavior
No PHP error entries in protocol.
Nextcloud Server version
31
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 32.0.1 to 32.0.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: