[Tickets #12663] Logout after attaching
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Sep 10 05:52:13 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12663
------------------------------------------------------------------------------
Ticket | 12663
Created By | asa at isac.gov.in
Summary | Logout after attaching
Queue | IMP
Version | 6.1.4
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
asa at isac.gov.in (2013-09-10 05:52) wrote:
I have the following settings for the attachments.
$conf['compose']['link_attachments'] = false;
$conf['compose']['attach_size_limit'] = 10485760;
$conf['compose']['attach_count_limit'] = 0;
ie. attach_size_limit is 10 MB.
and in php.ini, I have the following settings.
post_max_size = 30M
upload_max_filesize = 30M
When I am trying to attach a file, 26 MB, it is able to attach (which
should not have happened) as the compose attach size limit is 10 MB only.
This is 1st issue.
2nd one is, when I try to attach a file greater than 30 MB (php.ini
setting), the session gets logged out and I get login screen in console
window.
More information about the bugs
mailing list