Closed (fixed)
Project:
Solr Devel
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
25 Apr 2016 at 16:10 UTC
Updated:
10 May 2016 at 13:54 UTC
Jump to comment: Most recent
Hi,
On the node page going to the devel tab and then the Solr Index tab below that (node/327/devel/solr) you get a WSOD of death. The error is:
Fatal error: Class 'Drupal_SolrDevel_Queue_SearchApi' not found in /data/drupal7/sites/{SITE_NAME}/site/sites/all/modules/contrib/solr_devel/lib/Drupal/SolrDevel/Adapter/SearchApi.php on line 161
The code on that line is:
/**
* Implements Drupal_SolrDevel_Adapter::getQueue().
*
* Gets the queue object for the passed entity.
*
* The queue object check's the backend's queue for the passed entity and
* returns debug information to help determing why the item is or isn't queued
* for indexing.
*
* @param int $entity_id
* The unique identifier of the entity.
* @param string $bundle
* The entity's bundle.
* @param string $entity_type
* The machine name of the entity.
*
* @return Drupal_SolrDevel_Queue
* The queue object.
*/
public function getQueue($entity_id, $bundle, $entity_type) {
return new Drupal_SolrDevel_Queue_SearchApi($this, $entity_id, $bundle, $entity_type);
}I assume something has been renamed and this instance hasn't been updated.
Cheers
Tom
Comments
Comment #2
janusman commentedFixed in DEV. Will create tagged release soon.
Comment #3
blacklabel_tom commentedLovely! Upgrading to dev has fixed this one
Comment #4
janusman commented