NC13 User personal details do not save

Nextcloud version (eg, 12.0.2): 13.0.0
Operating system and version (eg, Ubuntu 17.04):
Apache or nginx version (eg, Apache 2.4.25):
PHP version (eg, 7.1):

The issue you are facing: Users personal details do not save

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Go to settings on your user page
  2. Try to add your phone number or email
  3. Go to another page and go back there: Not saved

The output of your Nextcloud log in Admin > Logging:

Nothing

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

PASTE HERE

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

I really wish I could go back to version 12. The new version has brought me nothing but issues.

1 Like

I refer you people to the chat/exchange on:

1 Like

Yep. I had the same problem as well. Until Nextcloud 14 is released, you can hack around the problem by going into nextcloud/lib/private/Mail/ and modifying both Mailer.php and Message.php.

Within Mailer.php, modify the convertEmail function so that it always returns $email. Within Message.php, modify function convertAddresses so that it always returns $addresses.

@rojo Hi there. Have you post your solution onto github ? To be honest, having github and here to kept track of bugs/request/error is sometimes difficult. Even if github#8409 is closed, it would be a good thing to post there too. The devells are really using this bugtracker.