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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Tuotorial doubt..chapt-2 (beginner)


Go to End


4 Posts   1397 Views

Avatar
sathyashrayan

Community Member, 5 Posts

2 May 2011 at 5:44pm

I worked on the first chapter successfully. But I could able to do the same with the second part.
http://doc.silverstripe.org/sapphire/en/tutorials/2-extending-a-basic-site

I did created files mysite/code/ArticlePage.php and mysite/code/ArticleHolder.php with the code. But I could not able to see the page type list. Where am I doing the mistake?

Avatar
Willr

Forum Moderator, 5523 Posts

2 May 2011 at 7:53pm

Have you rebuilt the database? You may need to use ?flush=all to clear the manifest.

Avatar
sathyashrayan

Community Member, 5 Posts

10 May 2011 at 3:38pm

Hi Willr,
I am very sorry for this late reply. Yes, when i do

http://localhost/works/test/silver/SilverStripe-v2.4.5/?flush=all

I am redirected to a admin loggin page. When i enter my user name and password it still asking for the username and password. It does not throw any error.

My admin link is

http://localhost/works/test/silver/SilverStripe-v2.4.5/index.php/admin

Is this something related with mod_rewrite? I have enabled it and could see that in phpinfo().

My system is Ubuntu 11.04 with lamp.

Any help?

Avatar
sathyashrayan

Community Member, 5 Posts

11 May 2011 at 1:53pm

Any help?