Thanks for the excellent module. I seem to be getting this whenever I run cron:

warning: Invalid argument supplied for foreach() in /var/www/thomas/lc3/sites/all/modules/user_relationships/plugins/user_relationship_node_access/user_relationship_node_access.module on line 144.

Which would be referring to this:

/**
 * List of pending relationships with between two users
 */
function _user_relationships_actions_between(&$viewer, &$viewed) {
  if ($viewer->uid == $viewed->uid) {
    return;
  }

Don't know what this means, sorry.

Comments

berdir’s picture

Status: Active » Closed (won't fix)

Sorry for pinging the participants.

Now that Drupal 7 is out, there is no support for Drupal 5 and the corresponding modules anymore. Therefore, I'm closing all old issues which are still open.

I suggest you upgrade to Drupal 6 or 7 and figure out if you're feature is still needed or the bug still exists and open a new issue in that case.

pribeh’s picture

Yes, please abandon this issue. I'm sorry I didn't close this but I've definitely moved on.