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.

Archive /

Our old forums are still available as a read-only archive.

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

flush all


Go to End


5 Posts   5379 Views

Avatar
pjssms

Community Member, 49 Posts

31 August 2008 at 11:16am

I have done the flush of same pages.

However i just discovered that i must do the flush to the footer after looking 2 or 3 times if i have not changed it.

Is there a way to flush all pages ?

Thank you,

Paulo Santos

Avatar
Willr

Forum Moderator, 5523 Posts

31 August 2008 at 2:18pm

No you cannot do something like ?flush=all. (you can read a post about the problems of the lack of a flush all here - http://groups.google.com/group/silverstripe-dev/browse_thread/thread/3dd3d1fe2152ced1) . You can try and delete the cache directory off your computer on mine its something like

rm /tmp/silverstripe-cache-sites-www-sitename/* -F

If you have windows its probably in C:\windows\temp or something... you can just empty the directory. Hopefully there will be a flush=all one of these days! Nestled includes are by far the worst to deal with!

Avatar
pjssms

Community Member, 49 Posts

2 September 2008 at 10:43am

Thank you. Where can i look for webdesigners on silverstripe ?

Avatar
Willr

Forum Moderator, 5523 Posts

2 September 2008 at 10:48am

Mark has just added flush=all feature to silverstripe - http://open.silverstripe.com/changeset/61721 this will be in the next release or you can apply that changeset to your project.

Avatar
pxlpshr

Community Member, 14 Posts

16 September 2008 at 5:03am

I'm having an issues with ?flush=1 if someone can help me.

I've removed breadcrumbs from all the template files (there are only 2) and it continues to show on a page, even though I've flushed multiple times and double-checked the files ON the server.