Results 1 to 4 of 4

Thread: Not A Valid Entry Point after install, HELP?!?!?!

  1. #1
    parenta is offline Junior Member
    Join Date
    May 2006
    Posts
    1

    Exclamation Not A Valid Entry Point after install, HELP?!?!?!

    Hi I have just installed sugar Pro 4.2 in the log it said it installed correctly and it redirect me to index.php and it displays....

    'Not A Valid Entry Point'

    So everytime I open sugarcrm it displays this message.

    Im runningg php 5.1.4, IIS 5, and MySQL 5, win xp

    Help, pleaseeeeeee.....

  2. #2
    Markku's Avatar
    Markku is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Helsinki
    Posts
    910

    Default Re: Not A Valid Entry Point after install, HELP?!?!?!

    As you are running IIS, please see this thread, maybe it helps:

    http://www.sugarcrm.com/forums/showthread.php?t=12558

  3. #3
    quartelh is offline Junior Member
    Join Date
    Jun 2006
    Posts
    1

    Default Re: Not A Valid Entry Point after install, HELP?!?!?!

    I am running on the same environment ( using SugarCRM 4.2.0d to be precise) and had the same message "Not A Valid Entry Point' after installing clean.

    One point to mention is that my ISP does not support setting write acces on file level, so I had to copy paste it myself. And that's where the problem kicked (I figured it out after several re-installs )

    In the generated index.php I added
    PHP Code:
    if(!defined('sugarEntry')) define('sugarEntry'true); 
    right after
    PHP Code:
    $GLOBALS['sugarEntry'] = true
    .

    And that did the trick for me. I do not know if there are more entry points that need this addition.

    When will there be a next stable release that incorporates all the security changes that are related to 'Not A Valid Entry Point'?

    Best regards,

    Herbert

    BTW do not forget to replace the Autenticate.php as stated in thread http://www.sugarcrm.com/forums/showthread.php?t=12558 for SugarCRM 4.2.0d...
    Last edited by quartelh; 2006-06-15 at 10:47 PM.

  4. #4
    ariesnet is offline Junior Member
    Join Date
    Jun 2006
    Posts
    1

    Default Re: Not A Valid Entry Point after install, HELP?!?!?!

    that did it for me too. thanks!

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
  •