Had this happen once. Need to debug more.

CommentFileSizeAuthor
#3 advagg-1220392-3.patch1.28 KBmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

mikeytown2’s picture

Priority: Critical » Major

code I had to run on our sites... you will need to adjust accordingly

$results = db_query("SELECT bundle_md5 FROM advagg_bundles WHERE filename_md5 = '7043b1b332bac03ea1eaf5c0363e9207' AND counter < 8");
while ($row = db_fetch_array($results)) {
  db_query("UPDATE advagg_bundles SET counter = '8' WHERE bundle_md5 = '%s'", $row['bundle_md5']);
}
mikeytown2’s picture

Priority: Major » Critical
FileSize
1.28 KB

One more issue with timestamps

Committed this patch

mikeytown2’s picture

Priority: Major » Critical
Status: Fixed » Active

Now I need to work on an update script to fix this... fun.

mikeytown2’s picture

Status: Active » Fixed

Hate to say it but this will be pretty hard to get an update script that can handle this correctly. Will leave this as is unless someone else complains about it.

Status: Fixed » Closed (fixed)

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