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

Problem after installation "Fatal Error in SetupController.Index();"

orangoorango New
edited June 2012 in Vanilla 2.0 - 2.8

Application Version: 2.0.18.4

Vanilla has already been installed.
The error occurred on or near: /home/****//****///****//applications/dashboard/controllers/class.setupcontroller.php

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 {

how i can fix it?

Answers

  • Options

    orango said:

    53: $Installed = Gdn::Config('Garden.Installed') ? TRUE : FALSE;

    54: if ($Installed)

    55: throw new Exception('Vanilla has already been installed.');

    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.

  • Options

    i can open the site by follow this link http://help.amazilla.org/index.php
    but i cant with out 'index.php'

  • Options
    422422 Developer MVP

    Works for me with or without index.php

    There was an error rendering this rich post.

Sign In or Register to comment.