Results 1 to 5 of 5

Thread: Getting extras >

  1. #1
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default Getting extras >

    When I build or rebuild my Sugar i keep getting a error that reads:

    Warning: RepairAndClear::require_once(ModuleInstall/ModuleInstaller.php) [repairandclear.require-once]: failed to open stream: No such file or directory in E:\SugarCRM\modules\Administration\QuickRepairAndR ebuild.php on line 138

    Fatal error: RepairAndClear::require_once() [function.require]: Failed opening required 'ModuleInstall/ModuleInstaller.php' (include_path='E:\SugarCRM\include/..;.;C:\php5\pear') in E:\SugarCRM\modules\Administration\QuickRepairAndR ebuild.php on line 138



    I think can some one upload ModuleInstall/ModuleInstaller.php


    This is the function that is failing
    function rebuildExtensions()
    {
    global $mod_strings;
    if($this->show_output) echo $mod_strings['LBL_QR_REBUILDEXT'];
    global $current_user;
    require_once('ModuleInstall/ModuleInstaller.php');
    $mi = new ModuleInstaller();
    $mi->rebuild_all(!$this->show_output);

    }

  2. #2
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Getting extras >

    Is there no such file <sugar-directory>/ModuleInstall/ModuleInstaller.php ?

    What did you change in your installation before calling the "repair" mechanism?
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  3. #3
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default Re: Getting extras >

    Well i was trying to use the mod loader but then i reverted back to a backup and this is what i am getting

  4. #4
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Getting extras >

    Maybe a problem with access rights? (if the file is in place)
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  5. #5
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default Re: Getting extras >

    Thanks
    for all the help, i was able to download the ModuleInstall/ModuleInstaller.php and everything is perfect

    Youall are the best

Thread Information

Users Browsing this Thread

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

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
  •