I noticed that when I'm working on a php page that loads wp programmatically, some of my errors are not fired. For example, a variables that has not initialized previously creates a warning when I have the E_ALL on top, but not when I load wp after that.
Any comments?
how do I put wordpress in a mode so that anything wrong anywhere is reported.