
Hab aber jetzt nen ganz anders Problem ;(
Wollte in unserer Männerrubrik (wo halt nur die Männer im Forum rein kommen -- über Gruppen) ein Posting editieren und dort ne Meldliste erstellen .. Gruppe hatte ich ja vorher mit MeldeMOD gesynct und konnte ich auch wählen, aber nach dem Abschicken kommt das:
Code: Alles auswählen
keine Config
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d13358069/htdocs/board/includes/functions_inout.php:2728) in /homepages/11/d13358069/htdocs/board/includes/functions.php on line 981
Er hat scheinbar was gemacht .. wenn ich das Posting aufrufe kommt :
Code: Alles auswählen
Uable to query for userdata to this topic
DEBUG MODE
SQL Error : 1271 Illegal mix of collations for operation 'UNION'
(SELECT u.user_id, i2.user_comment, i2.user_inout, g.group_id as user_group,g.group_id, u.username, i2.update_time, 1 as is_user FROM phpbb_users as u LEFT JOIN phpbb_inout_data as i ON i.user_id = u.user_id LEFT JOIN phpbb_inout_user_group as g ON u.user_id = g.user_id LEFT JOIN phpbb_inout_data as i2 ON i2.user_id = u.user_id AND i2.topic_id = 267 WHERE (i.topic_id = 267 AND i.user_inout IS NOT NULL AND i.user_id IS NOT NULL ) OR (( 0 ) AND g.user_pending=0 ) GROUP BY u.user_id) UNION (SELECT user_id, user_comment, user_inout, group_id as user_group,group_id, username, update_time, 0 as is_user FROM phpbb_inout_add_data WHERE topic_id = 267 GROUP BY user_id)ORDER BY user_inout DESC, user_group, username;
Line : 382
File : functions_inout.php

Nach dem Abschicken erst das oben
Code: Alles auswählen
keine Config
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d13358069/htdocs/board/includes/functions_inout.php:2728) in /homepages/11/d13358069/htdocs/board/posting.php on line 732
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d13358069/htdocs/board/includes/functions_inout.php:2728) in /homepages/11/d13358069/htdocs/board/includes/page_header.php on line 551
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d13358069/htdocs/board/includes/functions_inout.php:2728) in /homepages/11/d13358069/htdocs/board/includes/page_header.php on line 553
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d13358069/htdocs/board/includes/functions_inout.php:2728) in /homepages/11/d13358069/htdocs/board/includes/page_header.php on line 554
Code: Alles auswählen
Uable to query for userdata to this topic
DEBUG MODE
SQL Error : 1271 Illegal mix of collations for operation 'UNION'
(SELECT u.user_id, i2.user_comment, i2.user_inout, g.group_id as user_group,g.group_id, u.username, i2.update_time, 1 as is_user FROM phpbb_users as u LEFT JOIN phpbb_inout_data as i ON i.user_id = u.user_id LEFT JOIN phpbb_inout_user_group as g ON u.user_id = g.user_id LEFT JOIN phpbb_inout_data as i2 ON i2.user_id = u.user_id AND i2.topic_id = 284 WHERE (i.topic_id = 284 AND i.user_inout IS NOT NULL AND i.user_id IS NOT NULL ) OR (( 0 ) AND g.user_pending=0 ) GROUP BY u.user_id) UNION (SELECT user_id, user_comment, user_inout, group_id as user_group,group_id, username, update_time, 0 as is_user FROM phpbb_inout_add_data WHERE topic_id = 284 GROUP BY user_id)ORDER BY user_inout DESC, user_group, username;
Line : 382
File : functions_inout.php
