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.

CommentFileSizeAuthor
#1 1882980-1-purl-ctools_get_plugins.patch754 bytespfrenssen

Comments

pfrenssen’s picture

Status: Active » Needs review
StatusFileSize
new754 bytes
seyv’s picture

Status: Needs review » Reviewed & tested by the community

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