Nextcloud version: 30.0.1
Operating system and version: Linux 3.10.0-962.3.2.lve1.5.83.el7.x86_64 x86_64
Apache or nginx version: Apache (litespeed)
PHP version: 8.2.24
The issue you are facing:
From files, after opening a folder with a few images, clicking on the first image to open in full screen, then clicking the arrow to go to the next image, the escape button and the X use to take me back to the folder that I had opened. Now it takes me back to the root view of folders.
Is this the first time you’ve seen this error?: Y, after upgrading to 30.
Steps to replicate it:
- Open a sub-folder with images
- Click to open an image
- Click the next arrow to go to the next image
- Click the X or press escape button on keyboard
- You are returned to the root folder instead of the folder that the images are in.
The output of your Nextcloud log in Admin > Logging:
NOTHING HERE
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
{
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"mpnc.myusa.cloud"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "30.0.1.2",
"overwrite.cli.url": "https:\/\/mpnc.myusa.cloud",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"theme": "",
"maintenance": false,
"log_rotate_size": 104857600,
"versions_retention_obligation": "15, 31",
"trashbin_retention_obligation": "30, 45",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"default_phone_region": "US",
"enable_previews": true,
"preview_max_memory": 256,
"loglevel": 2,
"filelocking.enabled": false,
"app_install_overwrite": [
"files_texteditor"
],
"mail_smtpmode": "sendmail",
"mail_sendmailmode": "smtp",
"bulkupload.enabled": false,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"maintenance_window_start": 9
}
The output of your Apache/nginx/system log in /var/log/____
:
Could not locate as this is a hosted env.
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
No errors.