Closed (fixed)
Project:
Wiki installation profile
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2007 at 02:02 UTC
Updated:
29 Oct 2011 at 03:01 UTC
I installed two drupals into one database, one with no table prefix, one with 'test_' as the prefix.
Installing drupal_wiki into the latter one resulted in an error message about failing to insert into `sequence` due to a duplicate uid.
Looking at the profile code, it appears this is because the table `sequence` is not in brackets as it should. The attached patch may fix it, but I don't know if sequence is in backquotes for a reason, so this'd need review.
| Comment | File | Size | Author |
|---|---|---|---|
| sequences_0.patch | 756 bytes | bryce |
Comments
Comment #1
rötzi commentedThanks for the patch. This will be in the next version.
Comment #2
jarodms commented