Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile Picture Button don`t show Images #11700

Closed
ncgu opened this issue Oct 9, 2018 · 1 comment
Closed

Profile Picture Button don`t show Images #11700

ncgu opened this issue Oct 9, 2018 · 1 comment
Labels

Comments

@ncgu
Copy link

ncgu commented Oct 9, 2018

Steps to reproduce

  1. Logon to nextcloud
  2. goto Settings -> Personal Info
  3. Assign a "Profile Picture"
  4. Now under "Profile Picture" there are three buttons.
    The Buttons "Select from File" and "Remove Image" don`t show any Images.
    If you move the mouse over the "Select from file" button, no image is displayed.
    If you move the mouse over the "Remove Image" button, a trash can image is displayed.

The Button "upload new" is ok.

img1
img2
img3

Expected behaviour

The Buttons "Select from File" and "Remove Image" should show an Image.

Actual behaviour

The Buttons "Select from File" and "Remove Image" don`t show any Images.

Server configuration detail

Operating system: Linux 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64

Webserver: Apache (fpm-fcgi)

Database: mysql 5.5.61

PHP version:

7.2.10
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dom, hash, fileinfo, filter, ftp, gd, gettext, SPL, iconv, session, json, mbstring, standard, mysqlnd, pcntl, mysqli, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, Reflection, imap, SimpleXML, sockets, exif, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, cgi-fcgi, intl

Nextcloud version: 14.0.1.1 and 14.0.2 RC 1 and 14.0.2 and 14.0.3

Updated from an older Nextcloud/ownCloud or fresh install: update from 13.06

Where did you install Nextcloud from: nextcloud.com

Signing status
List of activated apps
Enabled:
 - accessibility: 1.0.1
 - activity: 2.7.0
 - admin_audit: 1.4.0
 - announcementcenter: 3.3.0
 - apporder: 0.5.0
 - audioplayer: 2.4.1
 - bookmarks: 0.13.0
 - bruteforcesettings: 1.1.0
 - calendar: 1.6.2
 - caniupdate: 0.2.0
 - cloud_federation_api: 0.0.1
 - comments: 1.4.0
 - contacts: 2.1.6
 - dav: 1.6.0
 - dicomviewer: 1.0.2
 - federatedfilesharing: 1.4.0
 - federation: 1.4.0
 - files: 1.9.0
 - files_markdown: 2.0.4
 - files_pdfviewer: 1.3.2
 - files_rightclick: 0.8.4
 - files_sharing: 1.6.2
 - files_texteditor: 2.6.0
 - files_trackdownloads: 1.3.1
 - files_trashbin: 1.4.1
 - files_versions: 1.7.1
 - files_videoplayer: 1.3.0
 - firstrunwizard: 2.3.0
 - gallery: 18.1.0
 - groupfolders: 1.3.3
 - issuetemplate: 0.4.0
 - logreader: 2.0.0
 - lookup_server_connector: 1.2.0
 - mail: 0.10.0
 - metadata: 0.7.0
 - news: 13.0.1
 - nextcloud_announcements: 1.3.0
 - notes: 2.4.2
 - notifications: 2.2.1
 - oauth2: 1.2.1
 - previewgenerator: 1.1.0
 - provisioning_api: 1.4.0
 - quota_warning: 1.3.0
 - serverinfo: 1.4.0
 - sharebymail: 1.4.0
 - socialsharing_email: 1.0.4
 - spreed: 4.0.0
 - support: 1.0.0
 - survey_client: 1.2.0
 - tasks: 0.9.7
 - twofactor_backupcodes: 1.3.1
 - updatenotification: 1.4.1
 - workflowengine: 1.4.0
Disabled:
 - circles
 - dashboard
 - data_request
 - deck
 - encryption
 - files_accesscontrol
 - files_downloadactivity
 - files_external
 - files_reader
 - flowupload
 - keeweb
 - password_policy
 - rainloop
 - systemtags
 - theming
 - user_external
 - user_ldap

Configuration (config/config.php)
{
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "apps_paths": [
        {
            "path": "\/home\/xxxx\/www.REMOVED.net\/cloud\/apps",
            "url": "\/apps",
            "writable": true
        }
    ],
    "trusted_domains": [
        "www.REMOVED.net",
        "REMOVED.net"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "skeletondirectory": "\/home\/xxxx\/cloud_data\/skeleton",
    "tempdirectory": "\/home\/xxxx\/cloud_data\/octemp",
    "overwrite.cli.url": "http:\/\/www.REMOVED.net\/cloud",
    "dbtype": "mysql",
    "version": "14.0.2.0",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbtableprefix": "cloud_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "default_language": "de",
    "default_locale": "de_DE",
    "installed": true,
    "custom_csp_policy": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *",
    "allow_user_to_change_display_name": true,
    "theme": "",
    "defaultapp": "files",
    "maintenance": false,
    "singleuser": false,
    "integrity.check.disabled": false,
    "updatechecker": false,
    "loglevel": 2,
    "enable_previews": true,
    "preview_max_scale_factor": 10,
    "forcessl": true,
    "forceSSLforSubdomains": true,
    "xframe_restriction": false,
    "trashbin_retention_obligation": "auto",
    "app.mail.imaplog.enabled": false,
    "app.mail.smtplog.enabled": false,
    "app.mail.imap.timeout": 20,
    "app.mail.smtp.timeout": 2,
    "updater.release.channel": "stable",
    "upgrade.disable-web": false,
    "mail_smtpmode": "smtp",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpauthtype": "LOGIN",
    "mail_smtpauth": 1,
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "110",
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
}

Are you using external storage, if yes which one: no

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Client configuration

Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
Same effect on: Chrome 69, FF63, IE11, Vivaldi2

Operating system:

Logs

Web server error log

Nextcloud log

Browser log

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #8241 (image), #5119 (Profile picture scrolling issues), #8984 (No profile image upload possible), #2473 (After deleting profile picture, delete button should vanish), and #3736 (Profile picture buttons size on Personal settings page).

@ncgu ncgu closed this as completed Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants