Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Nov 2007 at 03:08 UTC
Updated:
5 Dec 2007 at 09:51 UTC
working on the patch at: http://drupal.org/node/164532
when the unique index on filters is added, this bug in the the install code come to light:
Warning: Duplicate entry '1-filter-3' for key 2 query: INSERT INTO filters (format, module, delta, weight) VALUES (1, 'filter', 3, 10) in /Users/Shared/www/drupal6/includes/database.mysql.inc on line 167
Appears to be a typo from when the HTML corrector was added.
trivial patch attach should correct this - without this patch, on install the HTML corrector is not added to the full HTML filter as intended. This can be verified at admin/settings/filters/2
| Comment | File | Size | Author |
|---|---|---|---|
| correct-filter-install-0.patch | 904 bytes | pwolanin |
Comments
Comment #1
gábor hojtsyIndeed, this is a bogus copy-paster from a few lines above. Committed, thanks.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.