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.

CommentFileSizeAuthor
#3 advagg-1122036-3.patch2.1 KBmikeytown2

Comments

mikeytown2’s picture

Your using an old Drupal version, something before 6.16. Hmm, I guess I could make this backwards compatible.

hectorplus’s picture

Thank you Mike! Cheers! Backward compatible, the module would be more usable, I would say, for those that can't update Drupal.

Thank you again.

mikeytown2’s picture

Title: Fatal error: Call to undefined function lock_acquire() in /modules/advagg/advagg.module on line 1777 » Drupal older then 6.16 - Call to undefined function lock_acquire() advagg.module
Status: Active » Fixed
StatusFileSize
new2.1 KB

committed 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...

hectorplus’s picture

Thanks for the quick reply Mike!

Status: Fixed » Closed (fixed)

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

mikeytown2’s picture

@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...