Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2011 at 11:25 UTC
Updated:
19 Jul 2011 at 23:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
eule commentedthe same comes up in the latest dev version
Comment #2
eule commentedi am in the dev now and add the lines
+864 +865
i upped the file and call the update script. now i become this error
user warning: Duplicate column name 'filesize' query: ALTER TABLE pre_advagg_files ADD `filesize` INT NOT NULL DEFAULT 0 in ./includes/database.mysql-common.inc on line 306.
user warning: Duplicate key name 'filesize' query: ALTER TABLE pre_advagg_files ADD INDEX filesize (filesize) in ./includes/database.mysql-common.inc on line 442.
i run the update and see the msg above again and
The following queries were executed
advagg module
Update #6109
some filesize added but this the failures
Comment #3
mikeytown2 commentedCommitted this patch. Thanks!
You can ignore the failures that you got.