error_reporting(E_ALL);
Status: Beta
Brought to you by:
chuckw
Could you please insert
error_reporting(E_ALL);
at the top of all your php code? This statement makes
php report all errors in the code. It makes debugging
easier. Once I inserted that statement into my php
code right before "include('lib/functions.php')", php
reported "Undefined variable: VB" in many places.