SQL ERROR W DEBUG
Verfasst: 27.12.2002 07:42
I'm having this error message when trying to register new user:
I cannot solve this, but here is some more details:
in phpMyAdmin I have
And last 2 rows inside has
Now it seams prety ovious that next number should be 191, but it's not!
And it doesent go up by 1 on next registration? why?
please also note that auto_increment is set on table..
And also that it has nothing to do with php files.. I tested it on CLEAN unpacked latest version of phpBB but with my current database!
greetz from neigh. Croatia
HELP
Code: Alles auswählen
General Error
Could not insert data into groups table
DEBUG MODE
SQL Error : 1062 Duplicate entry '8388607' for key 1
INSERT INTO mastergroups (group_name, group_description, group_single_user, group_moderator) VALUES ('', 'Personal User', 1, 0)
Line : 524
File : C:\wwwroot\phpBB2\includes\usercp_register.php
in phpMyAdmin I have
Code: Alles auswählen
table mastergroups running on localhost
Row Statistic : Statements Value
Format dynamic
Rows 150
Row length ø 24
Row size ø 58 Bytes
Next Autoindex 8,388,607
Code: Alles auswählen
190 1 Personal User 0 1
8388607 1 Personal User 0 1
And it doesent go up by 1 on next registration? why?
please also note that auto_increment is set on table..
Code: Alles auswählen
group_id mediumint(8) No auto_increment Change Drop Primary Index Unique Fulltext
greetz from neigh. Croatia

HELP
