Lamp
Member
We've been having problems with caching where basically, the browser seems to cache everything which is causing problems of outdated content showing.
This occurs everywhere on the forum and even in the admin CP. Examples:
This occurs everywhere on the forum and even in the admin CP. Examples:
- When visiting the site, old content is displayed if browser visited before
- If you edit a forum post or taigachat message with the overlay, when you edit it again the content from before you edited comes up
- In the Admin CP, if you edit a page, when you go to that page again the content from before you edited comes up
- First I tried using <meta> tags in the header. I think it might've slowed down loading a bit but it didn't solve anything.
- After doing more research and gaining access to the server, I thought it was because of the .htaccess file, but it didn't have anything about caching. I added code to disable caching but that hasn't helped either.
- I added code to the index.php file, but then loading something like an overlay or alerts caused a server error that said that index.php cannot modify the headers because FrontController.php already has. So I looked at that file but can't find anything really about caching in there either…
Last edited: