Re: [PHP-DB] Programs not running - Mystery SOLVED
[email protected] (Matt Pelmear)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
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 Rosenberg, PhD wrote: > 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 > >