Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    my site is afu. only half of my extensions actually work. I don't know where to start, but i get these error messages:

    •  
      CommentAuthorjimw
    • CommentTimeNov 30th 2007
     # 2
    Did you check the extension folders to make sure the files are there?
  2.  # 3
    They are all there. I got rid of the Custom Styles error by updating the extension to the latest version. The top two are still there, even with updated extensions.

    How do you remove an Extension completely?
    •  
      CommentAuthorjimw
    • CommentTimeNov 30th 2007
     # 4
    You could edit the conf/extensions.php file and remove the extension item. That would put it back to a non-activated state.
  3.  # 5
    dumb question, edit the php file to say what?
    •  
      CommentAuthorjimw
    • CommentTimeDec 1st 2007
     # 6
    For example, in my file, here are 3 extensions listed:
    include($Configuration['EXTENSIONS_PATH']."ToDo/default.php");
    include($Configuration['EXTENSIONS_PATH']."BuyADrink/default.php");
    include($Configuration['EXTENSIONS_PATH']."InviteFriends/default.php");

    If you wanted to get rid of BuyADrink, you would just delete that line from the file. However, there may also be some extension settings in the settings.php file.

    So, if you want to get rid of an extension, I would just delete the extension folder (step 1). Then step 2, edit the extensions.php file to delete the reference. Then step 3, look in the settings.php file for settings for that extension and delete them.

    This is what I would try. I'm sure someone else might have another idea.
Add your comments
    Username Password
  • Format comments as