Closed (won't fix)
Project:
User Relationships
Version:
5.x-2.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2009 at 22:23 UTC
Updated:
8 Feb 2011 at 19:09 UTC
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
Comment #1
berdirSorry 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.
Comment #2
pribeh commentedYes, please abandon this issue. I'm sorry I didn't close this but I've definitely moved on.