Hmm,
somehow your code seems NOT to be up to date.
That’s from phpgwapi/inc/class.egw_session.inc.php around line 445 in
1.6.002:
if (!$GLOBALS[‘egw_info’][‘user’][‘domain’] && $this->account_domain ==
$GLOBALS[‘egw_info’][‘server’][‘default_domain’])
{
$GLOBALS[‘egw_info’][‘user’][‘domain’] = $this->account_domain;
}
elseif (!$this->account_domain && $GLOBALS[‘egw_info’][‘user’][‘domain’])
{
$this->account_domain = $GLOBALS[‘egw_info’][‘user’][‘domain’];
}
elseif($this->account_domain != $GLOBALS[‘egw_info’][‘user’][‘domain’])
{
throw new Exception(“Wrong domain! ‘$this->account_domain’ !=
’{$GLOBALS[‘egw_info’][‘user’][‘domain’]}’”);
According to your error $this->account_domain is ‘’ and
$GLOBALS[‘egw_info’][‘user’][‘domain’] is not.
Ralf
Hans-Jürgen Tappe schrieb:
Hi!
I recently did an update of the egroupware 1.6 sources from SVN. Now,
the sogo connector does not accept the passwors any more, complaining about:
An error happened Wrong domain! ‘’ != ‘default’ on https://localhost
eGroupware 1.6.002, updated to SVN 28016
Kubuntu Linux 9.04 jaunty
Mozilla Thunderbird 2.0.0.23
Lightning 0.9 build 2009040813
Sogo-Connector 0.94
Please check what might be causing this problem.
Thanks,
Hans-Jürgen
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
Director Software Development
Stylite GmbH
[open style of IT]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon +49 (0) 6352 70629-0
fax +49 (0) 6352 70629-30
mailto: rb@stylite.de
www.stylite.de
www.egroupware.org
Geschäftsführer Andre Keller,
Gudrun Müller, Ralf Becker
Registergericht Kaiserslautern HRB 30575
Umsatzsteuer-Id / VAT-Id: DE214280951
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers