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

Create different page type - not work?


Go to End


2 Posts   1212 Views

Avatar
Scott_Huang

Community Member, 2 Posts

4 January 2014 at 3:34pm

I am new for SilverStripe.

I try to install SS successfully. It can run and post article successfully. Nice SS.

Issue:
1. According the Tutorial section 1, I try to create HomePage.Php and .ss And change Home to that type.
However, it did not show new style per HomePage.ss described.
I try to test change Page.ss directly, it can show the graph correctly.

2. I try the Tutorial section 2. ArticlePage is ok, successfully add Date/Author fields.
But, the same, the ActicleHolder.ss not work.

Any advice? Thanks.

Avatar
Scott_Huang

Community Member, 2 Posts

4 January 2014 at 4:03pm

It resolved. Just add ?flush=1 in link to flush the website then work.
Thanks.