I'm getting the following fatal error:
Fatal error: Call to undefined function ctools_get_plugins() in sites/all/modules/purl/purl.module on line 451
This is because ctools_get_plugins() is called without including the file in which it resides.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1882980-1-purl-ctools_get_plugins.patch | 754 bytes | pfrenssen |
Comments
Comment #1
pfrenssenComment #2
seyv commentedI get this fatal error on random intervals when updated my drupal site. By adding the ctools_include in the purl_modifiers, the error does not occur anymore.