Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Not A Valid Entry Point


Go to End


4 Posts   3151 Views

Avatar
sarahk

Community Member, 46 Posts

3 April 2007 at 10:44am

Edited: 03/04/2007 10:46am

I had a wee hack in the installer because it was saying that MySQL v 5.0.18 couldn't be used and I commented out some lines in checkdatabase()

After a few refreshes as I sorted out other permissions problems I've got

=================
If you receive a fatal error, refresh this page to continue the installation
# Creating 'assets' folder...
# Creating 'mysite/_config.php'...
# Creating '.htaccess' file...
# Building database schema...
Not A Valid Entry Point
==================

My database is empty and I can't get ahead.

is my database supported?

this is a LAMP install

Avatar
Sigurd

Forum Moderator, 628 Posts

3 April 2007 at 11:17am

What version of PHP are you running?

Avatar
Sigurd

Forum Moderator, 628 Posts

3 April 2007 at 11:31am

(Found out it is PHP 5.2.1, on BSD)

I cannot see this phrase in the SilverStripe source, so I think something else is interferring. Google shows that SugarCRM has this error from time to time, so perhaps you've got the two programs installed in the same folder and this is causing a conflict?

Avatar
sarahk

Community Member, 46 Posts

3 April 2007 at 11:39am

Edited: 03/04/2007 11:41am

Via IRC I worked with SiggySS_working and identified that Silverstripe was clashing with an existing installation of SugarCRM - it's on a subdomain but practically that is just a subfolder on the server.

Silverstripe should be able to accomodate this scenario... I'm not sure quite how this clash happens, I haven't seen anything like it before.

I've moved the files to a new folder and that's working fine. Now I just need .htaccess to grab the right files.

thanks for your help!