[Tickets #9767] Re: Login tasks don't work
bugs at horde.org
bugs at horde.org
Mon Oct 10 07:55:29 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9767
------------------------------------------------------------------------------
Ticket | 9767
Updated By | rsalmon at mbpgroup.com
Summary | Login tasks don't work
Queue | Horde Base
Version | Git master
Type | Bug
State | Feedback
Priority | 3. High
Milestone |
Patch |
Owners | Horde Developers, Jan Schneider
+New Attachment | horde_debug_runtask.txt
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2011-10-10 07:55) wrote:
more debug attached with the following patch :
--- Registry.org.php 2011-10-07 13:46:34.000000000 +0200
+++ Registry.php 2011-10-10 09:26:13.000000000 +0200
@@ -1367,12 +1367,16 @@
} catch (Exception $e) {}
}
+ horde::debug($checkPerms);
+ horde::debug($options);
/* Do login tasks. */
if ($checkPerms &&
($tasks =
$GLOBALS['injector']->getInstance('Horde_Core_Factory_LoginTasks')->create($app))
&&
!empty($options['logintasks'])) {
+ horde::debug($tasks);
$tasks->runTasks();
}
+ horde::debug($tasks);
return true;
}
looks like whenever $options['logintasks'] is true, there are pretty
much no task to be ran.
IMP prefs :
$_prefs['delete_attachments_monthly']['value'] = 0;
$_prefs['rename_sentmail_monthly']['value'] = 1;
$_prefs['delete_sentmail_monthly']['value'] = 1;
$_prefs['delete_sentmail_monthly_keep']['value'] = 12;
Horde config:
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'Sql';
$conf['sql']['phptype'] = 'mysql';
$_prefs['initial_application']['value'] = 'horde',
rsalmon at mbpgroup.com (2011-10-10 07:55) uploaded: horde_debug_runtask.txt
http://bugs.horde.org/h/services/download/?module=whups&actionID=download_file&file=horde_debug_runtask.txt&ticket=9767&fn=%2Fhorde_debug_runtask.txt
More information about the bugs
mailing list