NYCPHP Meetup

NYPHP.org

[nycphp-talk] Script terminates after certain amount of time period

tom at supertom.com tom at supertom.com
Tue Sep 9 11:32:55 EDT 2003


Chris is right, I would pull it up in another browser, just to make sure
that you are actually getting the real error message.

Also, depending on how big the PDF files are that are being created, you may
want to look into the memory limit entry in php.ini, to make sure that you
have enough to allow the PDF to be created.

memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)

Sorry, I came into this post late, please excuse me if this has already been
suggested.

Good Luck!

Tom





***************************************************
What's Tom listening to right now?  Find out here:
http://www.supertom.com/current_track.php




-----Original Message-----
From: talk-bounces at lists.nyphp.org
[mailto:talk-bounces at lists.nyphp.org]On Behalf Of Chris Shiflett
Sent: Tuesday, September 09, 2003 11:19 AM
To: NYPHP Talk
Subject: Re: [nycphp-talk] Script terminates after certain amount of time
period


--- Anirudh Zala <xml at aumcomputers.com> wrote:
> Chris, As i have mentioned, it is also not working at all, just "Page
> can not be displayed" after few mins. Looks like browser loose
> connection with server.

Read my response again. Specifically:

> > 2. Are you using IE? Don't.

What I meant by this is that IE is likely giving you the BS error message,
and
it isn't the least bit helpful. In fact, it is usually very misleading.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/
_______________________________________________
talk mailing list
talk at lists.nyphp.org
http://lists.nyphp.org/mailman/listinfo/talk




More information about the talk mailing list