Active
Project:
Metatag
Version:
7.x-1.21
Component:
Integration with other module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2017 at 15:18 UTC
Updated:
15 Apr 2017 at 10:48 UTC
Jump to comment: Most recent
Comments
Comment #2
drunken monkeyMetatagSearchAlterCallbackrather sounds like it comes from the "Metatag" module, I'd say.I've taken a look at that class definition, and I guess it might be the case that the
if (class_exists()) {surrounding the class definition confuses the Drupal Core registry?This wouldn't be a problem normally, since the class will only be loaded after
hook_search_api_alter_callback_info()is invoked, which will load that file anyways – but it could lead to problems when unserializing such an object.What version of the Metatag module are you using?