[Tickets #12663] Re: Logout after attaching
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Sep 11 19:51:01 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12663
------------------------------------------------------------------------------
Ticket | 12663
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Logout after attaching
Queue | IMP
Version | 6.1.4
Type | Bug
-State | Unconfirmed
+State | Resolved
Priority | 1. Low
Milestone |
Patch |
-Owners |
+Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-09-11 13:51) wrote:
> 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.
Fixed in 6.1.5.
> post_max_size = 30M
> upload_max_filesize = 30M
> 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.
And that is exactly what is expected with your PHP configuration. If
you want an error to be thrown if upload_max_filesize is exceeded, you
need to increase post_max_size.
More information about the bugs
mailing list