Tuesday 16 June 2009 5:44:30 am
Hi there, I have a problem with eZContentObjectTreeNode::subTreeByNodeID :
I want to fetch all users in a UserGroup to modify them. I tried to build a cronjob at first, then a simply php code in /bin/php and now within an extension. It is the same code in all of the tests :
$nodes = eZContentObjectTreeNode::subTreeByNodeID( false, 168 );
<b>168</b> is the NodeId of my UserGroup. When I try to watch what was returned using <i>print_r</i>, I have an empty array... The most enervous thing is that it works on another server (who was installed and configured by an other company than mine). Does anybody have a suggestion about why it returns an empty array ?
|