Menu

#24 error_reporting(E_ALL);

open
nobody
None
5
2003-07-21
2003-07-21
Anonymous
No

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.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB