目次

「トラブル対応」に戻る

DokuWikiのキャッシュを削除する



問題


解決方法

スーパーリロード(Ctlr + F5)

ページがキャッシュされているためで、スーパーリロード(Ctlr + F5)をしてみる

~~NOCACHE~~

ページで、~~NOCACHE~~を記載して、キャッシュを無効にする

touch conf/local.php

touch conf/local.phpでタイムスタンプを更新して、今までのキャッシュを無効にする。

# touch conf/local.php

lib/exe/js.php?purge=true

新しいプラグインのボタンが正しく動かない時の方法

To purge the editor toolbar (and other cached JavaScript) call

http://www.example.com/lib/exe/js.php?purge=true

and clean up your browser's cache as well. This especially helps if a new button introduced by a plugin does not show up.

例:
http://xx.xx.xx.xx/test/dokuwiki/lib/exe/js.php?purge=true

devel:caching#purging_the_cache

https://www.dokuwiki.org/devel:caching#purging_the_cache

PCのブラウザキャッシュ

サーバ側のキャッシュを削除しても、変わらない場合は、PCのブラウザキャッシュが残っている可能性があります。
別のブラウザーでどうか確認してみてください。
また、必要に応じて、PCのブラウザキャッシュを削除してください。





「トラブル対応」に戻る