Nextcloud 21 problems

Hello,

my nextcloud shows following problems.
How can I solve those?

  • Für Deine Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländercode zuzulassen, füge bitte “default_phone_region” mit dem entsprechenden ISO 3166-1-Code :arrow_upper_right: der gewünschten Region hinzu.

  • Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.

  • Es wird die PostgreSQL-Version “9.4.19” verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt PostgreSQL 9.6 oder höher

The last point is very interesting as I updated to nc21?

Best regards,
Stefan

univention-app shell nextcloud
vi /var/www/html/config/config.php
# Add line 'default_phone_region' => 'DE',

You can install it in the container or just ignore it

univention-app shell nextcloud apt install libmagickcore-6.q16-6-extra -y
2 Likes

Hello SirTux,

THX! I updated postgres to 9.6 and everything works just fine.

Best regards,
Stefan

Thanks, this also worked for me. Unfortunatelly I didn’t know, what did happen after I installed in on the UCS outside docker.

Do you also have a solution for:

  • Dein Web-Server ist nicht richtig eingerichtet um “/.well-known/webfinger” aufzulösen. Weitere Informationen findest Du in der Dokumentation.
  • Dein Web-Server ist nicht richtig eingerichtet um “/.well-known/nodeinfo” aufzulösen. Weitere Informationen findest Du in der Dokumentation.

The documentation doesn’t tell anything about that and the Nextcloud forums show several solutions, but none worked for me.

# cat /var/www/.htaccess 
Redirect /.well-known/carddav /nextcloud/remote.php/dav
Redirect /.well-known/caldav /nextcloud/remote.php/dav
Redirect /.well-known/webfinger /nextcloud/index.php/.well-known/webfinger
Redirect /.well-known/nodeinfo /nextcloud/index.php/.well-known/nodeinfo

Thank you, but the message still appears, even after reboot.
It seems, that I cannot get rid of the message unless I install a social media-app, as I could read in a thread in Github or Nextcloud support forum a couple of days ago.

Mastodon