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...
Bookmarks