You're using Windows, so you don't follow Linux/UNIX file structure.
Change "/" to "\" ONLY on line 3

error_reporting(E_ERROR);near the top of all pages doing that.
error_reporting(E_ALL); ini_set('display_errors', '1');At the top of your code and see if anything comes up.