Package: phpbb3
Followup-For: Bug #497721

Hi,

just one more thing (hopefully): When registering as a new user I got an
error because of a unique key constraint violation.  I had to increment
the value provided by `phpbb_users_seq' with the command

    ALTER SEQUENCE phpbb_users_seq MINVALUE 100 RESTART WITH 100;

Actually any value >52 should work.

Regards,
Ansgar



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to