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.
Problem after installation "Fatal Error in SetupController.Index();"
orango
New
Application Version: 2.0.18.4
Vanilla has already been installed.
The error occurred on or near: /home/****//****///****//applications/dashboard/controllers/class.setupcontroller.php51: // 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 {
how i can fix it?
0
Answers
What does the piece of text on line 53 tell you?
You can look in conf/config.php for the variables that need to be changed for your case.
There was an error rendering this rich post.
i can open the site by follow this link http://help.amazilla.org/index.php
but i cant with out 'index.php'
Works for me with or without index.php
There was an error rendering this rich post.