and i see this when i enable or disable other module.

Fatal error: Class 'RulesEventSet' not found in ../sites/all/modules/user_relationships/user_relationship_views/views_handler_filter_user_relationships_type.inc on line 128

Comments

tnewhook’s picture

I have no answers, but I have the same problem

gurvan’s picture

idem

gurvan’s picture

Priority: Normal » Critical

Just changing the priority because it seems to cause problems to install other modules

pelamis’s picture

coment line 113 to 117 in the class views_handler_filter_user_relationships_type :

// // Override so that text names typed by user do not get stored as the value
// function value_submit() { }
//
// // Override to do nothing.
// function get_value_options() { }

The Override is not good by default