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

Install widgets


Go to End


1524 Views

Avatar
Roland

Community Member, 5 Posts

30 October 2009 at 11:23pm

Hi,
if i install widgets like this doko [url=http://doc.silverstripe.org/doku.php?id=widgets]http://doc.silverstripe.org/doku.php?id=widgets i get this error message: The website server has not been able to respond to your request.

The title shows GET /

I have used this code:

class Page extends SiteTree {

static $has_one = array(
"Sidebar" => "WidgetArea",
);

function getCMSFields() {
$fields = parent::getCMSFields();
$fields->addFieldToTab("Root.Content.Widgets", new WidgetAreaEditor("Sidebar"));
return $fields;
}
}

What's the matter?

The blog-page is installed - the widgets are running....