-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap27-feedbackbugfeature: trashbin
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
Upgrade from Skycloud 27.1.5 to Skycloud 27.1.6
Discovered that the Trash bin function is invalid, and there is nothing in the deleted file
The displayed content is:
No files in here
No files or folders have been deleted yet
Steps to reproduce
- Installing Skycloud 27.1.5
- Upgrade to Skycloud 27.1.6 online or offline
- Delete a file
- Click on "Delete files",
Expected behavior
- Unable to recycle deleted files
- Waste disk space
Installation method
Community Manual installation with Archive
Nextcloud Server version
27
Operating system
RHEL/CentOS
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 22.1 to 22.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"*.cymmetrik.com",
"192.*"
],
"defaultapp": "files",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "27.1.6.2",
"overwrite.cli.url": "https:\/\/fedcloud.cymmetrik.com",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"job_properties": {
"remote_info": {
"login": {
"uri": "https:\/\/192.168.1.144:9443",
"username": "admin",
"password": "admin"
},
"action": {
"uri": "https:\/\/192.168.1.144:9443"
},
"view": {
"uri": "https:\/\/192.168.1.144:9443",
"path": "\/myworkspace\/#\/viewer",
"param": "file:\/\/esko23\/FedCloud\/Viewer\/",
"mode": "page"
}
},
"fixed": {
"Normal": {
"tickets": {
"filters": {
"prop": "description",
"values": [
"fed",
"chk"
]
}
}
},
"Submit": [
"CreatJob"
],
"Upload": [
"SyncFile"
]
}
},
"updater.secret": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"theme": "",
"loglevel": 2
}
}List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap27-feedbackbugfeature: trashbin