Skip to content

Can't create new event in Calendar #8081

@Fatsie

Description

@Fatsie

Steps to reproduce

  1. In the Calendar view when logged into nextcloud I try to make a new event.
  2. Pressing Opslaan (save in English) errors

Expected behavior

Event added to agenda

Actual behavior

Pressing Opslaan (save in English)I get error pop-up in right top corner.

Image

(Text in English is 'Saving of event failed')

Calendar app version

6.2.1

CalDAV-clients used

DAVx5

Browser

Brave

Client operating system

Linux Mint

Server operating system

container from nextcloud running in podman

Web server

None

Database engine version

None

PHP engine version

None

Nextcloud version

32.0.6

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

Enabled:
  - activity: 5.0.0
  - app_api: 32.0.0
  - bookmarks: 16.1.3
  - bruteforcesettings: 5.0.0
  - calendar: 6.2.1
  - circles: 32.0.0
  - cloud_federation_api: 1.16.0
  - comments: 1.22.0
  - contacts: 8.3.5
  - contactsinteraction: 1.13.1
  - dashboard: 7.12.0
  - dav: 1.34.2
  - deck: 1.16.3
  - federatedfilesharing: 1.22.0
  - federation: 1.22.0
  - files: 2.4.0
  - files_downloadlimit: 5.0.0-dev.0
  - files_external: 1.24.1
  - files_pdfviewer: 5.0.0
  - files_reminders: 1.5.0
  - files_sharing: 1.24.1
  - files_trashbin: 1.22.0
  - files_versions: 1.25.0
  - forms: 5.2.5
  - groupfolders: 20.1.12
  - logreader: 5.0.0
  - lookup_server_connector: 1.20.0
  - mail: 5.7.4
  - maps: 1.6.0
  - news: 28.1.0
  - nextcloud_announcements: 4.0.0
  - notes: 4.13.1
  - notifications: 5.0.0
  - notify_push: 1.3.1
  - oauth2: 1.20.0
  - password_policy: 4.0.0
  - photos: 5.0.0
  - privacy: 4.0.0
  - profile: 1.1.0
  - provisioning_api: 1.22.0
  - recommendations: 5.0.0
  - related_resources: 3.0.0
  - richdocuments: 9.0.5
  - richdocumentscode: 25.4.903
  - serverinfo: 4.0.0
  - settings: 1.15.1
  - sharebymail: 1.22.0
  - spreed: 22.0.10
  - support: 4.0.0
  - survey_client: 4.0.0
  - systemtags: 1.22.0
  - talk_matterbridge: 1.33.1026000
  - tasks: 0.17.1
  - text: 6.0.1
  - theming: 2.7.0
  - twofactor_backupcodes: 1.21.0
  - twofactor_totp: 14.0.0
  - updatenotification: 1.22.0
  - user_status: 1.12.0
  - viewer: 5.0.0
  - weather_status: 1.12.0
  - webhook_listeners: 1.3.0
  - whiteboard: 1.5.7
  - workflowengine: 2.14.0
Disabled:
  - admin_audit: 1.22.0
  - encryption: 2.20.0
  - end_to_end_encryption: 1.18.1 (installed 1.18.1)
  - files_rightclick: 0.15.1 (installed 1.6.0)
  - firstrunwizard: 5.0.0 (installed 1.1)
  - suspicious_login: 10.0.0
  - twofactor_nextcloud_notification: 6.0.0
  - user_ldap: 1.23.0

Nextcloud configuration

{
    "system": {
        "memcache.local": "\\OC\\Memcache\\APCu",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "nextcloud.stafverhaegen.be",
            "owncloud.stafverhaegen.be"
        ],
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "32.0.6.1",
        "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,
        "overwrite.cli.url": "https:\/\/nextcloud.stafverhaegen.be",
        "overwriteprotocol": "https",
        "forcessl": true,
        "htaccess.RewriteBase": "\/",
        "loglevel": 0,
        "app_install_overwrite": [
            "news",
            "tasks",
            "spreed",
            "talk_matterbridge",
            "forms",
            "files_rightclick",
            "maps",
            "end_to_end_encryption"
        ],
        "theme": "",
        "default_phone_region": "BE",
        "maintenance_window_start": 2
    }
}

Web server error log


Log file

See additional info (too big)

Browser log


Additional info

Log above is diff from log right before pressing 'Opslaan' and right after it showing the 45 lines added to log file.

nextcloud.log.diff.gz

Can't create new event via CalDAV either from Etar on my Android phone via DAVx5

Don't know exactly if this happened after nextcloud upgrade or after adding event in Etar through DAVx5.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions