Steps to reproduce
- Start the server
- Login into owncloud
Expected behaviour
The main directory of owncloud should be dispayed
Actual behaviour
A white square apear with “This content failed to load”
Server configuration
Operating system: Ubuntu 18.04
Web server: nginx
Database: MariaDb
PHP version: 7.2
ownCloud version: (see ownCloud admin page) 10.0.10
Updated from an older ownCloud or fresh install: fresh (after upgrade not working)
Where did you install ownCloud from: from wget .bed
Signing status (ownCloud 9.0 and above):
Login as admin user into your ownCloud and access
No errors have been found.
The content of config/config.php:
{
“system”: {
“instanceid”: “oc312qfbflg2”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
“xxx.yyy.zzz.aaa”,
“owncloud.mydomaine”
],
“datadirectory”: “/var/www/owncloud/data”,
“overwrite.cli.url”: “xxx.yyy.zzzz.aaa/owncloud”,
“dbtype”: “mysql”,
“version”: “10.0.10.4”,
“dbname”: “owncloud”,
“dbhost”: “localhost”,
“dbtableprefix”: “oc_”,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“logtimezone”: “UTC”,
“installed”: true,
“updatechecker”: false
}
}
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.
{
“system”: {
“instanceid”: “oc312qfbflg2”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
“192.168.0.107”,
“owncloud.mydomaine”
],
“datadirectory”: “/var/www/owncloud/data”,
“overwrite.cli.url”: “xxx.yyy.zzz.aaa/owncloud”,
“dbtype”: “mysql”,
“version”: “10.0.10.4”,
“dbname”: “owncloud”,
“dbhost”: “localhost”,
“dbtableprefix”: “oc_”,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“logtimezone”: “UTC”,
“installed”: true,
“updatechecker”: false
}
}
Are you using external storage, if yes which one: local/smb/sftp/…
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…
No
Client configuration
Browser: Firefox