Nextcloud version ( 27.0.0):
Operating system and version (CentOS v7.9.2009):
Apache or nginx version (Apache 2.4.57): `
PHP version (8.2 PHP-FPM enabled):
The issue you are facing:
It was working before I Disabled all the apps there were used with Nextcloud since I was facing some errors and started adding the apps one by one to monitor the one with error… after I’m done everytime i try to add a new group nothing happens, also I can not modify user’s name, password (could not edit my own admin password)
I cleared the server cache, changed my browser, and restarted the server.
Is this the first time you’ve seen this error? (Y):
Steps to replicate it:
- from profile icon
- users
- add new group
4- edit the users
The output of your Nextcloud log in Admin > Logging:
shows only when trying to edit users
Error ocs_api Failed addUser attempt: User already exists.
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'xxxx',
'passwordsalt' => 'xxxxx',
'secret' => 'xxxx',
'trusted_domains' =>
array (
0 => 'nc.pouls.ch',
),
'datadirectory' => '/home/xxx/public_html/nc/data',
'dbtype' => 'mysql',
'version' => '27.0.0.8',
'overwrite.cli.url' => 'https://nc.pouls.ch',
'dbname' => 'xxx',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'xxx',
'dbpassword' => 'xxxx',
'installed' => true,
'maintenance' => false,
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'admin',
'mail_domain' => 'pouls.ch',
'mail_smtpauth' => 1,
'mail_smtpname' => 'xxxx',
'mail_smtppassword' => 'xxxx',
'mail_smtphost' => 'mail.pouls.ch',
'mail_smtpport' => '465',
'mail_smtpsecure' => 'ssl',
'default_phone_region' => 'CH',
'app_install_overwrite' =>
array (
0 => 'documentserver_community',
),
);
The output of your Apache/nginx/system log in /var/log/____
:
N/A
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
N/A