Re: [SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-28 Thread Christian Mack
Am 2014-02-27 13:38, schrieb Charles Marcus:
 On 2/27/2014 6:58 AM, Christian Mack christian.m...@uni-konstanz.de
 wrote:
 Am 2014-02-27 11:15, schrieb Sven Marth:
 Hi,
 
 with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
 pane in the Web-UI. I think it has something to do with the
 (re)implemented set the default reminder-time-list. SOGo puts the
 following line in sogo.log:
 
 EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
 REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
 (5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
 30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
 2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
 1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
 4294967295; }
 
 When I disable this option in the preferences template, then
 preferences
 pane works like before.
 
 Have you set SOGoCalendarDefaultReminder in your sogo.conf?
 
 Most config files are heavily documented with examples, and often there
 is an 'example config file that contains all (or at least most used)
 config options.
 
 Where are all of these documented? Preferably/hopefully in a simple
 commented example config file?
 

See the SOGo Installation Guide
http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-27 Thread Sven Marth
Hi,

with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
pane in the Web-UI. I think it has something to do with the
(re)implemented set the default reminder-time-list. SOGo puts the
following line in sogo.log:

EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
(5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
4294967295; }

When I disable this option in the preferences template, then preferences
pane works like before.

Sven
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-27 Thread Christian Mack
Am 2014-02-27 11:15, schrieb Sven Marth:
 Hi,
 
 with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
 pane in the Web-UI. I think it has something to do with the
 (re)implemented set the default reminder-time-list. SOGo puts the
 following line in sogo.log:
 
 EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
 REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
 (5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
 30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
 2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
 1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
 4294967295; }
 
 When I disable this option in the preferences template, then preferences
 pane works like before.
 

Have you set SOGoCalendarDefaultReminder in your sogo.conf?


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-27 Thread Sven Marth
Am 27.02.2014 12:58, schrieb Christian Mack:
 Am 2014-02-27 11:15, schrieb Sven Marth:
 Hi,

 with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
 pane in the Web-UI. I think it has something to do with the
 (re)implemented set the default reminder-time-list. SOGo puts the
 following line in sogo.log:

 EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
 REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
 (5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
 30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
 2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
 1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
 4294967295; }

 When I disable this option in the preferences template, then preferences
 pane works like before.

 
 Have you set SOGoCalendarDefaultReminder in your sogo.conf?
 
 
 Kind regards,
 Christian Mack
 
Big Thanks Christian,

that was my fault! I didn't know that this option is mandatory and has
to be set in sogo.conf.

Sven
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-27 Thread Charles Marcus

On 2/27/2014 6:58 AM, Christian Mack christian.m...@uni-konstanz.de wrote:

Am 2014-02-27 11:15, schrieb Sven Marth:

Hi,

with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
pane in the Web-UI. I think it has something to do with the
(re)implemented set the default reminder-time-list. SOGo puts the
following line in sogo.log:

EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
(5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
4294967295; }

When I disable this option in the preferences template, then preferences
pane works like before.


Have you set SOGoCalendarDefaultReminder in your sogo.conf?


Most config files are heavily documented with examples, and often there 
is an 'example config file that contains all (or at least most used) 
config options.


Where are all of these documented? Preferably/hopefully in a simple 
commented example config file?


--

Best regards,

Charles

--
users@sogo.nu
https://inverse.ca/sogo/lists