Results 1 to 5 of 5

Thread: Uninstall a module installed through module loader

  1. #1
    lowJack01 is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Albuquerque, NM
    Posts
    86

    Default Uninstall a module installed through module loader

    I am under the impression that a module that is marked Unistallable should be uninstallable through the module loader. Can anyone set me on the right track?

    Thanks!

    Jackie

  2. #2
    gacevedo is offline Sugar Community Member
    Join Date
    Dec 2007
    Posts
    34

    Default Re: Uninstall a module installed through module loader

    You need to set a flag ('is_uninstallable' => true) in the module's manifest file.

    Code:
    $manifest = array(
            'acceptable_sugar_versions' => array(
           'regex_matches' => array (
                0 => "4\.5\.*.*",
                1 => "5\.0\.*.*",
           ),
        ),
        'acceptable_sugar_flavors' => array (
            0 => 'PRO',
            1 => 'OS',
        ),
    
        ...
    
        'is_uninstallable' => true
    );
    Hope this work for you!

  3. #3
    lowJack01 is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Albuquerque, NM
    Posts
    86

    Default Re: Uninstall a module installed through module loader

    But how do you uninstall it?

  4. #4
    kenneth.thorman is offline Sugar Community Member
    Join Date
    Oct 2007
    Posts
    191

    Default Re: Uninstall a module installed through module loader

    In
    Admin/Module Loader

    there are 2 text/list boxes.

    The bottom one indicates installed modules

    If you are not running at a high screen resolution most likely you will have to scroll to the right to be able to see the uninstall button on each of the installed modules.

    Ken

  5. #5
    lowJack01 is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Albuquerque, NM
    Posts
    86

    Default Re: Uninstall a module installed through module loader

    Nope, don't see it. At least I know I'm not loosing it!

    I'm ruinning v4.5.1e.

    Thank you for your guidance.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Module Builder
    By Olavo in forum Downloads
    Replies: 418
    Last Post: 2009-02-26, 06:36 AM
  2. Replies: 6
    Last Post: 2007-01-02, 12:46 AM
  3. Replies: 2
    Last Post: 2006-12-14, 03:16 PM
  4. Replies: 1
    Last Post: 2006-09-11, 03:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •