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.
Upgrade Installation 1.03>1.1.2 big problem
I was attempting to upgrade this morning and followed these instructions:
Assuming you haven’t made any changes to the core Vanilla files, upgrading is easy. By “core Vanilla filesâ€, I am referring to all files NOT in the conf or extensions directories. All you need to do is:
Back up your current Vanilla files.
Download the new version from http://getvanilla.com.
Unzip the files to your local machine.
Delete the extensions and conf folders on your downloaded, unzipped files (You do not want to copy the conf or extensions folders because you want your existing configurations and extensions to remain intact).
Upload all remaining New Vanilla files on top of the existing Vanilla files on your server.
Take any additional language and theme files that you were using from your backup and re-upload them into the appropriate places in Vanilla.
When I tried to enter the forum I got this message:
Technical information (for support personel):
Error Message
The connection to the database failed:
Affected Elements
MySQL.OpenConnection();
The error occurred on or near: Access denied for user...
So, replaced the new version with the old backup and I still get the same error message...
0
This discussion has been closed.
Comments
$Configuration['DATABASE_HOST'] = 'yourservername';
$Configuration['DATABASE_NAME'] = 'nameofthedatabase';
$Configuration['DATABASE_USER'] = 'dbusername';
$Configuration['DATABASE_PASSWORD'] = 'dbpassword';
Change the values to what they should be on your server, of course.