Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
7.x-2.x-dev
Component:
CSS Compression
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2013 at 11:46 UTC
Updated:
29 Mar 2013 at 23:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedIs this with the latest code?
This what the alter looks like
drupal_alter('advagg_get_css_aggregate_contents', $data, $files, $optimize, $aggregate_settings);; there are a total of 1+4 arguments passed into drupal_alter() and the function takes the same argumentsfunction advagg_css_compress_advagg_get_css_aggregate_contents_alter(&$data, $files, $optimize, $aggregate_settings) {Comment #2
facine commentedYes, in last code.
Comment #3
mikeytown2 commentedTry uninstalling (one more step past disable) and reinstalling. I added in a database table #1942326: advagg_get_hooks_hash needs to be a table and not use the variables table this could be causing issues.
Comment #4
facine commented* Re-Update it to the last release
* Disable it
* Uninstall it
* Clear cache
* Install it
* Same error
Comment #5
mikeytown2 commentedFinal question. What is your version number for Drupal 7, 7.21?
Comment #6
facine commented7.21
Comment #7
mikeytown2 commentedComment #8
mikeytown2 commentedThe following patch has been committed. Reopen if this doesn't fix the issue.