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.

Themes /

Discuss SilverStripe Themes.

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

It just says "foo"


Go to End


5 Posts   2124 Views

Avatar
_Vince

Community Member, 165 Posts

6 August 2014 at 5:48pm

I am working on a new theme. On, I think, 3.1.x (whatever Composer got me)

I have my templates directory, with Page.ss, and under that, an Includes and a Layout directory.

NOW... if I have the $Content variable in the main Page.ss, I get the content as per the CMS.

If I use the $Layout variable, I just get the word "Foo" and the template doesn't even look for the Page.ss that's in Layout.

I have tried changing "Layout" to "layout" but it doesn't make any difference.

I've never encountered this before. Any ideas?

Avatar
Willr

Forum Moderator, 5523 Posts

6 August 2014 at 6:20pm

You haven't got any custom code in your website that overrides $Layout? Sounds like someones debugging code.

Avatar
_Vince

Community Member, 165 Posts

6 August 2014 at 6:30pm

No, I haven't progressed as far as overriding Layout on the site yet. It IS running in DEV mode, I'll see if the "Foo" goes away in LIVE mode. Thanks for the suggestion... any others? I've already tried reinstalling cms and framework, and removing blog.

Avatar
Willr

Forum Moderator, 5523 Posts

6 August 2014 at 6:53pm

I'd do a project folder wide search for 'Foo' you'll get a bunch of results but you should step through those and see where it could be coming from.

Avatar
_Vince

Community Member, 165 Posts

7 August 2014 at 7:16am

Sorted.

Found that there was a copy of the cms and framework folders in the themes folder. I don't know if that changed anything but it might have been why I got the "Foo" and why changing from "layout" to "Layout" made no difference?

No idea... but anyway, it now works as well as ever. Thanks for the suggestions! :D