-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Steps to reproduce
1.Click on Admin/Logging
Expected behaviour
Logging page should finish loading
Actual behaviour
Loading icon displays and stays forever
Server configuration
Operating system: Archlinux i386
Web server: Apache
Database: Mariadb
PHP version: 5.7
Nextcloud version: 11.0.3
Where did you install Nextcloud from: tar.gz
List of activated apps:
Enabled:
- activity: 2.4.1
- admin_audit: 1.1.0
- bookmarks: 0.9.1
- calendar: 1.5.2
- comments: 1.1.0
- contacts: 1.5.3
- dav: 1.1.1
- deck: 0.1.4
- external: 1.2
- federatedfilesharing: 1.1.1
- federation: 1.1.1
- files: 1.6.1
- files_accesscontrol: 1.1.2
- files_automatedtagging: 1.1.1
- files_pdfviewer: 1.0.1
- files_retention: 1.0.1
- files_sharing: 1.1.1
- files_texteditor: 2.2
- files_trashbin: 1.1.0
- files_versions: 1.4.0
- files_videoplayer: 1.0.0
- firstrunwizard: 2.0
- gallery: 16.0.0
- logreader: 2.0.0
- lookup_server_connector: 1.0.0
- news: 10.2.0
- nextcloud_announcements: 1.0
- notes: 2.2.0
- notifications: 1.0.1
- password_policy: 1.1.0
- provisioning_api: 1.1.0
- qownnotesapi: 17.3.0
- serverinfo: 1.1.1
- sharebymail: 1.0.1
- survey_client: 0.1.5
- systemtags: 1.1.3
- tasks: 0.9.5
- templateeditor: 0.2
- theming: 1.1.1
- twofactor_backupcodes: 1.0.0
- updatenotification: 1.1.1
- workflowengine: 1.1.1
Disabled: - documents
- encryption
- files_external
- user_external
- user_ldap
- user_saml
**Nextcloud configuration:**
{
"system": {
"datadirectory": "/srv/server/www/owncloud/data",
"dbtype": "mysql",
"version": "11.0.3.2",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"instanceid": "507895ccc101e",
"maintenance": false,
"theme": "",
"asset-pipeline.enabled": false,
"default_language": "es",
"overwrite.cli.url": "/owncloud",
"preview_libreoffice_path": "/usr/bin/libreoffice",
"loglevel": 2,
"forcessl": true,
"log_type": "syslog",
"logdateformat": "F d, Y H:i:s",
"logfile": "",
"syslog_tag": "Nextcloud",
"trusted_domains": [
"soliverez.com.ar"
],
"secret": "REMOVED SENSITIVE VALUE",
"has_internet_connection": true,
"check_for_working_htaccess": true,
"mail_smtpmode": "sendmail",
"mail_from_address": "owncloud",
"mail_domain": "soliverez.com.ar",
"appstoreenabled": true,
"appstore.experimental.enabled": true,
"apps_paths": [
{
"path": "/srv/server/www/owncloud/apps",
"url": "/apps",
"writable": true
}
],
"enable_previews": true,
"trashbin_retention_obligation": "auto",
"updater.release.channel": "stable",
"memcache.local": "\OC\Memcache\APCu"
}
}
### Client configuration
**Browser:**
Firefox
**Operating system:**
Manjaro
### Logs