Hello,
I have tried installing both the KReports (3.0.6) and AlineaSol (4.0.4) modules but after installation I am not able to see either in the SuiteCRM (7.0.1) menu.
I can see them both in Admin -> āDisplay Modules and Subpanelsā but not in āRename modulesā, for instance.
All foldersā attributes are recursively set to 775.
I have tried Repair & Rebuild and Repair Roles several times.
Anybody can offer any solution or suggestion please?
Thanks,
Stefano
Hello,
I was able to find the solution myself, by editing the language file in /custom/include/language as follows:
[ā¦]
$GLOBALS[āapp_list_stringsā][āmoduleListā]=array (
[ā¦]
āKReportsā => āKinamu Reportsā,
āasol_Reportsā => āAlineaSol Reportsā,
);
$GLOBALS[āapp_list_stringsā][āmoduleListSingularā]=array (
[ā¦]
āKReportsā => āKinamu Reportā,
āasol_Reportsā => āAlineaSol Reportā,
);
[ā¦]
2 Likes
Hi spmerli,
Thank you. I do it as you said, and it is sucessful.
I edit the en_us.lang.php file in /custom/include/language, add āasol_Reportsā => āAlineaSol Reportsā, in the ModuleList array.