Results 1 to 3 of 3

Thread: Not A Valid Entry Point after uploading a new module

  1. #1
    ErikLindquist is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    44

    Default Not A Valid Entry Point after uploading a new module

    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
    Attached Files Attached Files

  2. #2
    Sebastien51 is offline Member
    Join Date
    Jul 2006
    Posts
    7

    Default Re: Not A Valid Entry Point after uploading a new module

    Hello,

    If you found the answer.

    I am very interested because I have the same problem today

    Unfortunately, I do not have the same knowledge as yours

    Thanks in advance

  3. #3
    ErikLindquist is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    44

    Default Re: Not A Valid Entry Point after uploading a new module

    Unfortunately I do not have the answer, and the developer has not provided much help, except to confirm that it looks like all the files were copied and that it is probably a configuration issue.

    I have sent the developer questions about what the Manifest.php file is supposed to change, in terms of configuration of layouts, languages and relationships and did not get an answer other than we are too busy.

    In the interim I have loaded Sugar 4.5 (big mistake - it is very buggy, particularly in the e-mail client) but I got the Objectives Module to load. I then exported and imported users, accounts, contacts, and opportunities but I could not import users and opportunities failed to import so I reentered them manually.

    I would like to know, because 4.2.0b seems to be more stable (albeit less features) than 4.5.0b.

    Erik

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •