Results 1 to 4 of 4

Thread: Uninstall Module?

  1. #1
    RickM is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Boca Raton, FL
    Posts
    220

    Unhappy Uninstall Module?

    Hello-

    I had the JCRMTime and JCRMInvoices modules loaded on my 4.5.1h install. I never used the modules so I removed them prior to my 5.0 upgrade by going to the module loader and using the uninstall.

    I currently get the following error on every page if I have Display Errors turned on in php.ini...

    Notice: Undefined index: JCRMTime in /var/www/html/sugar.bisginc.com/www/themes/Sugar/header.php on line 386

    I've checked all the language files (en_us.lang.ext.php, etc...) and even did a
    grep "JCRM" * -R and didn't get any hits except for the log files!

    Can anyone help??

    Thanks
    Rick

  2. #2
    jli
    jli is offline Junior Member
    Join Date
    May 2005
    Posts
    109

    Default Re: Uninstall Module?

    is there anything in the <sugar>/custom/application/Ext/Include/ directory?

  3. #3
    RickM is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Boca Raton, FL
    Posts
    220

    Default Re: Uninstall Module?

    Yes, but I'm not sure that is where the problem lies. There is one file called modules.ext.php and its contents are:

    <?php
    //WARNING: The contents of this file are auto-generated


    //WARNING: The contents of this file are auto-generated
    $beanList['KBDocuments'] = 'KBDocument';
    $beanFiles['KBDocument'] = 'modules/KBDocuments/KBDocument.php';
    $moduleList[] = 'KBDocuments';
    $beanList['KBDocumentRevisions'] = 'KBDocumentRevision';
    $beanFiles['KBDocumentRevision'] = 'modules/KBDocumentRevisions/KBDocumentRevision.php';
    $modInvisList[] = 'KBDocumentRevisions';
    $beanList['KBTags'] = 'KBTag';
    $beanFiles['KBTag'] = 'modules/KBTags/KBTag.php';
    $modInvisList[] = 'KBTags';
    $beanList['KBContents'] = 'KBContent';
    $beanFiles['KBContent'] = 'modules/KBContents/KBContent.php';
    $modInvisList[] = 'KBContents';
    $beanList['KBDocumentKBTags'] = 'KBDocumentKBTag';
    $beanFiles['KBDocumentKBTag'] = 'modules/KBDocumentKBTags/KBDocumentKBTag.php';
    $modInvisList[] = 'KBDocumentKBTags';



    //WARNING: The contents of this file are auto-generated
    $beanList['ProjectResources'] = 'ProjectResource';
    $beanFiles['ProjectResource'] = 'modules/ProjectResources/ProjectResource.php';
    $modInvisList[] = 'ProjectResources';
    $beanList['Holidays'] = 'Holiday';
    $beanFiles['Holiday'] = 'modules/Holidays/Holiday.php';
    $modInvisList[] = 'Holidays';


    ?>

  4. #4
    jli
    jli is offline Junior Member
    Join Date
    May 2005
    Posts
    109

    Default Re: Uninstall Module?

    can you try resetting your preferences back to default. the user prefs are stored in the database, and when certain modules are hidden or removed, the stored session doesn't reflect those changes.

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: 4
    Last Post: 2008-01-08, 02:28 PM
  3. Module Installer : Uninstall except tables
    By ruchida in forum Feature Requests
    Replies: 5
    Last Post: 2007-06-11, 05:10 AM
  4. 4.5.1a Uninstall a custom module properly
    By gneill794 in forum Developer Help
    Replies: 0
    Last Post: 2007-03-21, 03:20 PM
  5. 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
  •