When accessing cache pages, a blank page appears and throws an error

"Call to undefined function 'drupal_add_js' in quicktabs.module on line 386"

This issue has appeared with other modules (Visibility, Yui) and has been fixed by various patches for these ones, but it does not appear in the issue queue for this module.

For the record, : here's the search page about this error.

Disabling the cache solves the error.

Comments

katbailey’s picture

Status: Active » Fixed

ah, the dirty hook_init trick - slowly I am learning to avoid it...
Have moved the code in question to hook_menu.
Thanks!
Katherine

Anonymous’s picture

Status: Fixed » Closed (fixed)

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