Big profile picture bug after upgrade to 1.4.6

Technical Support
  • Today I upgraded NodeBB from 1.4.3 to 1.4.6. everything works fine, only profile pctures on profile page are very big.

    Here a few screens

    0_1493604173239_upload-2cc49fc7-322f-4f57-af52-196711b0fa00

    0_1493604203354_upload-aca99262-4a7d-488c-8db3-54324b4d6550

    0_1493604232752_upload-d8aeb412-01eb-4374-b101-14fc8e621775

    Do other people have this?
    How do I change it back?

  • https://github.com/NodeBB/NodeBB/issues/5625.

    Try putting this in your custom css for now

    .avatar {
            &.avatar-xl {
    		width: 128px;
    		height: 128px;
    		.user-icon-style(128px, 7.5rem);
    	}
    }
    
  • Did not work for me.

    Users complained about connection errors and some people could not post. So I changed back to 1.4.3and I'll wait for 1.5.0

  • Maybe if it can help you guys, I got this error when I pugraded to 1.4.6

    1. Bringing base dependencies up to date... OK
    2. Checking installed plugins for updates... OK
    3. Updating NodeBB data store schema...
    1/5 08:12:38 [4658] - warn: You have no mongo password setup!
    1/5 08:12:38 [4658] - info: Beginning database schema update
    1/5 08:12:38 [4658] - info: [2016/09/22] Setting category recent tids - skipped!
    1/5 08:12:38 [4658] - info: [2016/10/8] favourite -> bookmark refactor - skipped!
    1/5 08:12:38 [4658] - info: [2016/10/14] Creating sorted sets for post replies - skipped!
    1/5 08:12:38 [4658] - info: [2016/11/22] Update global and user language keys - skipped!
    1/5 08:12:38 [4658] - info: [2016/11/25] Creating sorted sets for pinned topics - skipped!
    1/5 08:12:38 [4658] - info: [2017/2/25] Update global and user sound settings - skipped!
    1/5 08:12:38 [4658] - info: [2017/2/28] Update urls in config to `/assets` - skipped!
    1/5 08:12:38 [4658] - info: [2017/4/16] Delete sessions - skipped!
    1/5 08:12:38 [4658] - info: [upgrade] Schema already up to date!
    1/5 08:12:38 [4658] - warn: You have no mongo password setup!
    1/5 08:12:38 [4658] - info: [build] Building javascript
    1/5 08:12:51 [4658] - error: [meta/js] Could not compile nodebb.min.js: SyntaxError: Unexpected character '`'
    1/5 08:12:51 [4658] - error: Build failed: Error: SyntaxError: Unexpected character '`'
        at ChildProcess.<anonymous> (/root/nodebb/src/meta/js.js:305:14)
        at emitTwo (events.js:87:13)
        at ChildProcess.emit (events.js:172:7)
        at handleMessage (internal/child_process.js:695:10)
        at Pipe.channel.onread (internal/child_process.js:440:11)
    
    Error: undefined
    
  • Have you tried disabling plugins?

  • @PitaJ said in Big profile picture bug after upgrade to 1.4.6:

    Have you tried disabling plugins?

    Yes I did, that's the fist thing I do if something is wrong šŸ™‚

  • What version of node.js?

  • @PitaJ said in Big profile picture bug after upgrade to 1.4.6:

    node.js

    don't know.

    How can I see this?


Suggested Topics


| | | |