Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Upgrade 2.12 problem

tsabattsabat New
edited October 2010 in Vanilla 2.0 - 2.8
* Config changes are not staying setting
- when i enable/disable a plugin, the change is not reflected in the config/settings

* /utility/structure/ always appears unchanged after I run and rescan
- how do I know the changes have set?

Comments

  • Options
    MarkMark Vanilla Staff
    We've just learned of this issue, and we're pushing out a fix right now. Some testing code slipped by us. Apologies!

    Expect an update shortly.
  • Options
    MarkMark Vanilla Staff
    New version available now: http://vanillaforums.org/

    If all you want is the quick fix, comment out lines 1418 and 1419 in library/core/functions.general.php. Those are:
    //      if (is_string($Name) && C($Name) == $Value)
    // return NULL;
  • Options
    mark, is there a way to force reading of the config.php from disk? I have local changes I make and they are constantly overwritten. I've tried editing the file then pressing refresh, but the old values are always reset.
Sign In or Register to comment.