It looks like you're new here. If you want to get involved, click one of these buttons!
This release fixes a security hole in Vanilla that can leave your forum open to XSS attacks. There are also a couple of other minor fixes included with this release. We strongly recommend updating to this version of Vanilla.
Changelog:
If you are running Vanilla 2.0.18+ and want the files to fix the security hole you can do the following:
Comments
Great job! It solves the security vulnerability that was posted this morning. http://vanillaforums.org/discussion/19533/bug-1330-unauthorized-db-manipulation-via-post-form-tampering
Really fast reaction time.
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
0 · Insightful Awesome LOL ·fast reaction time
I have been waiting so long for 2.1
- Spam
- Abuse
0 · Insightful Awesome LOL ·Thanks . i also downloded the latest version and installing my website's forum on it only.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Download page shows 2.0.18.4.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Just downloaded and installed this on a test system, and attempting to embed it in a WPress site.
Issue, the screencasts at http://www.screenr.com/kqY do not match what I am seeing on the embed page on the dashboard. Also, after installing the WP site, the page that is supposed to be auto-created is not and the features I saw on the screencast does not match what I am looking at on the embed page on my WP dashboard.
Any help is appreciated.
- Spam
- Abuse
0 · Insightful Awesome LOL ·I tried to update from 2.0.8.1 to 2.0.8.4. Copied and overwrited the files, deleted ini files from cache.
But when running http://forum.gtricks.com/utility/update, it shows blank page. No success no failure information.
The debugger is confusing, and just says
Success: falseBodyClass: 'Dashboard Utility update Home'- Spam
- Abuse
0 · Insightful Awesome LOL ·anything I should be worried about?
- Spam
- Abuse
0 · Insightful Awesome LOL ·hmmm I am going to install vanilla over a new site now...
- Spam
- Abuse
0 · Insightful Awesome LOL ·Will this fix the bug Below? http://vanillaforums.org/discussion/19677/openid-authentication-failure-on-firefox
- Spam
- Abuse
0 · Insightful Awesome LOL ·@aery Try /utility/structure if you're having trouble.
Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·@Lincoln tried it. It always remains consistent.
Even after clicking on button "Run Structure and Data Scripts" and after getting the structure successfully executed, I always get the same things on Rescaning.
The code -
- Spam
- Abuse
0 · Insightful Awesome LOL ·@aery time to open a new thread. I lost you when you either get a blank page or you get a page with The debugger is confusing, and just says
I also missed what is wrong with the SQL queries you showed. Do they work in phpMyAdmin?
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
0 · Insightful Awesome LOL ·I'm wondering if your MySQL doesn't have InnoDB support. Try running the following query to see if InnoDB is there:
- Spam
- Abuse
0 · Insightful Awesome LOL ·@Todd it does have -
- Spam
- Abuse
0 · Insightful Awesome LOL ·ahum! InnoDB Support DISABLED
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
0 · Insightful Awesome LOL ·The support is disabled but it does have that installed.
- Spam
- Abuse
0 · Insightful Awesome LOL ·does this help
www.mydigitallife.info/enable-mysql-innodb-storage-engine-support-in-xampp-installation/
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
0 · Insightful Awesome LOL ·@peregrine I dont know what my hosting provider is using :(
Anyways, thanks for the help :)
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·So my hosting provider does not support InnoDB but MyISAM.
What shall I do now?
- Spam
- Abuse
0 · Insightful Awesome LOL ·Change engine=innodb to engine=myisam
Let's see if your SQL queries work then.
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
0 · Insightful Awesome LOL ·@UnderDog Changing engine name will be no effect because the tables are already formatted in MyISAM engine.
Secondly, for
update GDN_User User set Permissions = '' where Permissions <> '';I dont have user row in GDN_User table.
Absurd!
So, if these queries doesnt run that means I can never update my vanilla properly?
- Spam
- Abuse
0 · Insightful Awesome LOL ·I'm just wondering why you didn't open a separate topic, that's all :-S
How come you don't have a GDN_User table?
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
0 · Insightful Awesome LOL ·does anyone know how to make a clean upgrade ? or maybe there's an upgrade patch or anything ?
- Spam
- Abuse
0 · Insightful Awesome LOL ·Hi, new here. Glad to upgrade my old Vanilla product, version 2.0.17.8 to this 2.0.18.4. Thanks guys there. Diane
- Spam
- Abuse
0 · Insightful Awesome LOL ·Anyone else had their forum get confused about whether it is in the root folder of the subdomain or in /vanilla/ after updated from 2.0.18.2 to .4? I can't get to Advanced Settings because the link goes to /vanilla/settings/advanced and removing vanilla or putting /dashboard/settings/advanced doesn't display it. I've cleared the cached ini files, my browser cache and cookies - no change. Also, I can't preview or post because it's looking for /vanilla/index.php which doesn't exist. Any ideas?
- Spam
- Abuse
0 · Insightful Awesome LOL ·Non-HTML InputFormatter only active on initial discussion, not subsequent comments
I'm using the following config option to use the BBCode InputFormatter:
$Configuration['Garden']['InputFormatter'] = 'BBCode';However, the non-HTML InputFormatter is only active on the initial discussion but not subsequent comments. This is confusing for users as subsequent posts do not use BBCode/Markdown but use HTML instead.
I'm using Vanilla 2.0.18.4 and have reported this on GitHub.
https://github.com/vanillaforums/Garden/issues/1358
- Spam
- Abuse
0 · Insightful Awesome LOL ·Another admin figured out the problem. The vanilla folder needs to be deleted after upgrade and it wasn't.
- Spam
- Abuse
0 · Insightful Awesome LOL ·^^ split ^^
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
0 · Insightful Awesome LOL ·good
- Spam
- Abuse
0 · Insightful Awesome LOL ·Every time VF updates, my badges get reset.
- Spam
- Abuse
0 · Insightful Awesome LOL ·