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



