Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2011 at 16:43 UTC
Updated:
7 Jun 2011 at 19:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
djbobbydrake commentedAfter deleting all of the js files in the advagg directory, it seems that when the js files were recreated, some of them still had old javascript in there. So we had to delete all of the js files a second time around. Hope that helps.
Comment #2
mikeytown2 commentedOn the "admin/settings/advagg" page under "File Checksum Mode:" Do you still get the same issues if you switch this to md5 instead of mtime?
Comment #3
mikeytown2 commentedGot a better idea, use clearstatcache().
Going to mark this as fixed... let me know if this doesn't do it. md5 should have done it as well.
Comment #4
djbobbydrake commentedYep, we are using md5. Will try the latest dev and see if this fixes.
Comment #5
djbobbydrake commentedAlso, would it matter if we're using memcache? Those advagg cache tables are stored in memcache.
Comment #6
mikeytown2 commentedWe use memcache here as well; be sure to be using 1.9 or higher; a lot of good changes went into that release.
Comment #7
djbobbydrake commentedAppreciate it. We were running 1.8 and we weren't using the memcache-lock file.