51: // Fatal error if Garden has already been installed.
52:
53: $Installed = Gdn::Config('Garden.Installed') ? TRUE : FALSE;
54: if ($Installed)
55: throw new Exception('Vanilla has already been installed.');
56:
57: if (!$this->_CheckPrerequisites()) {
58: $this->View = 'prerequisites';
59: } else {
/home/webpages/lima-city/sd-design/html/vanilla/applications/dashboard/controllers/class.setupcontroller.phpSetupController->Index();
[/home/webpages/lima-city/sd-design/html/vanilla/library/core/class.dispatcher.php:322] PHP::call_user_func_array();
[/home/webpages/lima-city/sd-design/html/vanilla/index.php:53] Gdn_Dispatcher->Dispatch();
If you are a user of this website, you can report this message to a website administrator.
If you are an administrator of this website, you can get help at the Vanilla Community Forums.