Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 11

CurtisOdenericgillettemcdjmcdj +8 guests

Vanilla 2.0.16 Released

This discussion is related to the Vanilla addon.
Vanilla 2.0.16 has been released!
This is a bugfix release for issues in 2.0.15.

v2.0.16 Changes

  1. Fixed bug where deleting the last comment would close a discussion
  2. Fixed bug with Activity/Profile Permissions being auto denied after upgrading
  3. Fixed bug where Preferences were not being saved

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 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 Vanilla 2.0 Forums

  1. Sign into your existing forum with the user that was created when you FIRST INSTALLED Vanilla (the root admin user)
  2. Back up your database.
  3. Back up all of your existing files.
  4. Unarchive the new files and copy them over your existing files. Make sure that your hidden files (ie .htaccess) are copied to your server.
  5. Make sure the conf/config.php from your old version has been copied over to the new version.
  6. Delete all *.ini files in your cache/ folder
  7. 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.yourforum.com/utility/structure
  8. Scroll to the bottom of the page and click the button to run the update scripts.
  9. Navigate to your forum and test away!
For more help with upgrading, check out the Upgrading Tips and Tricks thread.

Reporting Issues

DO NOT REPORT ISSUES ON THE COMMUNITY FORUM

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.

See the add on page for additional instructions.

Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

Tagged:

Comments

  • TimTim
    Posts: 1,573
    Don't forget to run your utility/structure! You'll get permission errors if you don't :)

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Posts: 657
    Nice job everyone
  • Posts: 417
    @Tim sweet. permission problems fixed. Excellent!

    My addons: NillaBlog | Vanoogle

  • yes the permission problems are fixed.Great
  • do you guys reckon could update the version number in conf/config.php in your upgrade process?

    something like: sed -i ’s/2\.0\.15/2\.0\.16/g’ conf/config.php
    *note: I am not an expert in sed :) *

    I've been editing and updating my version in config.php manually
  • TimTim
    Posts: 1,573
    This has actually been mentioned before. We're saving that config setting for an update procedure that we're currently working on.

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Posts: 250
    Just regarding your rss. It's title is "Vanilla 2.0.16 by Tim - Vanilla Forums", which is a bit wrong, since feed title should not contain any version number. And it misleads later, when user receives something like "Vanilla 2.0.13 by Tim - Vanilla Forums -- Vanilla 2.0.16 released".
  • Posts: 657
    I think that is because this thread's title is "Vanilla 2.0.16 Released". Does it happen with other threads?
  • Nice job and i realy love this software. But i have a question. My dream is to build a realy big forum (dont laugh, its just a dream :)), so how big community vanilla can handle?
  • Posts: 318
    How big your servers can handle would be an obvious answer. When going large scale, you might go into distributed systems and distributed file systems (which VF is not aware of), but you have to be somewhat like Google to get there.

    /cd
  • With servers, i go step by step. I just hope, that at one day Vanilla doesn't start acting sutpid :)
  • Posts: 318
    Well, the only bottleneck that I see are MySQL queries to the database and in general, the performance of the storage, since PHP is (almost) static. Worst case test would be trying out the search, since that is, I think, the most database-intensive operation.

    /cd
  • Hello:

    I have upgrade vanilla version to 2.0.16 and now I have a problem with permisions when users want to access to another profile or even to his profile.

    I think that this problem is fixed in this version or is a new bug?

    thank you very much.

    You can see the forum in http:// bolsacafe.com
  • Hello:

    It is ok now! I fogot execute /utility/structure.

    Sorry.
  • when the 2.1 come out?
  • Posts: 2,058
    When it's released. :) They never announce dates ahead of time.

    Vanilla developer [GitHub, Twitter]

  • nvm solve the mobile version problem
  • Posts: 148
    Uh, had a problem with HtmLawed being deactivated after the upgrade. But could solve it by adding "$Configuration['EnabledPlugins']['HtmLawed'] = 'HtmLawed';" to the conf-File.
  • Posts: 3
    I get the error when I'm trying to enable some plugins - "The addon could not be enabled because it generated a fatal error: Success"
    Any ideas?
  • It doesn't work for me, i get an error about requiring config.php which doesnt exist.

    Help?
  • This is what it currently says (After i re-uploaded for the third time):

    http://www.cybergmod.net/vanilla 2/

    Fatal error: Class 'PDO' not found in /home/cybergmo/public_html/vanilla 2/conf/config-defaults.php on line 16
  • Posts: 3

    This is what it currently says (After i re-uploaded for the third time):

    http://www.cybergmod.net/vanilla 2/
    Fatal error: Class 'PDO' not found in /home/cybergmo/public_html/vanilla 2/conf/config-defaults.php on line 16

    I think that the space in /vanilla 2/ really isn't good.
  • http://www.cybergmod.net/vanilla/

    Didn't help much, lol.

    I've not a clue why this is happening.

    I'm going to do another re-upload with a fresh download.
  • TimTim
    Posts: 1,573
    It is telling you what is wrong: PDO does not exist.
    Does your server have PDO installed?

    EDIT: Vanilla lists its requirements here http://vanillaforums.org/page/installation-requirements

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Posts: 3
    Tim said:

    It is telling you what is wrong: PDO does not exist.
    Does your server have PDO installed?

    EDIT: Vanilla lists its requirements here http://vanillaforums.org/page/installation-requirements

    And any ideas about "The addon could not be enabled because it generated a fatal error: Success"? It appears everytime I try to enable a plugin. And changing of themes also doesn't work.

  • SS
    Posts: 458
    When 2.0.17?
  • TimTim
    Posts: 1,573
    ~Mondayish

    Tuesday if the deployment troggs are on strike.

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Oh man! Can't wait! :)
Sign In or Register to comment.