Seite 1 von 1

Beitrag melden funktioniert nicht

Verfasst  Mi 4. Mai 2016, 17:18
von Joyce&Luna
Fehler phpBB 3.2.b2

Möchte man einen Beitrag melden, funktioniert dieses nicht.

Code: Alles auswählen

    Allgemeiner Fehler
    SQL ERROR [ mysqli ]

    Duplicate entry '0' for key 'PRIMARY' [1062]

    SQL

    INSERT INTO phpbb_reports (reason_id, post_id, pm_id, user_id, user_notify, report_closed, report_time, report_text, reported_post_text, reported_post_uid, reported_post_bitfield, reported_post_enable_bbcode, reported_post_enable_smilies, reported_post_enable_magic_url) VALUES (1, 26, 0, 2, 1, 0, 1461583619, 'test', '<r>Testbild? <E>:lol:</E></r>', '', '1906a1vw', '1', '1', '1')

    BACKTRACE

    FILE: (not given by php)
    LINE: (not given by php)
    CALL: msg_handler()

    FILE: [ROOT]/phpbb/db/driver/driver.php
    LINE: 999
    CALL: trigger_error()

    FILE: [ROOT]/phpbb/db/driver/mysqli.php
    LINE: 193
    CALL: phpbb\db\driver\driver->sql_error()

    FILE: [ROOT]/phpbb/report/report_handler.php
    LINE: 100
    CALL: phpbb\db\driver\mysqli->sql_query()

    FILE: [ROOT]/phpbb/report/report_handler_post.php
    LINE: 69
    CALL: phpbb\report\report_handler->create_report()

    FILE: [ROOT]/phpbb/report/controller/report.php
    LINE: 150
    CALL: phpbb\report\report_handler_post->add_report()

    FILE: (not given by php)
    LINE: (not given by php)
    CALL: phpbb\report\controller\report->handle()

    FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
    LINE: 139
    CALL: call_user_func_array()

    FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
    LINE: 62
    CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()

    FILE: [ROOT]/app.php
    LINE: 35
    CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
Lösung: Dies ist noch ein Fehler in phpBB und wird mit der nächsten Version behoben sein.

Joyce&Luna