In your /includes/application_top.php, around line 18 or so, you'll see this:
Code:
/**
 * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
 */
define('DEBUG_AUTOLOAD', false);
Change that define statement to true
Then refresh your browser.
What do you see ?