Additional modules (AOS, Groups...) not activated

Hi all,

I think that it is a bug in the release because after installation I don’t see any additional modules (apart from standard SugarCRM).

I tried multiple times to install sugar with different configurations Standard/Custom with Demo data and without and this didn’t help.

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.

Cheers,
Stan

1 Like

Hi Stan,

Did you download SuiteCRM from Git? Thank you for the feedback and the solution.

Thanks,

Will.

Hi,

i can confirm, that SuiteCRM downloaded from the GIT-Repository has not all additional Modules activated. I´ve also been courious and wanted to test before the final Release, and it happend to me too…

But after downloading the Package right here from SuiteCRM.com, everything runs as expected!

So Thank You for this great Work of Supercharging Sugar!!!

Musi

1 Like

Hi Will,

I thought that I tried both but in fact I just retried installing version from website and it is working fine.

So issue is related to the version from Git, which can be workarounded with the code I posted.

Thanks,
Stan

1 Like

Will:

Can you confirm the preferred download site for SuiteCRM?

When I look at git I see the project’s latest update was 9 days ago. Here at http://suitecrm.com/index.php/suitecrm-download the files show as modified yesterday?

I cannot see in any posts where you have explained why there are differences between the two sources or a download preference.

Please advise.

Thanks!

Hi there,

You can download either version. If you are downloading with intention to contribute our git repo is the place to do it. If you just wish to download SuiteCRM to use as your CRM or to test it out, it will be easier to download straight from our website. There are no differences in the versions. There will be a hotfix/bug fix release(7.0.1) coming out shortly though, so keep that in mind.

Thanks,

Will.

I can confirm the same problem when installing from a git clone of your repository. I’m using git because I have some patches (https://github.com/ben-github/SuiteCRM) to use SuiteCRM with Postgres. What is the recommend way to install these modules when doing an install from git? The includes at the top of performSetup.php seem a little hackish. Also since I’ve already done an install, if there is an easy way to include/enable these modules after an install, that would be great too.

Thanks,
Ben

Hi there,

I think if you do a “Quick Repair & Rebuild” right after the installation, you’ll find the modules correctly activated.

Just tried doing a Quick Repair & Rebuild and it ran without errors, but the install is still missing AOS, etc. I tried logging out and back it after the Rebuild as well.

Have you tried the ‘Display Modules and Subpanels’ in Admin, it may just be that the modules are disabled

Hi guys,

The git repository has now been updated so that SuiteCRM should download as expected.

Thanks,

Will.

bugreporter, has your fork some relationship or similarity with Antonio Musarra’s fork for using sugar with postgres? (https://github.com/Danisan/sugarcrm_dev_PostgreSQL)

Yes! don’t answer! (I have just found your refference).

Just to clarify for others, my fork (https://github.com/ben-github/SuiteCRM) is based on https://github.com/amusarra/sugarcrm_dev_PostgreSQL. I looks like github.com/Danisan/sugarcrm_dev_PostgreSQL is a fork of that same original project as well, although I don’t see any changes in the fork.

Quick testing shows that my fork worked with SuiteCRM 7.0 but when I merged up to 7.0.1 something broke. I can’t had a chance to track down what changed / broke, but I’m waiting to fix that before I merge the commits that fixed the missing modules.