Closed (won't fix)
Project:
Drupal core
Version:
6.15
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 May 2008 at 19:02 UTC
Updated:
28 Oct 2010 at 17:34 UTC
Jump to comment: Most recent
After a fresh install of 6.2, create the second user (you have already the user/1), and this user will be the user/3. So user/2 is just missing (page not found).
Comments
Comment #1
Crell commentedThis is a known issue caused by a quirk of MySQL when dealing with auto-increment fields. Aside from the gap in the sequence it is not actually a problem.
Comment #2
Anonymous (not verified) commentedBut shouldn't this known issue be documented in the install process so that these issues aren't continued? I'll work a patch once I get back to development in June.
Comment #3
superjacent commentedsubscribed
Comment #4
Crell commentedThen it's a documentation issue. I'd suggest a mention in INSTALL.txt or something.
Comment #5
minoroffense commentedHas anyone tested if this is an issue on PostgreSQL. If we're going to document this properly, we should mention which database systems are affected. If it's only with MySQL then we'd document it as such.
I'll see if I can test postgreSQL but I've never used it before.
Comment #6
khanz commentednoticed this today only, any update on this?
Comment #7
Crell commentedDoes Postgres even work in Drupal 6? :-) I've never tested it.
Comment #8
jhodgdonPostgres is supposed to work in Drupal 6.
Comment #9
jhodgdonComment #10
jhodgdonI don't see where we can/should document this...