21278 Posts in 5728 Topics by 2599 members
General Questions
SilverStripe Forums » General Questions » Includes - like Navigation.ss - still in server cache??
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 793 Views |
-
Includes - like Navigation.ss - still in server cache??

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!
-
Re: Includes - like Navigation.ss - still in server cache??

27 April 2010 at 12:56pm Last edited: 27 April 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
| 793 Views | ||
|
Page:
1
|
Go to Top |

