* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, OutputStreamer {
+class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, OutputStreamer, Registerable {
/**
* Protected constructor
*
*/
// Load the class from inc/config direktory
-@require_once(dirname(__FILE__) . '/classes/interfaces/class_FrameworkInterface.php');
-@require_once(dirname(__FILE__) . '/classes/interfaces/registry/class_Registerable.php');
-@require_once(dirname(__FILE__) . '/config/class_FrameworkConfiguration.php');
+require_once(dirname(__FILE__) . '/classes/interfaces/class_FrameworkInterface.php');
+require_once(dirname(__FILE__) . '/classes/interfaces/registry/class_Registerable.php');
+require_once(dirname(__FILE__) . '/config/class_FrameworkConfiguration.php');
// Get a new configuration instance
$cfg = FrameworkConfiguration::createFrameworkConfiguration();
// CFG: DEFAULT-APPLICATION
FrameworkConfiguration::getInstance()->setConfigEntry("default_application", "hub");
+FrameworkConfiguration::getInstance()->setConfigEntry("app_name", "hub");
// [EOF]
?>
// If the basePath is false it is invalid
if ($basePath2 === false) {
// TODO: Do not die here.
+ debug_print_backtrace();
die("Cannot read {$basePath} !");
} else {
// Set base path