-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Steps to reproduce
- Login to Nextcloud
- Wait a few secounds or load an other nextcloud subpage
- "Problem beim Laden der Seite, Seite wird in 5 Sekunden nochmals geladen"
- Back on Login screen
Server configuration
Operating system:
openSuese 13.1
Web server:
nginx
Database:
MariaDB
PHP version:
PHP 5.6.9
Nextcloud version: (see Nextcloud admin page)
11.0.1 (stable)
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh installation on 11.0.1
Where did you install Nextcloud from:
Downloaded from nextcloud page and installed via Webinstaller
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
No errors have been found.
</details>
**List of activated apps:**
<details>
<summary>App list</summary>
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Enabled:
- activity: 2.4.1
- bookmarks: 0.9.1
- calendar: 1.5.0
- comments: 1.1.0
- contacts: 1.5.3
- dav: 1.1.1
- encryption: 1.4.1
- federatedfilesharing: 1.1.1
- federation: 1.1.1
- files: 1.6.1
- files_external: 1.1.2
- 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
- nextcloud_announcements: 1.0
- notifications: 1.0.1
- password_policy: 1.1.0
- provisioning_api: 1.1.0
- serverinfo: 1.1.1
- sharebymail: 1.0.1
- survey_client: 0.1.5
- systemtags: 1.1.3
- theming: 1.1.1
- twofactor_backupcodes: 1.0.0
- updatenotification: 1.1.1
- workflowengine: 1.1.1
Disabled:
- admin_audit
- external
- files_accesscontrol
- files_automatedtagging
- templateeditor
- user_external
- user_ldap
- user_saml
</details>
**The content of config/config.php:**
<details>
<summary>Config report</summary>
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE"
],
"datadirectory": "/srv/http/REMOVED SENSITIVE VALUE/nextclouddata",
"overwrite.cli.url": "https://REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "11.0.1.2",
"dbname": "nextcloud",
"dbhost": "127.0.0.1",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"loglevel": 3,
"logtimezone": "Europe/Berlin",
"installed": true,
"mail_smtpmode": "php",
"mail_smtpsecure": "ssl",
"mail_from_address": "cloud",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"default_language": "de",
"trashbin_retention_obligation": "auto, 30",
"versions_retention_obligation": "auto",
"maintenance": false
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Client configuration
Browser:
Firefox 51.0.0.1 (64 Bit)
Operating system:
Windows 10 64 Bit