I am extremely pleased to announce the Vanilla 2.0 Release Candidate 1.
About This Release
This version of the code has been completely cleaned up, with a number of big changes for those of you who were running the old version from our GitHub master branch. To name a few: we have renamed the "garden" application to "dashboard", and we have made database table changes, index changes, and data changes.
We fully expect there to be issues with this release candidate,
do not use on production systems.
Requirements
- PHP version 5.2.0 or newer
- MySQL version 5 or newer
- Apache version 2 or newer
Installing
- Unzip the package to the desired folder on your server.
- Create a database for Vanilla (named whatever you like).
- Browse to the folder in your web browser, and follow the instructions on-screen.
Troubleshooting the Vanilla 2 Installation
If you run into any issues during the installation, you may see the "Bonk" error screen. In order to get past this screen, you can remove the following line from your conf/config.php file:
$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';This will show you a more detailed screen of information about the actual problem you've encountered. Please include this information when reporting issues (copy & paste exact errors, please).
Upgrading Pre-RC1 Vanilla 2 Forums
- Sign into your existing forum with the user that has UserID = 1
- Back up your database.
- Back up all of your existing files.
- Unarchive the new files and copy them over your existing files.
- Navigate to the page in your forum that updates your database (this will not work if you did not sign in as UserID = 1): www.yourdomain.com/path/to/vanilla/utility/structure
- Scroll to the bottom of the page and click the button to run the update scripts
- Navigate to your forum and test away!
Reporting Issues
DO NOT REPORT ISSUES ON THE COMMUNITY FORUMPlease report all issues on the
GitHub Issue Tracker. Remember to do a quick search through the issues to make sure your issue has not already been added or resolved.
Where to Download
We have merged all of our RC changes into our master branch, and we have tagged the RC 1 release. You can browse the tagged release here:
http://github.com/vanillaforums/Garden/tree/Vanilla_2.0_rc1And you can download the package here:
http://github.com/vanillaforums/Garden/zipball/Vanilla_2.0_rc1
Comments
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
All plugins wich uses garden/plugin/method are broken now. Haven't tried yet, but seems that changes are not critical for me :/
I ask because there are instances where 5.3.0 wreaks havoc on older apps.
Vanilla developer [GitHub, Twitter]
Keep up the great work V-Team!
Everything worked perfectly in the upgrade, except my old theme had the error:
Fatal error: Class 'Format' blah blah blah ...
Thank you!
@oinkfu, make it Gdn_Format.
http://github.com/vanillaforums/Garden/issues#issue/290
Let me know, thanks.
Vanilla co-founder
Vanilla co-founder
is php running as a cgi? (I'm guessing so .. under suexec) and the php files aren't owned by the user that php is running as.
Happens all the time on my host, and it is ALWAYS file ownership
It's really difficult to diagnose. I've done a number of installs and wipes. Tried installing v.1 first. It's the server's config.
I'm gonna have to give up for a while.
Vanilla developer [GitHub, Twitter]
Vanilla co-founder
I haven't had time to upgrade to rc1 though, so I can't vouch for that particular relase.
I can work with you quite a bit. The symptom is that classes aren't being instantiated. You can also see this in some of the AJAX dialogs and whatnot (none of them work).
You can consider that [broken] install to be a lab, and I can help you to debug it.
The Web server is run by Nexcess, and they run us.php.net. I'd *hope* it would a solid PHP server.
And oh yeh, fix the link here: http://vanillaforums.org/discussion/9714/how-to-submit-a-bug-report/
It works nicely..