Missing Modules on Install #1

Closed
opened 2026-02-20 14:13:37 -05:00 by deekerman · 1 comment
Owner

Originally created by @ben-github on GitHub (Nov 6, 2013).

When doing a fresh install from a git checkout, many of the modules appear not to be installed. Advanced Open Sales, for example.

This is mentioned on the forums at http://suitecrm.com/index.php/forum/installation-upgrade-help/10-solved-additional-modules-aos-groups-not-activated but the only solutions mentioned there are to grab the tar-ball from suitecrm's website (which doesn't help if you want to contribute patches, etc) or this hack:

To fix the issue I hacked a bit "install/perfomSetup.php" and added this at the beginning of the file (after <?)

include('custom/application/Ext/Include/modules.ext.php');
include('custom/Extension/application/Ext/Include/Advanced');
include('custom/Extension/application/Ext/Include/AdvancedOpenPortal.php');
include('custom/Extension/application/Ext/Include/AdvancedOpenReports.php');
include('custom/Extension/application/Ext/Include/AdvancedOpenSales.php');
include('custom/Extension/application/Ext/Include/AdvancedOpenWorkflow.php');
include('custom/Extension/application/Ext/Include/Google_Maps_20130815.php');
include('custom/Extension/application/Ext/Include/Google_Maps_20131011.php');
include('custom/Extension/application/Ext/Include/Reschedule.php');
include('custom/Extension/application/Ext/Include/SecurityGroups.php');

I'm sure that it is not proper way to solve the issue but I just wanted to highlight the problem.

which doesn't seem like a clean solution.

Originally created by @ben-github on GitHub (Nov 6, 2013). When doing a fresh install from a git checkout, many of the modules appear not to be installed. Advanced Open Sales, for example. This is mentioned on the forums at http://suitecrm.com/index.php/forum/installation-upgrade-help/10-solved-additional-modules-aos-groups-not-activated but the only solutions mentioned there are to grab the tar-ball from suitecrm's website (which doesn't help if you want to contribute patches, etc) or this hack: ``` To fix the issue I hacked a bit "install/perfomSetup.php" and added this at the beginning of the file (after <?) include('custom/application/Ext/Include/modules.ext.php'); include('custom/Extension/application/Ext/Include/Advanced'); include('custom/Extension/application/Ext/Include/AdvancedOpenPortal.php'); include('custom/Extension/application/Ext/Include/AdvancedOpenReports.php'); include('custom/Extension/application/Ext/Include/AdvancedOpenSales.php'); include('custom/Extension/application/Ext/Include/AdvancedOpenWorkflow.php'); include('custom/Extension/application/Ext/Include/Google_Maps_20130815.php'); include('custom/Extension/application/Ext/Include/Google_Maps_20131011.php'); include('custom/Extension/application/Ext/Include/Reschedule.php'); include('custom/Extension/application/Ext/Include/SecurityGroups.php'); I'm sure that it is not proper way to solve the issue but I just wanted to highlight the problem. ``` which doesn't seem like a clean solution.
Author
Owner

@salesagility commented on GitHub (Nov 7, 2013):

Thanks for highlighting this, we have now updated git so that it should install as expecting from git

@salesagility commented on GitHub (Nov 7, 2013): Thanks for highlighting this, we have now updated git so that it should install as expecting from git
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SuiteCRM-SuiteCRM#1
No description provided.