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

Silverstripe stopped working


Go to End


3 Posts   1167 Views

Avatar
sca123

Community Member, 61 Posts

26 November 2009 at 9:29am

I have setup a site which was working absolutely fine, but now when I go to any URL in the site the same page is always shown and with no content.

The site is at http://dse.direct2digital.co.uk - any help would be appreciated

Avatar
dalesaurus

Community Member, 283 Posts

26 November 2009 at 6:33pm

Your site seems to be working correctly (the SilverStripe part anyway). It seems your $Content area is blank, what is in the CMS? The SIFR isn't working correctly either. Take a look at the generated code:

	<div class="menu3">
	 <ul>
	
	 </ul>
	</div>
	<div style="margin-right: 10px;margin-top: 10px;float:left;"><img src="/assets/" alt="assets/" /></div>
	<div class="copy"><p></p></p>

That a bunch of junk code. Can you elaborate on what troubleshooting steps you've taken so far?

Avatar
Double-A-Ron

Community Member, 607 Posts

26 November 2009 at 7:28pm

You'd be better off posting the contents of your Page.ss and Layout/Page.ss files.

It looks like either your $Layout or $Content tag is missing.

Aaron