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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

SS 3.02 install bug


Go to End


2 Posts   934 Views

Avatar
borriej

Community Member, 267 Posts

24 October 2012 at 2:39am

Found a bug during install:

When you installed the whole CMS, logged-in to delete the install files... ok that's done.. now i click on something like: go to "THE CMS", but the href is wrong: it goes to www.mysite.com/"admin//" .. instead of www.mysite.com/admin

another tiny thing:
date time zone was not correctly set in my php.ini on my shared hosting. Since i could not access the php.ini, you should add this to the .htaccess:

php_value date.timezone "Europe/Amsterdam"

and refresh the install.php again!

Avatar
Sean

Forum Moderator, 922 Posts

24 October 2012 at 10:21am

Hi borriej,

Thanks for that. We are aware of the href issue and it's currently awaiting a fix in our bug tracker: http://open.silverstripe.org/ticket/7874

In terms of the date.timezone issue, this is a general PHP requirement to have it set correctly. As far as I'm aware, PHP 5.4 defaults the timezone to UTC if it's not set, instead of throwing a warning, which is why the SilverStripe installer has it as a requirement to be set correctly.

Thanks,
Sean