Koozali.org: home of the SME Server

Obsolete Releases => SME Server 9.x => Topic started by: stephdl on August 12, 2014, 08:14:40 PM

Title: sogo 2.2.7 and the error [{"owner"
Post by: stephdl on August 12, 2014, 08:14:40 PM
We are on sogo 2.2.7 now.

When using an account with Admin privileges and attempting to modify a user's
calendar, the only thing that shows up  when clicking the "+" next to the
user's name is:


[{"owner"

...where the name of their default calendar (and any others) should be.

link (https://www.mail-archive.com/users@sogo.nu/msg18808.html)

That error makes me a huge loss of time because i thought that my code was in fault......so i would share the solution for people who don't want to wait the correction of the error

see the patch to add : LINK (https://github.com/inverse-inc/sogo/commit/f43341c1005d3d5813c23133071c253c753bb3e9)

I have not searched too much if there are some bug reports on sogo website, I just wanted to share that the errors don't come from smeserver-sogo, only sogo-2.2.7 is in cause.

the file to patch

Code: [Select]
[root@sme9 ~]# vim /usr/lib64/GNUstep/SOGo/WebServerResources/AdministrationUI.js
or
[root@sme9 ~]# vim /usr/lib/GNUstep/SOGo/WebServerResources/AdministrationUI.js
Title: Re: sogo 2.2.7 and the error [{"owner"
Post by: TerryF on August 13, 2014, 01:40:01 AM
Perfect timing :-)