meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sw:nextcloud:issues [2022/08/09 08:09] niziaksw:nextcloud:issues [2025/01/29 14:47] (current) niziak
Line 1: Line 1:
 ====== Issues ====== ====== Issues ======
 +
 +===== Allowed memory size of 536870912 bytes exhausted =====
 +
 +Cannot upload 146MB file using CURL. In Nextcloud log:
 +<code>
 +Allowed memory size of 536870912 bytes exhausted (tried to allocate 143854312 bytes) at /var/www/html/lib/private/AppFramework/Http/Request.php#404
 +</code>
 +
 +Login as Admin to NC, go to ''Settings'' --> ''System'' and check ''Memory limit: 512MB'' in PHP section.
 +
 +Change env ''PHP_MEMORY_LIMIT'' in ''docker-compose.yml'', and restart container.
 +
 +
 +====== cannot rename without delete permission ======
 +
 +Bug introduced with v30.
 +Group Folders where there is no ''DELETE'' permission allows to rename files. With NC 30 it stops working.
 +
 +[[https://github.com/nextcloud/server/issues/48983|[Bug]: Unable to rename in shared folders #48983]]
  
 ===== Sabre\DAV\Exception\BadRequest ===== ===== Sabre\DAV\Exception\BadRequest =====