Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database failed inserting Meta objects for all xx notes. If this happens consistently, there is a problem with your database. #1143

Open
vanyolai opened this issue Oct 29, 2023 · 1 comment
Labels
bug Something isn't working need to reproduce Issue that has not been reproduced

Comments

@vanyolai
Copy link

vanyolai commented Oct 29, 2023

Steps to reproduce

  1. Normal usage, see log

Expected behaviour

Message not shown

Actual behaviour

Message appears every time I'm opening Notes

Screenshots

If applicable, add screenshots to help explain your problem.

Server

Please complete the following information.

  • Notes app version: 4.8.1
  • Nextcloud version: 27.1.3
  • OS: FreeBSD 13.1-RELEASE-p7 amd64
  • Web server: Apache
  • PHP version: 8.1.20
  • Database: MySQL 10.5.20

Nextcloud configuration:

{
    "system": {
        "apps_paths": [
            {
                "path": "\/usr\/local\/www\/nextcloud\/apps",
                "url": "\/apps",
                "writable": true
            },
            {
                "path": "\/usr\/local\/www\/nextcloud\/apps-pkg",
                "url": "\/apps-pkg",
                "writable": false
            }
        ],
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            ************************
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "27.1.3.2",
        "overwrite.cli.url": "********",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "has_rebuilt_cache": true,
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0
        },
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "loglevel": 2,
        "theme": "",
        "default_phone_region": "HU",
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_sendmailmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "updater.release.channel": "stable",
        "app_install_overwrite": [
            "carnet"
        ],
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

Client

Please complete the following information.

  • Browser (incl. version): Brave v1.59.124
  • OS: Debian12

Log files

{"reqId":"hWmIwL8esc12UqOMuo0Z","level":2,"time":"2023-10-29T12:03:10+00:00","remoteAddr":"******","user":"vanyo","app":"notes","method":"GET","url":"/index.php/apps/notes/notes","message":"Database failed inserting Meta objects for all 63 notes. If this happens consistently, there is a problem with your database.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36","version":"27.1.3.2","data":{"app":"notes"},"id":"653e4c9f92d52"}
@vanyolai vanyolai added bug Something isn't working need to reproduce Issue that has not been reproduced labels Oct 29, 2023
@joshtrichards
Copy link
Member

#778 & #835

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need to reproduce Issue that has not been reproduced
Projects
None yet
Development

No branches or pull requests

2 participants