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

Includes - like Navigation.ss - still in server cache??


Go to End


2 Posts   1361 Views

Avatar
borriej

Community Member, 267 Posts

27 April 2010 at 3:02am

Hi,

- page.ss contains <% include Navigation %>

- I've updated Navigation.ss an re-uploaded it

- But when i look at the source code online the Navigation.ss is still the old version.

- dev/build?flush=all ... dev/build .. or dev/build?flush=1 ... makes no change!

- deleted the Navigation.ss and refreshed the page.. deleted firefox buffer, and you know what. It still shows the menu, but how is this possible, because I deleted it!

Any one know about this?

Thx!

Avatar
3dgoo

Community Member, 135 Posts

27 April 2010 at 12:56pm

Edited: 27/04/2010 12:56pm

Hi,

Doing dev/build?flush=all only builds the database, even with the flush call it will not flush any of the templates. You need to do a ?flush=all on any of your pages.

e.g.
yoursilverstripesite.com/?flush=all