blank page when trying to download an attachment

View: New views
6 Messages — Rating Filter:   Alert me  

blank page when trying to download an attachment

by Jefferson Davis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



File size is approx 32m - php limit is 50m on both post and max upload.  memory limit is 80m

Anyplace else I can check?  We just get a blank page, no errors.

Thanks

--
Jefferson K Davis
Technology and Information Systems Manager
Standard School District
1200 North Chester Ave
Bakersfield, CA 93308
661.392.2110

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@...

Re: blank page when trying to download an attachment

by Jan Schneider :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod

Zitat von Jefferson Davis <jdavis@...>:

>
>
> File size is approx 32m - php limit is 50m on both post and max  
> upload.  memory limit is 80m
>
> Anyplace else I can check?  We just get a blank page, no errors.
>
> Thanks
>
> --
> Jefferson K Davis
> Technology and Information Systems Manager
> Standard School District
> 1200 North Chester Ave
> Bakersfield, CA 93308
> 661.392.2110
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@...
>



Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@...

Re: blank page when trying to download an attachment

by Jefferson Davis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No luck,  No errors show up, even with debug turned on.  Not discounting the probability of user error (me).

Other logging telemetry (successful login, etc) shows up in the log.  But no errors.

This only happens once in a while - The current problem file is a ppt preso.  Will check with users to see if that's a common thread or not.

----- Message from jan@... ---------
    Date: Wed, 30 Sep 2009 00:34:29 +0200
    From: Jan Schneider <jan@...>
Subject: Re: [imp] blank page when trying to download an attachment
      To: imp@...

> http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod
>
> Zitat von Jefferson Davis <jdavis@...>:
>
>>
>>
>> File size is approx 32m - php limit is 50m on both post and max
>> upload.  memory limit is 80m
>>
>> Anyplace else I can check?  We just get a blank page, no errors.
>>
>> Thanks
>>
>> --
>> Jefferson K Davis
>> Technology and Information Systems Manager
>> Standard School District
>> 1200 North Chester Ave
>> Bakersfield, CA 93308
>> 661.392.2110
>>
>> ----------------------------------------------------------------
>> This message was sent using IMP, the Internet Messaging Program.
>> --
>> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: imp-unsubscribe@...
>>
>
>
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@...
>

----- End message from jan@... -----

--
Jefferson K Davis
Technology and Information Systems Manager
Standard School District
1200 North Chester Ave
Bakersfield, CA 93308
661.392.2110

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@...

Re: blank page when trying to download an attachment

by Matus UHLAR - fantomas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 29.09.09 09:22, Jefferson Davis wrote:

> File size is approx 32m - php limit is 50m on both post and max upload.
> memory limit is 80m

for files around 32MB you need memory limit around 160M. PHP is very
memory-hungry here.
--
Matus UHLAR - fantomas, uhlar@... ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Quantum mechanics: The dreams stuff is made of.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@...

Re: blank page when trying to download an attachment

by Adam Tauno Williams-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 2009-10-19 at 16:29 +0200, Matus UHLAR - fantomas wrote:
> On 29.09.09 09:22, Jefferson Davis wrote:
> > File size is approx 32m - php limit is 50m on both post and max upload.
> > memory limit is 80m
> for files around 32MB you need memory limit around 160M. PHP is very
> memory-hungry here.

Yep, we have to run our production servers with -
memory_limit = 256M

Sad, but true.

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@...

Re: blank page when trying to download an attachment

by Michael M Slusarz-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Quoting Adam Tauno Williams <awilliam@...>:

> On Mon, 2009-10-19 at 16:29 +0200, Matus UHLAR - fantomas wrote:
>> On 29.09.09 09:22, Jefferson Davis wrote:
>> > File size is approx 32m - php limit is 50m on both post and max upload.
>> > memory limit is 80m
>> for files around 32MB you need memory limit around 160M. PHP is very
>> memory-hungry here.
>
> Yep, we have to run our production servers with -
> memory_limit = 256M

This is fixed in IMP 5 by using streams instead of PHP's string  
functions (which are very memory inefficient).

michael

--
___________________________________
Michael Slusarz [slusarz@...]

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@...