Skip to content
Snippets Groups Projects
issue_template.md 1.29 KiB
Newer Older
  • Learn to ignore specific revisions
  • ### Steps to reproduce
    1.
    2.
    3.
    
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    ### Expected behaviour
    Tell us what should happen
    
    ### Actual behaviour
    Tell us what happens instead
    
    
    ### Server configuration
    
    **Operating system**:
    
    **Web server:**
    
    **PHP version:**
    
    **ownCloud version:** (see ownCloud admin page)
    
    **Updated from an older ownCloud or fresh install:**
    
    **List of activated apps:**
    
    **The content of config/config.php:**
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    
    
    ```
    Insert your config.php content here
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    (Without the database password, passwordsalt and secret)
    
    ```
    
    **Are you using external storage, if yes which one:** local/smb/sftp/...
    
    **Are you using encryption:** yes/no
    
    **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.
    ```
    
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    ### Client configuration
    
    **Operating system:**
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    
    ### Logs
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    #### Web server error log
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    ```
    Insert your webserver log here
    ```
    
    
    #### ownCloud log (data/owncloud.log)
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    ```
    Insert your ownCloud log here
    ```
    
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    #### Browser log
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    ```
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    Insert your browser log here, this could for example include:
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    a) The javascript console log
    b) The network log 
    c) ...
    
    Lukas Reschke's avatar
    Lukas Reschke committed
    ```