server/issue_template.md

131 lines
2.8 KiB
Markdown
Raw Normal View History

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