Caching Issue

Permalink
I have the issue with displaying outdated content. I've gone into the dashboard and cleared the cache files as well as turn off caching. However the old content is still outdated, I've tried going into the server and manually deleting the old cache files with no success.

I've noticed that the owner is different then the ftp username I have. When trying to change that I get a permission denied.

What is another step I can attempt to take to help clear the cache?

Thanks

 
webjedi replied on at Permalink Reply
webjedi
Sorry, mine was solved and wasn't caching.
Mnkras replied on at Permalink Reply
Mnkras
it is most likely your browser try clearing your cache and make sure the page was approved
akufc replied on at Permalink Reply
I don't think it's a browser cache issue, I've cleared all browsers even installed a new browser and the old data block is still showing up. I've also had other people on the network browse to the site and they are having the same issue with the outdated block displaying.
Mnkras replied on at Permalink Reply
Mnkras
you can delete the cache manually, in /files/cache_objects delete everything in there
Tony replied on at Permalink Reply
Tony
just a guess, but maybe some of you pages aren't being approved?
akufc replied on at Permalink Reply
How would I check that? Perhaps some more details on what I did, I created a scrapbook block with some contact information of the company. The client asked for it to have some different information so I created a new scrapbook and edited the page type to use the new scrapbook.

How do I get the already created pages to update to the new page type layout? I've noticed new pages will pull the proper scrapbook block.
Tony replied on at Permalink Reply
Tony
if you're changing the page type defaults, that isn't suppose to change pages that are already created. they're only used as a template for new pages.
akufc replied on at Permalink Reply
Is there a script I can run to update the previously created pages to the new template?
Tony replied on at Permalink Reply
Tony
not that i know of. if you want something to appear on all of a page type, you may be better hard coding it to that page type, or by calling scrapbook blocks by name within that page type.
waldbach replied on at Permalink Reply
waldbach
use this in the head section of "header.php" in your theme directory:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">

worked for me.
remove it once the site goes live.