Re: [PHP-DB] Programs not running - Mystery SOLVED

2013-01-08 Thread tamouse mailing lists
On Tue, Jan 8, 2013 at 1:12 AM, Matt Pelmear wrote: > I personally *never* set the error reporting level in the code, and during > code reviews I reject code that does so. > It is much cleaner to manage this in php.ini. I tend to agree -- settings like this are environment (dev, test, stage, prod

Re: [PHP-DB] Programs not running - Mystery SOLVED

2013-01-07 Thread Matt Pelmear
This is a *very* common problem, so don't feel too bad :-) I personally *never* set the error reporting level in the code, and during code reviews I reject code that does so. It is much cleaner to manage this in php.ini. Glad you solved your problem. -Matt On 01/07/2013 08:49 AM, Ethan Rosen

[PHP-DB] Programs not running - Mystery SOLVED

2013-01-07 Thread Ethan Rosenberg, PhD
Dear list - Boy, Do I make STUPID MISTAKES! The show_errors was turned off in the program in question!! When I ran another program, that displayed errors, is threw the correct error message. My apologies for running everyone around numerous trees. Ethan -- PHP Database Mailing List (ht