First, acknowledging that this isn't a truly contrib module so you're not formally maintaining it for the general public!
I've tried enabling the simple version of the module on my Drupal 7.56 site with CiviCRM 4.6.33 installed. After enabling civicrm_views_smartgroup I receive the following pop-up error when trying to edit any CiviCRM contact views:
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /admin/structure/views/view/view_name/preview/page/ajax
StatusText: Internal Server Error
ResponseText:
I also see this message at the top of the view:
This view has been automatically updated to fix missing relationships. While this View should continue to work, you should verify that the automatic updates are correct and save this view.
with a new Broken/missing handler (= Array) under Filter Criteria where the "CiviCRM Groups: Contact Status (= Added)" filter used to be. The view preview won't load, even if I remove that broken/missing handler.
This is all true both before and after I've run Drupal cron after installing the module; as far as I could tell, the _civicrm_group_contact_union table was properly created in the CiviCRM database either on install or after running Drupal cron.
First, acknowledging that this isn't a truly contrib module so you're not formally maintaining it for the general public!
I've tried enabling the
simple
version of the module on my Drupal 7.56 site with CiviCRM 4.6.33 installed. After enablingcivicrm_views_smartgroup
I receive the following pop-up error when trying to edit any CiviCRM contact views:I also see this message at the top of the view:
This view has been automatically updated to fix missing relationships. While this View should continue to work, you should verify that the automatic updates are correct and save this view.
with a new
Broken/missing handler (= Array)
under Filter Criteria where the "CiviCRM Groups: Contact Status (= Added)" filter used to be. The view preview won't load, even if I remove that broken/missing handler.This is all true both before and after I've run Drupal cron after installing the module; as far as I could tell, the
_civicrm_group_contact_union
table was properly created in the CiviCRM database either on install or after running Drupal cron.Anyone else experiencing similar issues?