Hello,
Debian lenny
open-xchange 6.14
When I synced for the first time, it worked
But now if I try I have this error :
Modification of a read-only value attempted at /opt/oxldapsync/sbin/../lib/OX/User/Helper.pm line 248, <DATA> line 439.
Line 248 :
How to have more information for debugging ?
Thanks
Debian lenny
open-xchange 6.14
When I synced for the first time, it worked
But now if I try I have this error :
Modification of a read-only value attempted at /opt/oxldapsync/sbin/../lib/OX/User/Helper.pm line 248, <DATA> line 439.
Line 248 :
Code:
my @sorted = sort {$a->{'name'} cmp $b->{'name'}} @users;
Thanks
Comment