Hello,
Need some guidance here, not sure what's causing it. Every time I try to enable the module, I get the above error. I tried both Dev and RC1 modules with no success. I had to remove the module manually to get rid of the error, since my site becomes inaccessible.
Thank you in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | advagg-1122036-3.patch | 2.1 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedYour using an old Drupal version, something before 6.16. Hmm, I guess I could make this backwards compatible.
Comment #2
hectorplus commentedThank you Mike! Cheers! Backward compatible, the module would be more usable, I would say, for those that can't update Drupal.
Thank you again.
Comment #3
mikeytown2 commentedcommitted this code; let me know if you find any other issues with older 6.x versions of Drupal.
Snapshot download: http://drupalcode.org/project/advagg.git/snapshot/c4f2c65aa28d1071f9d997...
Comment #4
hectorplus commentedThanks for the quick reply Mike!
Comment #6
mikeytown2 commented@hectorplus
Due to some new functionality that went into AdvAgg, I now require locking. I'm guessing you hacked core in order to get this in, so adding a patch to your setup should be doable.
#251792-224: Implement a locking framework for long operations
http://drupalcode.org/project/drupal.git/commitdiff/81123a7de91752158958...