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.

Template Questions /

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

creating an new page type as described in the tutorial


Go to End


3 Posts   1923 Views

Avatar
baba-papa

Community Member, 279 Posts

3 January 2009 at 12:06am

Hi,

I trie to get familiar with SS and so my first step is to go through the tutorial. I´m running SS on my localhost (MAMP). In tutorial 1 a new page type should be created. For a selfconfiguration of the database i called the url http://localhost:8888/db/build?flush=1 but nothing happens. The browser says it could not find the URL. Appreciate Your help.

Avatar
Carbon Crayon

Community Member, 598 Posts

3 January 2009 at 2:27am

Hi Baba

the url you call needs to be to project + /db/build?flush=1 so if you are working in the folder mamp/www/mysite then it will be http://localhost:8888/mysite/db/build?flush=1

Avatar
baba-papa

Community Member, 279 Posts

5 January 2009 at 5:57am

Hello aram,

now it works. Thanks for Your help.