> I still haven't resolved sending mail, but I just tried to move a > message to a different folder, and got the message: > "This request cannot be completed because the link you followed or the > form you submitted was only valid for 0 seconds"
OK, I'm getting a bit farther on this one. I have these messages in my php.log when I try to delete a message (or move one): [28-May-2008 11:23:48] PHP Notice: Undefined index: token_lifetime in /var/www/webmail/horde/imp/lib/IMP.php on line 337 [28-May-2008 11:23:48] PHP Notice: Undefined index: token_lifetime in /var/www/webmail/horde/imp/lib/IMP.php on line 338 [28-May-2008 11:23:48] PHP Notice: Undefined index: cachejs in /var/www/webmail/horde/imp/lib/IMP.php on line 1872 [28-May-2008 11:23:48] PHP Notice: Undefined index: cachecss in /var/www/webmail/horde/imp/lib/IMP.php on line 2021 so it seems this is telling me I have several variables undefined: token_lifetime cachejs cacheccs which is correct. my token.driver setting in the horde config is set to 'none', so I'm not sure why it cares about the token_lifetime. the cache and token related settings in Horde I have configured are: $conf['cache']['default_lifetime'] = 1800; $conf['cache']['params']['dir'] = Horde::getTempDir(); $conf['cache']['params']['gc'] = 86400; $conf['cache']['driver'] = 'file'; $conf['token']['driver'] = 'none'; there are none relating to cache and token in my imp config. -- Spiro Harvey Knossos Networks Ltd 021-295-1923 www.knossos.net.nz -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
