2016-02-17 22:14:05 +03:00
<!--
2016-06-06 21:49:08 +03:00
Thanks for reporting issues back to Nextcloud! This is the issue tracker of Nextcloud, if you have any support question please check out https://nextcloud.com/support
2016-02-17 22:14:05 +03:00
2016-06-06 21:49:08 +03:00
This is the bug tracker for the Server component. Find other components at https://github.com/nextcloud/
2016-02-17 22:14:05 +03:00
2016-06-06 21:49:08 +03:00
For reporting potential security issues please see https://nextcloud.com/security/
2016-04-22 19:52:00 +03:00
2017-04-02 23:13:04 +03:00
To make it possible for us to help you please fill out below information carefully.
You can also use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
2016-02-17 22:14:05 +03:00
-->
2014-01-22 14:58:09 +04:00
### Steps to reproduce
1.
2.
3.
2013-01-12 01:52:41 +04:00
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead
2013-01-12 02:08:01 +04:00
### Server configuration
2017-04-05 11:59:02 +03:00
2014-01-22 15:04:24 +04:00
**Operating system**:
2013-01-12 12:08:23 +04:00
2014-01-22 15:04:24 +04:00
**Web server:**
2013-01-12 12:08:23 +04:00
2014-01-22 15:04:24 +04:00
**Database:**
2013-01-12 01:52:41 +04:00
2014-01-22 15:04:24 +04:00
**PHP version:**
2013-01-12 01:52:41 +04:00
2016-06-06 21:49:08 +03:00
**Nextcloud version:** (see Nextcloud admin page)
2013-12-03 18:06:36 +04:00
2016-06-06 21:49:08 +03:00
**Updated from an older Nextcloud/ownCloud or fresh install:**
2013-12-03 18:06:36 +04:00
2016-06-06 21:49:08 +03:00
**Where did you install Nextcloud from:**
2016-02-27 17:42:06 +03:00
2016-07-17 16:15:03 +03:00
**Signing status:**
2016-07-04 11:40:13 +03:00
< details >
< summary > Signing status< / summary >
2016-01-15 20:25:38 +03:00
```
2016-06-06 21:49:08 +03:00
Login as admin user into your Nextcloud and access
2016-01-15 20:25:38 +03:00
http://example.com/index.php/settings/integrity/failed
paste the results here.
```
2016-07-04 11:40:13 +03:00
< / details >
2016-01-15 20:25:38 +03:00
2014-01-22 15:04:24 +04:00
**List of activated apps:**
2016-07-04 11:40:13 +03:00
< details >
< summary > App list< / summary >
2013-12-03 18:06:36 +04:00
2015-06-09 20:41:12 +03:00
```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
2016-06-06 21:49:08 +03:00
from within your Nextcloud installation folder
2015-06-09 20:41:12 +03:00
```
2016-07-04 11:40:13 +03:00
< / details >
2015-06-09 20:41:12 +03:00
2017-04-05 11:59:02 +03:00
**Nextcloud configuration:**
2016-07-04 11:40:13 +03:00
< details >
< summary > Config report< / summary >
2013-01-12 01:57:55 +04:00
2014-01-22 15:04:24 +04:00
```
2015-06-10 18:13:59 +03:00
If you have access to your command line run e.g.:
2015-12-11 11:56:24 +03:00
sudo -u www-data php occ config:list system
2016-06-06 21:49:08 +03:00
from within your Nextcloud installation folder
2015-06-10 18:13:59 +03:00
or
2017-04-02 23:13:04 +03:00
Insert your config.php content here.
2017-04-03 13:11:34 +03:00
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
2014-01-22 15:04:24 +04:00
```
2016-07-04 11:40:13 +03:00
< / details >
2014-01-22 15:04:24 +04:00
**Are you using external storage, if yes which one:** local/smb/sftp/...
2013-12-18 16:31:15 +04:00
2014-01-22 15:04:24 +04:00
**Are you using encryption:** yes/no
2014-01-22 14:58:59 +04:00
2014-09-03 11:44:07 +04:00
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
2014-09-03 11:51:01 +04:00
#### LDAP configuration (delete this part if not used)
2016-07-04 11:40:13 +03:00
< details >
< summary > LDAP config< / summary >
2014-09-03 11:51:01 +04:00
```
2015-12-11 11:59:38 +03:00
With access to your command line run e.g.:
2015-06-09 20:41:12 +03:00
sudo -u www-data php occ ldap:show-config
2016-06-06 21:49:08 +03:00
from within your Nextcloud installation folder
2015-06-09 20:41:12 +03:00
Without access to your command line download the data/owncloud.db to your local
2015-12-11 11:59:38 +03:00
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
2015-06-09 20:41:12 +03:00
2014-09-03 11:51:01 +04:00
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
```
2016-07-04 11:40:13 +03:00
< / details >
2014-09-03 11:51:01 +04:00
2013-01-12 01:52:41 +04:00
### Client configuration
2014-01-22 15:04:24 +04:00
**Browser:**
2013-01-12 01:52:41 +04:00
2014-01-22 15:04:24 +04:00
**Operating system:**
2013-01-12 01:52:41 +04:00
### Logs
2013-01-12 02:40:14 +04:00
#### Web server error log
2016-07-04 11:40:13 +03:00
< details >
2016-07-04 12:56:38 +03:00
< summary > Web server error log< / summary >
2017-02-10 11:08:05 +03:00
2013-01-12 01:52:41 +04:00
```
Insert your webserver log here
```
2016-07-04 11:40:13 +03:00
< / details >
2013-01-12 01:52:41 +04:00
2016-07-04 12:50:32 +03:00
#### Nextcloud log (data/nextcloud.log)
2016-07-04 11:40:13 +03:00
< details >
2016-07-04 12:56:38 +03:00
< summary > Nextcloud log< / summary >
2017-02-10 11:08:05 +03:00
2013-01-12 01:52:41 +04:00
```
2016-06-06 21:49:08 +03:00
Insert your Nextcloud log here
2013-01-12 01:52:41 +04:00
```
2016-07-04 11:40:13 +03:00
< / details >
2013-01-12 01:52:41 +04:00
2013-01-12 14:51:03 +04:00
#### Browser log
2016-07-04 11:40:13 +03:00
< details >
< summary > Browser log< / summary >
2017-02-10 11:08:05 +03:00
2013-01-12 01:52:41 +04:00
```
2013-01-12 14:51:03 +04:00
Insert your browser log here, this could for example include:
2013-01-12 01:52:41 +04:00
2013-01-12 14:51:03 +04:00
a) The javascript console log
2016-07-04 11:40:13 +03:00
b) The network log
2013-01-12 14:51:03 +04:00
c) ...
2013-01-12 01:52:41 +04:00
```
2016-07-04 11:40:13 +03:00
< / details >