Results 1 to 2 of 2

Thread: Upgrade to 4.0.1 Not A Valid Entry Point

  1. #1
    brob is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    21

    Default Upgrade to 4.0.1 Not A Valid Entry Point

    Please can someone help, I was upgrading from 3.5.1a to 4.0.1 and got to the stage where i was informed that changes were going to be made to the studio screen so I left them all blank as not to change the layout that I had.

    Then the error message came up saying it was unable to write copy licensePrint.php to the /var/www/sites/companycrm.site.net/public_html/install/ directory, so I changed properties to 777 and ran the process again, this is when the Not A Valid Entry Point appeared.

    Now whenever I try to access the CRM to login I get presented with this screen and can not view anything.

    Please any help would be greatly appreciated.

    System:
    Linux
    PHP 4.3.9
    DB 4.1.20
    Server Apache/2.0.52 (CentOS)

  2. #2
    sadek's Avatar
    sadek is offline Sugar Team Member
    Join Date
    Sep 2005
    Posts
    244

    Default Re: Upgrade to 4.0.1 Not A Valid Entry Point

    Once you are at Sugar 4.0.1, you will need to have all the entry points defined. You will need to have the following line at the top of all of these entry files:

    Code:
    $GLOBALS['sugarEntry'] = true;
    The following is a listing of all entry files that you will need to check for, the most prominent being index.php
    Code:
    sadek@sadek-laptop:/var/www/html/sugarpro401$ grep "$GLOBALS\['sugarEntry'\] = true;" -R .
    ./json.php: $GLOBALS['sugarEntry'] = true;
    ./vcal_server.php: $GLOBALS['sugarEntry'] = true;
    ./acceptDecline.php: $GLOBALS['sugarEntry'] = true;
    ./metagen.php: $GLOBALS['sugarEntry'] = true;
    ./image.php: $GLOBALS['sugarEntry'] = true;
    ./leadCapture.php: $GLOBALS['sugarEntry'] = true;
    ./vCard.php: $GLOBALS['sugarEntry'] = true;
    ./phprint.php: $GLOBALS['sugarEntry'] = true;
    ./sugar_version.php: $GLOBALS['sugarEntry'] = true;
    ./removeme.php: $GLOBALS['sugarEntry'] = true;
    ./cron.php: $GLOBALS['sugarEntry'] = true;
    ./tree_level.php: $GLOBALS['sugarEntry'] = true;
    ./emailmandelivery.php: $GLOBALS['sugarEntry'] = true;
    ./export_dataset.php: $GLOBALS['sugarEntry'] = true;
    ./json_server.php: $GLOBALS['sugarEntry'] = true;
    ./campaign_tracker.php: $GLOBALS['sugarEntry'] = true;
    ./dictionary.php: $GLOBALS['sugarEntry'] = true;
    ./modules/Administration/UpgradeWizard_prepare.php:$GLOBALS['sugarEntry'] = true;
    ./modules/Administration/DisplayWarnings.php:$GLOBALS['sugarEntry'] = true;
    ./modules/Administration/UpgradeWizard_commit.php:$GLOBALS['sugarEntry'] = true;
    ./index.php:$GLOBALS['sugarEntry'] = true;
    ./export.php: $GLOBALS['sugarEntry'] = true;
    ./soap.php: $GLOBALS['sugarEntry'] = true;
    ./pdf.php: $GLOBALS['sugarEntry'] = true;
    ./install.php: $GLOBALS['sugarEntry'] = true;
    ./tree.php: $GLOBALS['sugarEntry'] = true;
    ./maintenance.php: $GLOBALS['sugarEntry'] = true;
    ./process_workflow.php: $GLOBALS['sugarEntry'] = true;
    After adding those lines to those files, please let us know if that resolves the issue for you.
    Sadek Baroudi
    Software Engineer
    SugarCRM

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
  •