Habe nach einem update von 2.04 auf 2.06 ein großes Problem
Bei der reg. eines Testusers kam folgende Fehlermeldung:
Code: Alles auswählen
Could not insert data into groups table
DEBUG MODE
SQL Error : 1196 Warning: Some non-transactional changed tables couldn't be rolled back
INSERT INTO phpbb_groups (group_name, group_description, group_single_user, group_moderator) VALUES ('', 'Personal User', 1, 0)
Line : 543
File : /www/htdocs/xxxxxx/mx/phpBB2/includes/usercp_register.phpCode: Alles auswählen
Could not delete group for this user
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near '' at line 2
DELETE FROM phpbb_groups WHERE group_id =
Line : 156
File : /www/htdocs/xxxxxx/mx/phpBB2/admin/admin_users.phpWie muß ich die Tabelle ändern damit es wieder funktioniert?
