Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla wants to make the Setup again.
Hi!
I have installed Vanilla 7 days ago. Now it wants to make the Setup again, after I've installed the "Announcement" extension.
Do you have any idea how i can turn off the setup?
0
This discussion has been closed.
Comments
EDIT: I changed the permissions now, but that didn't help.
$Configuration['SETUP_COMPLETE'] = '1';
It's failing to include the conf/settings.php file and therefore failing to see that configuration setting. Try chowning the folder and files to the apache user and group.
EDIT: Your quick-fix for the problem is to turn off the code that redirects you to the setup screen. You can do it by editing appg/settings.php and commenting out the following lines, like so:
// if ($Configuration['SETUP_COMPLETE'] == '0') { // header('location: ./setup/index.html'); // }
Keep in mind that you will likely come across other problems until you get your permissions set up properly.