nextcloud/issue_template.md

73 lines
1.3 KiB
Markdown
Raw Normal View History

### 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
### Server configuration
**Operating system**:
2013-01-12 12:08:23 +04:00
**Web server:**
2013-01-12 12:08:23 +04:00
**Database:**
2013-01-12 01:52:41 +04:00
**PHP version:**
2013-01-12 01:52:41 +04:00
**ownCloud version:** (see ownCloud admin page)
**Updated from an older ownCloud or fresh install:**
**List of activated apps:**
**The content of config/config.php:**
2013-01-12 01:57:55 +04:00
```
Insert your config.php content here
2014-12-19 12:57:46 +03:00
(Without the database password, passwordsalt and secret)
```
**Are you using external storage, if yes which one:** local/smb/sftp/...
2013-12-18 16:31:15 +04:00
**Are you using encryption:** yes/no
2014-09-03 11:44:07 +04:00
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
#### LDAP configuration (delete this part if not used)
```
run: sqlite3 data/owncloud.db
then execute: select * from oc_appconfig where appid='user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
```
2013-01-12 01:52:41 +04:00
### Client configuration
**Browser:**
2013-01-12 01:52:41 +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
2013-01-12 01:52:41 +04:00
```
Insert your webserver log here
```
#### ownCloud log (data/owncloud.log)
2013-01-12 01:52:41 +04:00
```
Insert your ownCloud log here
```
2013-01-12 14:51:03 +04:00
#### Browser log
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
b) The network log
c) ...
2013-01-12 01:52:41 +04:00
```