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);
}


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks