Closed EricThi closed 1 day ago
cc @skjnldsv maybe something that would need to be fixed in viewer?
Nobody has this issue ? I have upgrade to 25.0.3 now : no change (I don't have take the time to read the changelog of 25.0.3)
@szaimen Sorry to ping you, i search to fix this case, after search, i can be linked to my nextcloud server (not config). How i can determine that : I work on VM, i have clone my VM to create "preprod VM"
I don't have modify any config (php/mysql/etc) I have move my folder where is installed nextcloud to -old (mv folder folder-old) I have download last nextcloud installer on nextcloud.com (b2z file) I have tar zxvf on previous path chown http:http /path/to/folder -R I have create new table on my mysql server (I use same user and pwd for this test) and I have follow webui installer to build nextcloud server => share link work on it <<
I have enabled all app on my prod server : always work
I have edited config.php for add similar "tweak" on it for get same config.php (except salt/secret/etc)
How i can determine the issue for you ? Can be linked on nextcloud Server (after major upgrade ?) Mysql can linked for that; true ? data are not used with new install of nextcloud my data are used with folder actually moved to folder-old
I will revert this change on this preprod server when i have little time for that : mv folder to folder-ok mv folder-old to folder and check if any change... (not possible at this time)
How it's possible to integrate this issue is fix on V26 ? (and not lost this fix on final release)
steps : I have create another VM on preprod based on my actual server on prod (V25.0.4) Upgrade on beta channel to 'version' => '26.0.0.7' Nextcloud Hub 3 (26.0.0 beta 5)
It's already fixed on my side : all share it's worked
I have test to upgrade OS (pacman -Syyuu) : Kernel: 6.2.1-arch1-1 nginx version: nginx/1.22.1 PHP 8.2.3 (cli) (built: Feb 15 2023 16:48:38) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.3, Copyright (c) Zend Technologies with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies archlinux package : extra/php 8.2.3-1 extra/php-fpm 8.2.3-1 mariadb Ver 15.1 Distrib 10.11.2-MariaDB, for Linux (x86_64) using readline 5.1 (upgrade needed restart service mariadb and launch : mariadb-upgrade -u root -p => 2 fixed tables : for polls app only
and test with install extra/php-legacy 8.1.16-1 : work fine
I'm back, on V26RC3. After some test, on app side, it's "broken" :
I have remove perms for download file on folder (it's a readme.md here)
No change with recent update or test on my side
The error message is the same, and I would assume to set 'allow download' to enable it should work. But the difference in this 2 problems is that on the other one there is allow download enabled for one group and disabled for the other one. But it looks like disabling 'allow download' is not a good idea. Editing seems to work in pure .txt files but not in a .docx
I'm not sure why you've encountered this, but I suspect it's some sort of configuration matter. There's virtually zero chance that simple sharing has been broken for the past two years without anyone else noticing. :-)
Have you posted for assistance on the forum? https://help.nextcloud.com
When you post there, please provide precise step-by-step reproduction steps - e.g.
I would also suggest streamlining your test setup. Maybe create a single dedicated folder at the root then share it, etc. In the example you provided above there are multiple levels of folders involved. This complicates things. The only way you're going to get to the bottom of whatever is going on is going to be streamlining and eliminating some more variables.
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.
⚠️ This issue respects the following points: ⚠️
Bug description
For any share, i get error to see/access files With examples and screenshots : Here, share between to users of my instance
And here with rights on share : (same issue if add/del some right(s) )
Log on nginx :
I get this view :
After, on detail via app metadata, i get exif informations about picture... i can't see it and i can get metadata...
no log on nextcloud.log except if remove all right (view-only mode) and get this error :
If create share link(folder or file) : View after open link :
Permissions on share link :
Log on nginx (no log on nextcloud.log) :
If set permission "Hide Download" : If put ok loop on error message and top tab : no reactions
log of nginx (no nextcloud.log) :
not only for picture : break video/music/etc
same issue on nextcloud app (tested on android only) if share picture on talk room : same issue, picture can't be see
Steps to reproduce
Expected behavior
see picture, open music file
Installation method
Community Manual installation with Archive
Operating system
Other
PHP engine version
PHP 8.1
Web server
Nginx
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
Kernel: 5.17.9-arch1-1 mysql Ver 15.1 Distrib 10.7.3-MariaDB, for Linux (x86_64) using readline 5.1 nginx/1.20.2 PHP 8.1.6 (cli) (built: May 15 2022 06:10:08) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.6, Copyright (c) Zend Technologies with Zend OPcache v8.1.6, Copyright (c), by Zend Technologies
never see this error on log before upgrade V24.0.5 to V25