UUID breaks the rules module (and others like efq_views). It looks like it is related to: http://drupal.org/node/1423234#comment-5699286

Comments

dixon_’s picture

Status: Active » Postponed (maintainer needs more info)

What version of UUID are you running? The issues in #1423234: Site metadata seems empty, causes "Unsupported operand types in rules.state.inc on line 612" should be fixed already.

siva.thanush’s picture

But i still have problem with alpha3.

public static function addSiteMetadata(EntityMetadataWrapper $wrapper, $property_info) {
	if ($site_info = entity_get_property_info('site')) {
     $property_info['properties'] += $site_info['properties'];
   }

i used this

dixon_’s picture

Please set up your site in a dev/stage environment and upgrade to UUID 7.x-1.x-dev to see if that solves the problem.

siva.thanush’s picture

Status: Postponed (maintainer needs more info) » Fixed

7.x-1.0-alpha3 solved me the problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

h4rrydog’s picture

Just some feedback - with rules 7.x-2.2, uuid 7.x-1.0-alpha3 was broken for me, but 7.x-1.x-dev worked fine.