Registrierung defekt durch News System

Bitte in den Beiträgen keine externe Bilder einbinden, sondern nur die Dateianhänge verwenden.
Vielen dank.
  • Hallo,


    bei uns kann man sich nicht mehr registrieren durch das News System, woran liegt es genau?


  • Code
    ======
    Error Class: PDOException
    Error Message: SQLSTATE[HY000]: General error: 1364 Field 'newsNews' doesn't have a default value
    Error Code: HY000
    File: /home/www/borderline-forum.eu/lib/system/database/statement/PreparedStatement.class.php (126)
    Extra Information: -
    Stack Trace: [{"file":"\/home\/www\/borderline-forum.eu\/lib\/system\/database\/statement\/PreparedStatement.class.php","line":126,"function":"execute","class":"PDOStatement","type":"->","args":[["[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]"]]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/data\/TFastCreate.class.php","line":44,"function":"execute","class":"wcf\\system\\database\\statement\\PreparedStatement","type":"->","args":[["[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]","[redacted]"]]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/data\/DatabaseObjectEditor.class.php","line":28,"function":"dboEditorCreateBase","class":"wcf\\data\\DatabaseObjectEditor","type":"::","args":[{"disclaimerAcceptedAt":"[redacted]","minAgeConfirmedAt":"[redacted]","userString":"[redacted]","languageID":"[redacted]","registrationIpAddress":"[redacted]","activationCode":"[redacted]","emailConfirmed":"[redacted]","username":"[redacted]","email":"[redacted]","password":"[redacted]","blacklistMatches":"[redacted]","signatureEnableHtml":"[redacted]","accessToken":"[redacted]","registrationDate":"[redacted]"}]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/data\/user\/UserEditor.class.php","line":80,"function":"create","class":"wcf\\data\\DatabaseObjectEditor","type":"::","args":[{"disclaimerAcceptedAt":"[redacted]","minAgeConfirmedAt":"[redacted]","userString":"[redacted]","languageID":"[redacted]","registrationIpAddress":"[redacted]","activationCode":"[redacted]","emailConfirmed":"[redacted]","username":"[redacted]","email":"[redacted]","password":"[redacted]","blacklistMatches":"[redacted]","signatureEnableHtml":"[redacted]","accessToken":"[redacted]","registrationDate":"[redacted]"}]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/data\/AbstractDatabaseObjectAction.class.php","line":355,"function":"create","class":"wcf\\data\\user\\UserEditor","type":"::","args":[{"disclaimerAcceptedAt":"[redacted]","minAgeConfirmedAt":"[redacted]","userString":"[redacted]","languageID":"[redacted]","registrationIpAddress":"[redacted]","activationCode":"[redacted]","emailConfirmed":"[redacted]","username":"[redacted]","email":"[redacted]","password":"[redacted]","blacklistMatches":"[redacted]","signatureEnableHtml":"[redacted]","accessToken":"[redacted]","registrationDate":"[redacted]"}]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/data\/user\/UserAction.class.php","line":284,"function":"create","class":"wcf\\data\\AbstractDatabaseObjectAction","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/data\/AbstractDatabaseObjectAction.class.php","line":216,"function":"create","class":"wcf\\data\\user\\UserAction","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/form\/RegisterForm.class.php","line":453,"function":"executeAction","class":"wcf\\data\\AbstractDatabaseObjectAction","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/form\/AbstractForm.class.php","line":66,"function":"save","class":"wcf\\form\\RegisterForm","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/form\/AbstractForm.class.php","line":134,"function":"submit","class":"wcf\\form\\AbstractForm","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/acp\/form\/AbstractOptionListForm.class.php","line":111,"function":"readData","class":"wcf\\form\\AbstractForm","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/acp\/form\/UserAddForm.class.php","line":402,"function":"readData","class":"wcf\\acp\\form\\AbstractOptionListForm","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/form\/RegisterForm.class.php","line":246,"function":"readData","class":"wcf\\acp\\form\\UserAddForm","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/page\/AbstractPage.class.php","line":339,"function":"readData","class":"wcf\\form\\RegisterForm","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/form\/RegisterForm.class.php","line":301,"function":"show","class":"wcf\\page\\AbstractPage","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/page\/AbstractPage.class.php","line":122,"function":"show","class":"wcf\\form\\RegisterForm","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/system\/request\/Request.class.php","line":89,"function":"__run","class":"wcf\\page\\AbstractPage","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/lib\/system\/request\/RequestHandler.class.php","line":121,"function":"execute","class":"wcf\\system\\request\\Request","type":"->","args":[]},{"file":"\/home\/www\/borderline-forum.eu\/index.php","line":11,"function":"handle","class":"wcf\\system\\request\\RequestHandler","type":"->","args":["wcf"]}]
  • Cyperghost

    Hat das Label bestätigt hinzugefügt.
  • [jira='NEWS-106'][/jira]

    Update ist soweit fast fertig. Werde ich morgen nochmal endgültig überprüfen und dann hochladen :)

    Solltest du dies für dich aber vorerst ändern wollen, das es schon vorher geht.


    Führ einfach folgende SQL Query per PHPMyAdmin/Datenbank aus

    Code
    ALTER TABLE wcf1_user MODIFY newsNews INT(10) NOT NULL DEFAULT 0;
  • Dragosius

    Hat das Label von bestätigt auf behoben geändert.