The wizard.php script has to be removed after the installation process.

Please remove it first to continue."); die(); } // initialize the session SessionManager::init(); $controller = new BlogController(); // load the plugins, this needs to be done *before* we call the // Controller::process() method, as some of the plugins _might_ // add new actions to the controller $pluginManager =& PluginManager::getPluginManager(); $pluginManager->loadPlugins(); // give control to the, ehem, controller :) $controller->process( HttpVars::getRequest(), "op"); //xdebug_dump_function_profile(4); ?>