【2022年12月】エックスサーバーで、ご使用のシステムには、デフォルトの電話地域が設定されていません。 解決方法
[December 2022] On X server, Nextcloud says “Your installation has no default phone region set.” How to solve a problem with.
その他の解決方法については、下記の記事をご覧ください。
セキュリティ&セットアップ警告
Security & setup warnings
ご使用のシステムには、デフォルトの電話地域が設定されていません。
Your installation has no default phone region set.
公式サイトの文書
Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add “default_phone_region” with the respective ISO 3166-1 code of the region to your config file.
https://(あなたのドメイン名)/(nextcloud をインストールしたフォルダ)/index.php/settings/admin/overview
ご使用のシステムには、デフォルトの電話地域が設定されていません。これは、国コードなしでプロファイル設定の電話番号を検証するために必要です。国コードなしで番号を許可するには、地域のそれぞれの ISO3166-1コードとともに “default_phone_region” を設定ファイルに追加してください。
※サブドメインのドキュメントルートに、Nextcloud をインストールしている場合は、
https://(あなたのサブドメイン名).(あなたのドメイン名)/index.php/settings/admin/overview
ISO3166-1コード
エックスサーバー スタンダードプランで修正します。
エックスサーバーのファイルマネージャを使います。
https://(あなたのドメイン名)/(nextcloud をインストールしたフォルダ)/config/config.php に、次の内容を追加します。
※サブドメインのドキュメントルートに、Nextcloud をインストールしている場合は、
https://(あなたのサブドメイン名).(あなたのドメイン名)/config/config.php に、次の内容を追加します。
‘JP’ は、Japan (日本) の場合です。
'default_phone_region' => 'JP',