HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 2.0.18 (beta 2) is now available
Vanilla 2.0.18b2 is now available!
In the past we've always just released versions and fixed late-breaking bugs with quick patches. This time we've decided to do a beta release to help get the bugs fixed in a more controlled way.
In order for the beta release to be successful though we need your help with testing. We've been running this code on a lot of our hosted sites for nearly a month now, but we know that additional issues always crop up when the release goes out into the wild.
Here is what we need.
This is a feature-filled release which also contains a ton of bugfixes for issues in the 2.0.17 family.
Please 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.
This feed will automatically update whenever we release a new version of Vanilla Core.
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).
Beta Version?
We've been working hard on the latest point release of Vanilla and the new version is right around the corner.In the past we've always just released versions and fixed late-breaking bugs with quick patches. This time we've decided to do a beta release to help get the bugs fixed in a more controlled way.
In order for the beta release to be successful though we need your help with testing. We've been running this code on a lot of our hosted sites for nearly a month now, but we know that additional issues always crop up when the release goes out into the wild.
Here is what we need.
- Try out this version on your site. If you are planning on upgrading then give the beta a try. This is the best way to make sure that we don't miss anything.
- Use the issue tracker. Github has recently done an amazing job overhauling their issue tracker. It has really helped us manage the issues and schedule them to a particular release.
This is a feature-filled release which also contains a ton of bugfixes for issues in the 2.0.17 family.
New Features
- Moderation Tools! Vanilla received some brand new, much needed tools for managing discussions (merge/split) and users (community reporting, user infractions).
- Improved Bans! Vanilla now supports a proper ban list, with Name, Email and even IP bans.
- Edit/Delete Log! Moderators/Admins can now review post edits and even deletions. This is especially useful when dealing with disputes or punishment.
- Inform Messages! Snazzy new growl-like popup information boxes have replaced most of the old form feedback messages. Watch out for them in the bottom left of your screen!
Bug Fixes / Changes
- Fixed bug #947 - Split/Merge plugin permissions awry?
- Fixed bug #939 - Theme preview broken in 2.0.18b1
- Fixed bug #938 - Paging not working when 'don't use categories' is checked
- Fixed bug #936 - Relaxed category URL character restrictions
- ... and 8 other issues
Build History
- 2.0.18b1 - Added moderation, bans, logging. Fixed 50+ bugs.
- 2.0.18b2 - Fixed 12 bugs.
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.
Keeping track of new releases
You can follow our releases by pointing your favorite RSS reader at:http://www.vanillaforums.org/addon/vanilla-core/follow.rss
This feed will automatically update whenever we release a new version of Vanilla Core.
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 add the following line to your conf/config.php file:$Configuration['Garden']['Debug'] = TRUE;
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 Vanilla 2.0 Forums
- Back up your database.
- Back up all of your existing files.
- Unarchive the new files and copy them over your existing files. Make sure that your hidden files (ie .htaccess) are copied to your server.
- Make sure the conf/config.php from your old version has been copied over to the new version.
- Delete all *.ini files in your cache/ folder
- Navigate to the page in your forum that updates your database: www.yourforum.com/utility/update (or www.yourforum.com/index.php?p=/utility/update)
- Visit your forum and test away!
3
This discussion has been closed.
Comments
BTW, thanks for the reply, I would never have thought of that.
We know SEO companion in particular has a call to that.
Vanilla Forums COO [GitHub, Twitter, About.me]
Thanks...
trying to install the 2.0.18 (fresh install) gives me
------------------------------------------------
Can't create table 'db61250007.GDN_Session' (errno: -1)|Gdn_Database|Query|create table `GDN_Session` ( `SessionID` char(32) not null, `UserID` int not null default 0, `DateInserted` datetime not null, `DateUpdated` datetime not null, `TransientKey` varchar(12) not null, `Attributes` text, primary key (`SessionID`) ) engine=innodb default character set utf8 collate utf8_unicode_ci;
------------------------------------------------
cheers
I did as you suggested, I disabled my add-ons, and even removed the enabled add-ons from my config file, I have debugging turned on and I did the update, and Boom!.... Still the blank page. ...with no error message...
We should have better explanation in this error message though, maybe the real mysql error message string instead of just the error code.
There was an error rendering this rich post.
If I do a fresh install, will I be able to get all the old posts back by using the same database?