2008-12-01, 10:07 PM
Registers new user very nicely, but then returns an error. Very annoying and may have significant impact on what happens during registration, but no such problems have I noticed.
I am not sure whether this is a general bug or it's because of my not-really-correct mybb upgrading and modifying to work with Postgres, so I'll send a lot of debug information.
I am not sure whether this is a general bug or it's because of my not-really-correct mybb upgrading and modifying to work with Postgres, so I'll send a lot of debug information.
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
55000 - ERROR: currval of sequence "mybb_userfields_ufid_seq" is not yet defined in this session
Query:
SELECT currval('mybb_userfields_ufid_seq') AS last_value
Sequence "mybb.mybb_userfields_ufid_seq"
Column | Type
---------------+---------
sequence_name | name
last_value | bigint
increment_by | bigint
max_value | bigint
min_value | bigint
cache_value | bigint
log_cnt | bigint
is_cycled | boolean
is_called | boolean
Table "mybb.mybb_userfields"
Column | Type | Modifiers
--------+---------+---------------------------
ufid | integer | not null default 0
fid1 | text | not null default ''::text
fid2 | text | not null default ''::text
fid3 | text | not null default ''::text
Indexes:
"mybb_userfields_pkey" PRIMARY KEY, btree (ufid)
Index "mybb.mybb_userfields_pkey"
Column | Type
--------+---------
ufid | integer
primary key, btree, for table "mybb.mybb_userfields"