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

Unload Plugin - disable button in Dashboard does not work.

edited December 2011 in Vanilla 2.0 - 2.8

my plugin is always enabled and I have no chance to unload it..

what may be wrong?

Answers

  • Options

    no replies yet? i get a similar problem!

  • Options
    TurbolegoTurbolego New
    edited February 2012

    I had a similar problem once when i wanted to update from the AddThis 1.1 plugin to the 1.2 plugin.

    I had to manually open the /conf/config.php file and change:

    $Configuration['EnabledPlugins']['addthis'] = TRUE;

    to:

    $Configuration['EnabledPlugins']['addthis'] = FALSE;

    to disable it before i could update it.

    Try that.

    Source: Can't disable the AddThis Version 1.1 plugin?

Sign In or Register to comment.