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.

Can't disable the AddThis Version 1.1 plugin?

TurbolegoTurbolego New
edited February 2012 in Vanilla 2.0 - 2.8

The "Disable" button in settings/plugins/enabled for AddThis Version 1.1 does nothing when i click it.

I can't disable version 1.1 and thus i can't update to 1.2

Please advice.

Best Answers

  • bh8vnbh8vn
    Answer ✓

    I'm so sorry, it a stupid problem :(
    Open class.addthis.plugin.php in addthis folder,
    replace $Lang = C('Plugin.AddThis.lang', 'Language);
    with $Lang = C('Plugin.AddThis.lang', 'Language');

    Sorry for that, I fixed and updated

  • bh8vnbh8vn
    Answer ✓

    Better using 1.2b for best performace.
    Sorry for that :)

Answers

  • hbfhbf wiki guy? MVP

    edit your config file and set that add-on to false.

  • I have the same problem with all of the plugins when I use 18.0.1 and when I upgrade my site with fresh install 18.0.2, the problem solve.
    Right click on "Disable" button and press open it in new tab.
    You can also replace 1.1 folder with 1.2, and config in dashboard, it's not a problem at all

  • TurbolegoTurbolego New
    edited February 2012

    Thank you very much, for people having the same problem:

    1. go to /conf/config.php
    2. change "$Configuration['EnabledPlugins']['addthis'] = TRUE;

    to: "$Configuration['EnabledPlugins']['addthis'] = FALSE;"
    3. remove "AddThis"

    However, after uploading Version 1.2 to the plugins folder, i get this error when i try clicking the "Enable" button:

    The addon could not be enabled because it generated a fatal error:

    Parse error: syntax error, unexpected T_STRING in /customers/6/e/c/turbolego.com/httpd.www/finnvegg/plugins/addthis/class.addthis.plugin.php on line 41

  • bh8vnbh8vn
    Answer ✓

    I'm so sorry, it a stupid problem :(
    Open class.addthis.plugin.php in addthis folder,
    replace $Lang = C('Plugin.AddThis.lang', 'Language);
    with $Lang = C('Plugin.AddThis.lang', 'Language');

    Sorry for that, I fixed and updated

  • bh8vnbh8vn
    Answer ✓

    Better using 1.2b for best performace.
    Sorry for that :)

  • Parse error: syntax error, unexpected T_STRING in /hermes/XXXXXXX123/b344/XXX.XXXXXX/donot/plugins/addthis/class.addthis.plugin.php on line 41

    Won't even install

  • Parse errors are fixable by the user himself. You don't need help for that.

    In the meantime the author can fix it in his file version.

    There was an error rendering this rich post.

Sign In or Register to comment.