Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
I have not changed my configuration lateley, what I know of. There is another guy working on the server, but he said he had changed nothing either. I've been running this configuration for a couple of months now and it has never caused me any troubles. /peter Michael Sims wrote: peter a wrote

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
PHP configuration has not been changed though... so it's just strange.. I read something about a similiar trouble if you SSL on the server, I have SSL installed but this site is not under https. Anybody now anything about that? /peter Chris W. Parker wrote: peter a

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
No the file is there. I see it in the access logs for apache (even though last night it didn't even show up there.. ), but it refuses to load. Every time I get a PHP error the page freezes up and my browser tries to load it forever or I get "The page cannot be dispalyed". The file is there.. it

RE: [PHP] Unable to load pages with errors

2004-05-28 Thread Michael Sims
peter a wrote: > It not just that page.. it is all pages the will generate some sort of > PHP error. Instead of the usual error output I get nothing. Sounds to me like the apache process is segfaulting when PHP's error handler is invoked. You say it used to work for you, what changed recently? D

RE: [PHP] Unable to load pages with errors

2004-05-28 Thread Chris W. Parker
peter a on Friday, May 28, 2004 9:17 AM said: > It not just that page.. it is all pages the will generate some sort of > PHP error. Instead of the usual error output I get nothing. hmm... sounds like a php configuration thing. i.e. a server thing. in which case i'm

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
It not just that page.. it is all pages the will generate some sort of PHP error. Instead of the usual error output I get nothing. /peter Chris W. Parker wrote: peter a on Friday, May 28, 2004 9:12 AM said: Nothing complicated at all. It loops out some values fro

RE: [PHP] Unable to load pages with errors

2004-05-28 Thread Chris W. Parker
peter a on Friday, May 28, 2004 9:12 AM said: > Nothing complicated at all. It loops out some values from a MySQL > database with not more than 20 entries. It's not that.. well unless it's a server thing (in which case i'd have no ideas towards a solution) your next

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
Nothing complicated at all. It loops out some values from a MySQL database with not more than 20 entries. It's not that.. /peter Chris W. Parker wrote: peter a on Friday, May 28, 2004 9:06 AM said: Thanks, but that didn't take me anywhere. My browser still seems t

RE: [PHP] Unable to load pages with errors

2004-05-28 Thread Chris W. Parker
peter a on Friday, May 28, 2004 9:06 AM said: > Thanks, but that didn't take me anywhere. My browser still seems to > hang itself or load a part of the page. I suppose it could be any of > my http-processes that freezes up.. but I don't seems like it and I > don't kn

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
Thanks, but that didn't take me anywhere. My browser still seems to hang itself or load a part of the page. I suppose it could be any of my http-processes that freezes up.. but I don't seems like it and I don't know why it would. Doesn't matter which browser I use either. /peter Chris W. Park

RE: [PHP] Unable to load pages with errors

2004-05-28 Thread Chris W. Parker
peter a on Friday, May 28, 2004 8:29 AM said: > I have stumbled on something that is new for me. Usually when I get a > PHP error I print them on the page, but suddenly pages with errors > don't load at all, in IE I get the usual "The page cannot be > displayed" and

[PHP] Unable to load pages with errors

2004-05-28 Thread peter a
I have stumbled on something that is new for me. Usually when I get a PHP error I print them on the page, but suddenly pages with errors don't load at all, in IE I get the usual "The page cannot be displayed" and in Lynx I get "Alert!: Unable to access document." I run PHP 4.3.2 and Apache 2.0