ich habe in meinem Forum (https://www.bahnkutscherforum.de/member ... ?mode=team) genau das selbe Problem. Die "Team-Seite" wird größer dargestellt und vom phpBB Debug bekomme ich folgende Meldung:
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 288: Undefined array key 5
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 295: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 296: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 297: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 288: Undefined array key 4
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 295: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 296: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 297: Trying to access array offset on value of type null
Code: Alles auswählen
select ug.group_id, ug.user_id, u.username from phpbb_teampage t
left join phpbb_user_group ug on t.group_id = ug.group_id
left join phpbb_users u on ug.user_id = u. user_id
Code: Alles auswählen
1. NULL | NULL | NULL
2. NULL | NULL | NULL
3. 34 | 2 | Tf Reinhard
4. 34 | 3 | Christian
5. 34 | 249 | Karsten
6. 33 | 2 | Tf Reinhard
7. 33 | 3 | Christian
8. 33 | 11 | patrick_kn
9. 33 | 5 | Kinzigtalbahner
10. 33 | 249 | Karsten
Code: Alles auswählen
MySQL-ERROR
MySQL meldet:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1
Fehler bei der Anfrage:
DELETE FROM `phpbb_teampage` WHERE LIMIT 1
Besten Dank und Grüße
Christian