Monica: Names not appearing

Created on 19 Jun 2018  路  12Comments  路  Source: monicahq/monica

Describe the bug
Self hosting using provided docker image.
In the list of contacts, or in an individual contact view the names themselves don't appear

Unsure how to check logs.

Screenshots
screen shot 2018-06-19 at 8 14 33 am

bug

Most helpful comment

Setting (German) Namensortierrichtung (name sort order) on /settings to First-Last (Nick) fixed this for me

All 12 comments

Yep this is a nasty bug that will be fixed this week. The pull request is already made.

What pull request number is it?

Exactly here https://github.com/monicahq/monica/pull/1491/files#diff-fdfcde0ece1a5848c705846866e898fbR16

Doesn't seem to have fixed it on my install.

Can you check in your database in the Users table, and check the content of name_order for your user, and report it here?

For sure the bug is linked to this field having an invalid value.

```
+-----------------+
| name_order |
+-----------------+
| firstname_first |
+-----------------+

Manually updating the value to firstname_lastname_nickname worked but the migration didn't automatically fix my existing user.

I'm not planning on digging into the codebase to fix it myself but hopefully this helps!

Setting (German) Namensortierrichtung (name sort order) on /settings to First-Last (Nick) fixed this for me

This bug was appearing for my install as well. As @oschettler said, going to the Settings page and changing the Name Order setting to First Name - Last Name - Nickname fixes it!

@djaiss shouldn't it be easier to fix this outside the #1491 PR ?

Note: I've hit the same problem after installing v2.3.1. Upgrade to v2.4.2 did not help.
Clean re-install of v2.4.2 does not have the problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Svarto picture Svarto  路  3Comments

asbiin picture asbiin  路  4Comments

dnykanen picture dnykanen  路  3Comments

PM232 picture PM232  路  3Comments

vesper8 picture vesper8  路  4Comments