I keep getting this error:
Warning: array_merge_recursive() [function.array-merge-recursive]: recursion detected in $SF_ROOT/plugins/sfGuardPlugin/lib/model/sfGuardUser.php on line 240
after signing in. The relevant line is the following:
$this->groupPermissions = array_merge_recursive($this->groupPermissions, $this->getPermissions());
xdebug tells nothing about the recursion, and my suspicion is it has to do with my specific permissions in my APP.
I belong to a group that has the same permission that I have as a user, but that doesn't strike me as something that should cause a recursion error.
Perhaps array_merge_recursive isn't necessary?