Re: [PHP] where are my errors?

2003-08-14 Thread David T-G
John -- ...and then John W. Holmes said... % % David T-G wrote: % % My partner and I have done something that gets rid of our error messages, % and we're not quite sure what. The identical code base (I copied it over % myself; I'm sure) worked fine on another supposedly-identical RH Linux %

[PHP] where are my errors?

2003-08-14 Thread David T-G
Hi, all -- I'll try this again now that I've gotten one question answered... My partner and I have done something that gets rid of our error messages, and we're not quite sure what. The identical code base (I copied it over myself; I'm sure) worked fine on another supposedly-identical RH Linux

Re: [PHP] where did my errors go?

2003-08-14 Thread David T-G
Curt, et al -- ...and then Curt Zirzow said... % % * Thus wrote David T-G ([EMAIL PROTECTED]): % % What kind of call would suppress error messages from a require()d file? % I don't know his codebase, and he's never seen anything like this before, % % @require

[PHP] where are my errors?

2003-08-14 Thread David T-G
Hi, all -- My partner and I have done something that gets rid of our error messages, and we're not quite sure what. The identical code base (I copied it over myself; I'm sure) worked fine on another supposedly-identical RH Linux machine. The basic stub for our code looks like $ENGINE_VER=dev

Re: [PHP] where did my errors go?

2003-08-14 Thread Shawn McKenzie
error_reporting and/or display_errors in php.ini? David T-G [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] where did my errors go?

2003-08-14 Thread David T-G
Hi, all -- I'll try this again now that I've gotten one question answered... My partner and I have done something that gets rid of our error messages, and we're not quite sure what. The identical code base (I copied it over myself; I'm sure) worked fine on another supposedly-identical RH Linux

Re: [PHP] where are my errors?

2003-08-11 Thread John W. Holmes
David T-G wrote: Hi, all -- My partner and I have done something that gets rid of our error messages, and we're not quite sure what. The identical code base (I copied it over myself; I'm sure) worked fine on another supposedly-identical RH Linux machine. is display_errors ON for one machine and

Re: [PHP] where are my errors?

2003-08-09 Thread David T-G
Hi, all -- ...and then John W. Holmes said... % % David T-G wrote: % % My partner and I have done something that gets rid of our error messages, ... % % is display_errors ON for one machine and OFF for the other? Now that I've confirmed that display_errors is on (1), are there any other

Re: [PHP] where did my errors go?

2003-08-09 Thread Curt Zirzow
* Thus wrote David T-G ([EMAIL PROTECTED]): What kind of call would suppress error messages from a require()d file? I don't know his codebase, and he's never seen anything like this before, @require $ENGINE_PATH/file-to-include.php ; Curt -- I used to think I was indecisive, but now I'm not

Re: [PHP] where are my errors?

2003-08-09 Thread Curt Zirzow
* Thus wrote David T-G ([EMAIL PROTECTED]): John -- ...and then John W. Holmes said... % % David T-G wrote: % % My partner and I have done something that gets rid of our error messages, % and we're not quite sure what. The identical code base (I copied it over % myself; I'm sure)

Re: [PHP] where are my errors?

2003-08-08 Thread David T-G
John, et al -- ...and then David T-G said... % ... % Does that show up in phpinfo() output? Well, apparently so, and apparently it is. I specifically called phpinfo() from the require()d file to make sure I'd pick up the value at the time rather than just what's in php.ini and it seems that's