You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue_template.md 969B

11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ### Steps to reproduce
  2. 1.
  3. 2.
  4. 3.
  5. ### Expected behaviour
  6. Tell us what should happen
  7. ### Actual behaviour
  8. Tell us what happens instead
  9. ### Server configuration
  10. **Operating system**:
  11. **Web server:**
  12. **Database:**
  13. **PHP version:**
  14. **ownCloud version:** (see ownCloud admin page)
  15. **Updated from an older ownCloud or fresh install:**
  16. **List of activated apps:**
  17. **The content of config/config.php:**
  18. ```
  19. Insert your config.php content here
  20. (Without the database password and passwordsalt)
  21. ```
  22. **Are you using external storage, if yes which one:** local/smb/sftp/...
  23. **Are you using encryption:** yes/no
  24. ### Client configuration
  25. **Browser:**
  26. **Operating system:**
  27. ### Logs
  28. #### Web server error log
  29. ```
  30. Insert your webserver log here
  31. ```
  32. #### ownCloud log (data/owncloud.log)
  33. ```
  34. Insert your ownCloud log here
  35. ```
  36. #### Browser log
  37. ```
  38. Insert your browser log here, this could for example include:
  39. a) The javascript console log
  40. b) The network log
  41. c) ...
  42. ```