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 1.8KB

9 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. ```
  18. If you have access to your command line run e.g.:
  19. sudo -u www-data php occ app:list
  20. from within your ownCloud installation folder
  21. ```
  22. **The content of config/config.php:**
  23. ```
  24. If you have access to your command line run e.g.:
  25. sudo -u www-data php occ config:list system
  26. from within your ownCloud installation folder
  27. or
  28. Insert your config.php content here
  29. (Without the database password, passwordsalt and secret)
  30. ```
  31. **Are you using external storage, if yes which one:** local/smb/sftp/...
  32. **Are you using encryption:** yes/no
  33. **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
  34. #### LDAP configuration (delete this part if not used)
  35. ```
  36. With access to your command line run e.g.:
  37. sudo -u www-data php occ ldap:show-config
  38. from within your ownCloud installation folder
  39. Without access to your command line download the data/owncloud.db to your local
  40. computer or access your SQL server remotely and run the select query:
  41. SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
  42. Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
  43. ```
  44. ### Client configuration
  45. **Browser:**
  46. **Operating system:**
  47. ### Logs
  48. #### Web server error log
  49. ```
  50. Insert your webserver log here
  51. ```
  52. #### ownCloud log (data/owncloud.log)
  53. ```
  54. Insert your ownCloud log here
  55. ```
  56. #### Browser log
  57. ```
  58. Insert your browser log here, this could for example include:
  59. a) The javascript console log
  60. b) The network log
  61. c) ...
  62. ```