Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Help Error

kaoskaos New
edited October 2009 in Vanilla 2.0 - 2.8
Fatal Error in GardenSetupController.Index();
Garden has already been installed.
The error occurred on or near: /home/xflex/public_html/applications/garden/controllers/gardensetup.php
30: // Fatal error if Garden has already been installed.31: $Config = Gdn::Factory(Gdn::AliasConfig);32: $Installed = Gdn::Config('Garden.Installed') ? TRUE : FALSE;33: if ($Installed)34: trigger_error(ErrorMessage('Garden has already been installed.', 'GardenSetupController', 'Index'));35: 36: if (!$this->_CheckPrerequisites()) {37: $this->View = 'prerequisites';38: $this->Render();
Backtrace:
[/home/xflex/public_html/library/core/functions.error.php:124] PHP::include();[/home/xflex/public_html/library/core/functions.error.php:124] PHP::ErrorHandler();[/home/xflex/public_html/applications/garden/controllers/gardensetup.php:34] PHP::trigger_error();[/home/xflex/public_html/library/core/class.dispatcher.php:218] GardenSetupController->Index();[/home/xflex/public_html/index.php:41] Gdn_Dispatcher->Dispatch();
Variables in local scope:
[this] GardenSetupController::__set_state(array(
'Uses' =>
array (
0 => 'Form',
1 => 'ApplicationManager',
2 => 'Database',
),
'Application' => 'Garden',
'ApplicationFolder' => 'garden',
'Assets' =>
array (
'Search' =>
array (
0 =>
Gdn_SearchModule::__set_state(array(
'_ApplicationFolder' => 'garden',
'_Sender' => NULL,
'_ThemeFolder' => false,
'ClassName' => 'Gdn_SearchModule',
'EventArguments' =>
array (
),
'Returns' =>
array (
),
'HandlerType' => 'NORMAL',
)),
),
),
'ControllerFolder' => '',
'ControllerName' => 'gardensetupcontroller',
'CssClass' => '',
'Data' =>
array (
),
'Head' =>
HeadModule::__set_state(array(
'_Tags' =>
array (
),
'_Strings' =>
array (
),
'_Title' => '',
'_SubTitle' => '',
'_TitleDivider' => '',
'_ApplicationFolder' => 'Garden',
'_Sender' =>
GardenSetupController::__set_state(array(
'Uses' =>
array (
0 => 'Form',
1 => 'ApplicationManager',
2 => 'Database',
),
'Application' => 'Garden',
'ApplicationFolder' => 'garden',
'Assets' =>
array (
'Search' =>
array (
0 =>
Gdn_SearchModule::__set_state(array(
'_ApplicationFolder' => 'garden',
'_Sender' => NULL,
'_ThemeFolder' => false,
'ClassName' => 'Gdn_SearchModule',
'EventArguments' =>
array (
),
'Returns' =>
array (
),
'HandlerType' => 'NORMAL',
)),
),
),
'ControllerFolder' => '',
'ControllerName' => 'gardensetupcontroller',
'CssClass' => '',
'Data' =>
array (
),
'Head' =>
HeadModule::__set_state(array(
'_Tags' =>
array (
),
'_Strings' =>
array (
),
'_Title' => '',
'_SubTitle' => '',
'_TitleDivider' => '',
'_ApplicationFolder' => 'Garden',
'_Sender' =>
GardenSetupController::__set_state(array(
'Uses' =>
array (
0 => 'Form',
1 => 'ApplicationManager',
2 => 'Database',
),
'Application' => 'Garden',
'ApplicationFolder' => 'garden',
'Assets' =>
array (
'Search' =>
array (
0 =>
Gdn_SearchModule::__set_state(array(
'_ApplicationFolder' => 'garden',
'_Sender' => NULL,
'_ThemeFolder' => false,
'ClassName' => 'Gdn_SearchModule',
'EventArguments' =>
array (
),
'Returns' =>
array (
),
'HandlerType' => 'NORMAL',
)),
),
),
'ControllerFolder' => '',
'ControllerName' => 'gardensetupcontroller',
'CssClass' => '',
'Data' =>
array (
),
'Head' =>
HeadModule::__set_state(array(
'_Tags' =>
array (
),
'_Strings' =>
array (
),
'_Title' => '',
'_SubTitle' => '',
'_TitleDivider' => '',
'_ApplicationFolder' => 'Garden',
'_Sender' =>
GardenSetupController::__set_state(array(

Fatal error: Nesting level too deep - recursive dependency? in /home/xflex/public_html/applications/garden/views/error.master on line 100








and then when i exit to home page it comes up with







Fatal Error in PHP.ErrorHandler();
Invalid argument supplied for foreach()
The error occurred on or near: /home/xflex/public_html/library/core/class.pluginmanager.php
404: }405: 406: // Include all of the paths.407: $PluginInfo = array();408: foreach($Paths as $Path) {409: if(file_exists($Path))410: include($Path);411: }412:
Backtrace:
[/home/xflex/public_html/library/core/functions.error.php:124] PHP::include();[/home/xflex/public_html/library/core/class.pluginmanager.php:408] PHP::ErrorHandler();[/home/xflex/public_html/bootstrap.php:128] Gdn_PluginManager->IncludePlugins();[/home/xflex/public_html/index.php:26] PHP::require_once();
Variables in local scope:
[EnabledPlugins] array (
'HTMLPurifier' => 'HtmlPurifier',
)[Paths] NULL[PluginFolder] 'HtmlPurifier'[PluginName] 'HTMLPurifier'[PluginInfo] array (
)


can anyone help at all?

Comments

Sign In or Register to comment.