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

Fix id selection #1093

Merged
merged 1 commit into from
Oct 19, 2021
Merged

Fix id selection #1093

merged 1 commit into from
Oct 19, 2021

Conversation

nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Oct 18, 2021

{
  "reqId": "q9Ug2aw5jqTgJgO76AYO",
  "level": 3,
  "time": "2021-10-15T10:26:24+02:00",
  "remoteAddr": "",
  "user": "--",
  "app": "core",
  "method": "",
  "url": "--",
  "message": "Error while running background job (class: OCA\\Notifications\\BackgroundJob\\GenerateUserSettings, arguments: )",
  "userAgent": "--",
  "version": "23.0.0.2",
  "exception": {
    "Exception": "OC\\DB\\Exceptions\\DbalException",
    "Message": "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column id in field list",
    "Code": 1054,
    "Trace": [
      {
        "file": "/home/nickv/Nextcloud/23/server/lib/private/DB/QueryBuilder/QueryBuilder.php",
        "line": 302,
        "function": "wrap",
        "class": "OC\\DB\\Exceptions\\DbalException",
        "type": "::",
        "args": [
          {
            "__class__": "Doctrine\\DBAL\\Exception\\InvalidFieldNameException"
          }
        ]
      },
      {
        "file": "/home/nickv/Nextcloud/23/server/appsbabies/notifications/lib/BackgroundJob/GenerateUserSettings.php",
        "line": 66,
        "function": "executeQuery",
        "class": "OC\\DB\\QueryBuilder\\QueryBuilder",
        "type": "->",
        "args": []
      },
      {
        "file": "/home/nickv/Nextcloud/23/server/lib/public/BackgroundJob/Job.php",
        "line": 79,
        "function": "run",
        "class": "OCA\\Notifications\\BackgroundJob\\GenerateUserSettings",
        "type": "->",
        "args": [
          null
        ]
      },
      {
        "file": "/home/nickv/Nextcloud/23/server/lib/public/BackgroundJob/TimedJob.php",
        "line": 63,
        "function": "execute",
        "class": "OCP\\BackgroundJob\\Job",
        "type": "->",
        "args": [
          {
            "__class__": "OC\\BackgroundJob\\JobList"
          },
          {
            "__class__": "OC\\Log"
          }
        ]
      },

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen merged commit c5a079c into master Oct 19, 2021
@nickvergessen nickvergessen deleted the bugfix/noid/fix-id-selection branch October 19, 2021 09:22
@skjnldsv skjnldsv mentioned this pull request Oct 25, 2021
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants