Trying to import user file complains that "user_import_import_id_seq relation doesn't exist". In fact, the problem is caused by the fact that inside user_import.module file on line 1228 this sequence is called directly without obeying db_prefix semantics.

The fix is to surround sequence name with a curly brackets.

CommentFileSizeAuthor
user_import.module.patch539 bytesesteewhy

Comments

robert castelo’s picture

The db_prefix semantics are for tables, do we need to wrap user_import_import_id_seq with {} ?

robert castelo’s picture

Status: Active » Fixed

Committed in 5.x-2.10 and 6.x-2.2 - needs testing.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.