Closed (fixed)
Project:
Meta tags quick
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2012 at 09:33 UTC
Updated:
21 Sep 2012 at 11:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
Marshall_Kennard commentedThe installer is trying to create an index that has already been created when the table was built. Drop the lang_path index on the metatags_quick_path_based table and re-run update.php. This will bring the schema up-to-date (7004).
Comment #2
valthebald#1: thanks for the tip.
Attached patch checks if the index exists, and adds it only if necessary
Comment #3
valthebald