I have backported the module to Drupal 6. Perhaps a bit premature since no stable version of either apachesolr_search or facetapi exists, but tested with my patched versions of these modules and seems to work.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | d6-port-1547436-1.patch | 11.97 KB | gnucifer |
Comments
Comment #1
gnucifer commentedComment #1.0
gnucifer commentedclarification
Comment #2
iTiZZiMO commentedHello gnucifer,
i wanted to test your backport with the latest facetapi-6.x-3,x-dev and apapchesolr-6,x.3.x-dev but i always get an error if i wanna configure the facet display:
Fatal error: Class 'FacetapiWidgetSlider' not found in /sites/all/modules/facetapi/facetapi.admin.inc on line 420The class path in the plugin variable seems ok .. i always set the rights to all files in folder facetapi_slider to chmod 777
The error exists on my local enviroment with more permissions as asual.
Any idea?
here is the plugin->path:
sites/all/modules/facetapi_slider
Comment #3
gnucifer commentedSounds like a problem with autoloading, I have probably fixed it in my local branch of facetapi. Will check if I have uploaded a patch for those changes.
Comment #4
gnucifer commentedOn line 420 in facetapi.admin.inc, try replacing:
$class = $plugin['handler']['class'];
with:
$class = ctools_plugin_get_class($plugin, 'handler');
Comment #5
iTiZZiMO commentedHello gnucifer,
it works! Thanks again! When will be an official release für drupal 6.x?
Comment #6
nick_vhI'm stalling the backport till the D7 is a bit more stable
Comment #6.0
nick_vhclarification