1. I have a page that shows list of private and public groups , after migration from og 7.14 to 7.24 I get broken/ missing handler.
  2. When I go to Edit pane > Group Layout > Content > Add Content , Unable to see organic group which has Create Content Link
  3. When trying to Add new relationship I get WSOD

This behaviour has started after migration, I am stuck in this problem for ages now, need help or some direction. See attached snapshopts of broken links

Also getting following errors :
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'

  • Notice: Undefined index: og_membership in views_handler_field_field->access() (line 127 of /sites/all/modules/views/modules/field/views_handler_field_field.inc).
  • Notice: Undefined index: og_membership in views_handler_field_field->query() (line 186 of /sites/all/modules/views/modules/field/views_handler_field_field.inc).
  • Notice: Undefined index: entity keys in views_handler_field_field->query() (line 198 of /sites/all/modules/views/modules/field/views_handler_field_field.inc).
  • Warning: Creating default object from empty value in calendar_plugin_row->pre_render() (line 312 of /sites/all/modules/calendar/includes/calendar_plugin_row.inc).
CommentFileSizeAuthor
beforemigration.png9.11 KBqaisers
aftermigration.png8.26 KBqaisers
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

qaisers’s picture

Issue summary: View changes
qaisers’s picture

Issue summary: View changes
developerweeks’s picture

I am experiencing Broken/Missing handlers also. Both exposed filter and context filters. I had been using the patch from https://drupal.org/comment/5725398#comment-5725398 but it appears to be folded into the 7.x-2.x OG code. Unfortunately, the places where I had used it are now showing as broken/missing.
I have carefully followed the upgrade path as detailed on https://drupal.org/node/1839652
I will follow up here with what I find.

qaisers’s picture

I made my SQL Query visible for views and compared it to old OG. The query was entirely different. Since there are some table structural changes in 7.x-2.x . I recreated the views and used OG Extras and other OG related modules to get the desired results.
I spent weeks to fix broken handlers but in the end creating views from scratch worked for me and that only after the upgrading to OG 7.x-2.5. Let me know if you find another solution.