Run these two queries in PHPMyAdmin...
It seems you missed an upgrade script somewhere so other things may not work properly.
Code:
INSERT INTO setting VALUES (NULL,6,'Minimum Username Length','minuserlength','3','Enter the minimum length a user can register with.','',15)
Code:
INSERT INTO setting VALUES (NULL,6,'Maximum Username Length','maxuserlength','15','Enter the maximum length a user can register with.','',16)
Comment