Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


nextcloud_27_installation_has_no_default_phone_region_set

NextCloud 27 Your Installation Has No default phone region Set

Find your NextCloud “config.php” file.

cd /var/www/[. . . path . . . ]/nextcloud/config/ 

List files in the config directory:

ls

config.php

Use Vim or Nano to edit the config.php file.

sudo vim config.php

Before the line containing:

 'maintenance' => 'false',

Insert the following line:

'default_phone_region' => 'US',

Near the end of the config.php file should look like this:

  'default_phone_region' => 'US',
  'maintenance' => false,
);

Save the vim or nano edits/changes to the config.php file and restart apache2

sudo systemctl restart apache2
nextcloud_27_installation_has_no_default_phone_region_set.txt · Last modified: 2023/06/24 19:02 by wikiadmin