invitation accepted.
user is presented with a message:
Your attendance was updated successfully.
error message:
There was an error updating your attendance status.
Please contact the organizer directly.
Calendar app version: (see apps admin page, e.g. 2.0.1)
2.0.1
CalDAV-clients used: (Thunderbird Lightning, DAVx5, Evolution, macOS Calendar, etc)
none
Browser: (e.g. Firefox 48)
firefox, chromium
Operating system: (e.g. Arch Linux)
windows and linux
Operating system: (e.g. Debian 8)
Debian buster
Web server: (e.g. Apache, Nginx,...)
apache
Database: (e.g. MariaDB, SQLite or PostgreSQL)
mariadb
PHP version: (e.g. 7.0.3)
PHP 7.3.11-1~deb10u1 (cli) (built: Oct 26 2019 14:14:18) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.11, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.11-1~deb10u1, Copyright (c) 1999-2018, by Zend Technologies
Nextcloud Version: (see admin page, e.g. 17.0.2)
18rc2
Updated from an older installed version or fresh install:
updated
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your instance's installation folder
nabled:
Nextcloud configuration:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your instance's installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"nextcloud.blah.elsewhere"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "18.0.0.9",
"overwrite.cli.url": "http:\/\/nextcloud.this should be removed.org",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"maintenance": false,
"updater.release.channel": "stable",
"theme": "",
"log_type": "syslog",
"loglevel": 0,
"syslog_tag": "nextcloud",
"defaultapp": "calendar",
"memcache.local": "\OC\Memcache\APCu",
"app_install_overwrite": [
"maps",
"social",
"socialsharing_email",
"socialsharing_diaspora",
"circles",
"files_markdown",
"files_readmemd",
"impersonate"
],
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "25",
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\User_LDAP\LDAPProviderFactory"
}
}
Insert your webserver log here
too big bcause of constant attacks, please be more specific.
Insert your nextcloud.log file here
98000 lines since 19. 1.
228847 since the begining
must specify what exact lines are needed
```
Insert your browser log here, this could for example include:
browser side works ok
E-Mail addresses need to be unique for scheduling to work.
that error message should be more descriptive:)
@georgehrke It would be really helpful if there would be a better error handling and/or a entry in the server log that produces a warning. But there was no indicator what was causing the problem. Therefore I almost opened a new issue, but luckily stumbled on this; took a look in the user database and could replicate it.
We had the situation that most scheduling didn't work, which was because there were two info@ adresses: one for a general account of the secretary and the same mail entry for the admin account of the instance. I image that this might happen quite often.
@lars-becker See nextcloud/server#17146
Most helpful comment
@lars-becker See nextcloud/server#17146