PHP MySQL Novice to Ninja Login Access

Generally an entirely blank page means you’ve got a fatal syntax error somewhere.

Try putting the following at the top of your admin controller:

error_reporting(-1);
ini_set('display_errors', 'On');