When I attempted to upload Objectives_module_v0.4.beta.zip which got the best spring module award.
I have since found out that it is rated for 4.0.1 and earlier.
However, it never completed installation, stopping with the display showing 69% complete.
I am running SugarCRM 4.2 on Bitrocks Stack.
I have ZucerDocs and ZucerReports loaded.
The only tabs that do not work are the "Home" tab and the "Dashboard" tab, which are the only tabs I believe this module effects. If the module adds a tab, it did not get that far.
Since the installation did not complete I have no automated way to backup the changes.
I understand that there is some differences between 4.2b and newer versions in terms of how they check the entry point, but as I look through the code, there are numerous tabs that are working that use both methods.
PHP Code:
if(empty($GLOBALS['sugarEntry'])) die('Not A Valid Entry Point');
And replace it by:
PHP Code:
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
I did a find to check for all the files in the Modules folder that were modified and got the attached list.
Is there any way to back out the changes. Does the Sugar Module Loader backup files before changing them?
Any help?
Thanks,
Erik Lindquist


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks