[sork] Re: Sork modules problem

John Dalbec jpdalbec at ysu.edu
Tue Feb 3 06:03:09 PST 2004



Mark Toomey wrote:

> It appears that all of my sork stuff has problems. Here's my setup:
> 
> Horde: 2.2.4
> IMP: 3.2.2
> Passwd: 2.2
> Vacation: 2.2
> Turba: 1.2.1
> 
> I've gotten a CVS RELENG_2 of passwd, accounts, & vacation and configured
> them appropriately.

This is what my registry.php sections look like:

$this->applications['accounts'] = array(
     'fileroot' => dirname(__FILE__) . '/../accounts',
     'webroot' => $this->applications['horde']['webroot'] . '/accounts',
     'icon' => $this->applications['horde']['webroot'] . 
'/accounts/graphics/accounts.gif',
     'name' => _("Account Manager"),
     'allow_guests' => false,
     'status' => 'active'
);

$this->applications['passwd'] = array(
     'fileroot' => dirname(__FILE__) . '/../passwd',
     'webroot' => $this->applications['horde']['webroot'] . '/passwd',
     'icon' => $this->applications['horde']['webroot'] . 
'/passwd/graphics/lock.gif',
     'name' => _("Password"),
     'allow_guests' => false,
     'status' => 'notoolbar'
);

$this->applications['vacation'] = array(
     'fileroot' => dirname(__FILE__) . '/../vacation',
     'webroot' => $this->applications['horde']['webroot'] . '/vacation',
     'icon' => $this->applications['horde']['webroot'] . 
'/vacation/graphics/plane.gif',
     'name' => _("Vacation Notices"),
     'allow_guests' => false,
     'status' => 'notoolbar'
);

> 
> passwd: I'm using poppassd and it works fine when I telnet to 106 and change
> a password, but when I try with a user under passwd/horde, as soon as I type
> in the new password twice and submit, it jumps back to the login page under
> IMP and doesn't change the password.
> 
> This behaviour is repeated when using the Forwards and Vacation modules.
> 
> Eric asked if I was using cookies, and I was, but have turned them off in
> php.ini.

You may want to check the cookie_path setting in registry.php anyway.  I've set 
mine to "/".
> 
> He mentioned this could be a URL issue - well, I *am* using Redirects and
> Aliases in httpd.conf to make sure that any request to http://mysite/horde
> or imp go to https://mysite/horde.

Maybe you should post the relevant httpd.conf sections?
John
> 
> I also have a virtualhost declared for webmail.myhost.edu pointing to the
> appropriate place.
> 
> Imp and Turba work Great, but I'm going nuts trying to diagnose the Sork
> stuff.
> 
> :(
> 
> 



More information about the sork mailing list