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.

Installer page shows for no reason...

edited July 2011 in Vanilla 2.0 - 2.8
The installer page on Vanilla 2 is the only page that now shows on my installation here. The forum has been running normally for 5 years (obviously upgraded to Vanilla 2 about 4 months ago!). How do I stop it showing?

I've seen other solutions about restoring the config.php and config-defaults.php but they are both still there and untouched!
Tagged:

Answers

  • lucluc ✭✭
    @wibbler: Remove your link, as we can get the password.
  • Thank! :(
  • lucluc ✭✭
    Post your config.php (without the database info).
  • <?php if (!defined('APPLICATION')) exit();

    // Database
    $Configuration['Database']['Name'] = 'xxxxxx';
    $Configuration['Database']['Host'] = 'localhost';
    $Configuration['Database']['User'] = 'boris-xxxxx';
    $Configuration['Database']['Password'] = 'xxxxxxx';

    // Garden
    $Configuration['Garden']['Title'] = 'Forum';
    $Configuration['Garden']['Cookie']['Salt'] = '3WMB0D4PUB';
    $Configuration['Garden']['Cookie']['Domain'] = '';

    // Last edited by Unknown (87.194.83.162)2011-06-19 19:20:36
  • lucluc ✭✭
    edited July 2011
    Normally it's much bigger than that once installed.
    With a specific line stating it's installed.
    Do you have a backup by any chance?

    It's better to remove the Salt too.
  • I have copied the default config and filled it with the details, but sadly still the same.

    Can I ask what makes it go to the installed page? Maybe there's something missing that triggers this action.
  • Hi! Anyone have a clue about this?
Sign In or Register to comment.