[3.2] Speichern neuer Beitrag / Antwort
Verfasst: 28.02.2019 15:52
Beim Speichern eines neuen Themas bzw. einer Antwort zu einem Thema erscheint folgende Fehlermeldung:
Der Beitrag ist aber dennoch gespeichert! Was kann die Ursache sein? Wird die Funktion "Freigabe durch einen Administrator" genutzt, tritt das Problem nicht auf. Nur wenn der registrierte Benutzer den Beitrag sofort veröffentlichen darf.Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'phpBB_.w.user_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]
SQL
SELECT w.user_id, tiu.userkey FROM phpbb_forums_watch w JOIN phpbb_topicit_users tiu ON tiu.userid = w.user_id JOIN phpbb_users u ON w.user_id = u.user_id WHERE w.forum_id=9 GROUP BY tiu.userkey
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 997
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysql.php
LINE: 191
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysql->sql_query()
FILE: [ROOT]/topicit/plugins/phpbb32/controllers/PushController.php
LINE: 21
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/topicit/topicit/event/main_listener.php
LINE: 280
CALL: PushController::newTopic()
FILE: (not given by php)
LINE: (not given by php)
CALL: topicit\topicit\event\main_listener->submitPostEnd()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 184
CALL: call_user_func()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 46
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 62
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()
FILE: [ROOT]/includes/functions_posting.php
LINE: 2472
CALL: phpbb\event\dispatcher->trigger_event()
FILE: [ROOT]/posting.php
LINE: 1457
CALL: submit_post()