I try to extend class FacetapiDependency but I made an #ajax callback on the settings form an fatal error produc in faceteapi.admin.inc.
"call to undefined function ctools_get_plugins" so I add


module_load_include('inc', 'ctools','includes/plugins');

Line 1077 in facetapi_facet_dependencies_form

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Daemon_Byte’s picture

I had the same error except I had to put it on line 731.

cpliakas’s picture

Category: Bug report » Support request
Priority: Major » Normal
Issue summary: View changes
Status: Active » Reviewed & tested by the community
FileSize
708 bytes

Hi Emerya.thomas.

Thanks for reporting. It doesn't to add a module_load_include(), so I am happy to add it to the core module. Attached patch implements the change.

Daemon_Byte, let's tackle your issue in a separate thread even though it may be related.

Thanks all!
Chris

  • cpliakas committed 8f28074 on 7.x-1.x
    Issue #2122119 by Emerya.thomas, Daemon_Byte, cpliakas: CTools plugin...

  • cpliakas committed 20435ec on 7.x-2.x
    Issue #2122119 by Emerya.thomas, Daemon_Byte, cpliakas: CTools plugin...
cpliakas’s picture

Category: Support request » Bug report
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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