// you’re reading...

WordPress

[Plugins] wp-cache 2.1.1

噗 … 最近沒什麼時間更新現在 WordPress 正在使用的 Plugins ,要不是前幾天在和 kcw 聊天時,發現它出新的版本,不然我壓根兒也不會去更新它!

anyway 根據作者所講的,這次的更新主要是針對一些安全性的問題來做修正,主要的方向為 CSRFXSS 的攻擊,如果有在使用 wp-cache 的朋友,請記得去更新成目前最新的版本。

至於升級的方式,只要先讓 wp-cache 停止運作,接著把新版的檔案覆蓋過去即可,是不是很簡單呢?既然都讀完了,請到這來下載 wp-cache 2.1.1

Discussion

2 comments for “[Plugins] wp-cache 2.1.1”

  1. 我卡死在
    ln -s wp-content/plugins/wp-cache/wp-cache-phase1.php wp-content/advanced-cache.php

    但是,我將wp-config.php改權限成666;將wp-content改權限成777,重新啟用;可以正常使用。
    之後再將wp-config.php改權限成644。

    我有新的Post, 似乎頁面被Cache住,要到Cache過期才會更新。

    有沒有好主意當我有新Post或Post有更新, 頁面Cache自動過期。

    Posted by ChintseNo Gravatar | April 19, 2007, 1:24 am
  2. 其實新版的 wp-cache 已經把你的問題給解決了,只是你安裝的過程跟作者介紹的方式似乎有點出入!?

    Installation

    1. Upload to your plugins folder, usually wp-content/plugins/ and unzip the file, it will create a wp-content/plugins/wp-cache/ directory.

    2. If you have Gzip Compression enabled turn it off (in Options->Reading).

    3. Activate the plugin on the plugin screen.

    4. Go to “Options” administration menu, select “WP-Cache” from the submenu, the plugin will try to autoconfigure everything. The plugin will try to autoconfigure everything and guide you through the process. In case of failure –normally due to the lack of files’ privilegies– it tell you and give the instructions to solve the problems.

    Manual Installation

    1. Upload to your plugins folder, usually wp-content/plugins/ and unzip the file, it will create a wp-content/plugins/wp-cache/ directory.

    2. If you have Gzip Compression enabled turn it off (in Options->Reading).

    3. Create wp-content/cachedirectory and make sure the web server can write in it.

    4. Make wp-content writeable by the web server.

    5. Create a symbolic link from wp-content/advanced-cache.php to wp-content/plugins/wp-cache/wp-cache-phase1.php.

      ln -s wp-content/plugins/wp-cache/wp-cache-phase1.php wp-content/advanced-cache.php

    6. Add the following line to your wp-config.php file:

      define(’WP_CACHE’, true);

    7. Go to “Options” administration menu, select “WP-Cache” from the submenu and enable cache.

    目前按照你所給的資訊,如果你把 wordpress 改成跟 httpd (apahce or lighttpd … etc) 同一個 owner 或 group ,這樣問題是一定可以解決,不然可能就要請你提出更多的資訊嚕!

    Posted by sneseNo Gravatar | April 19, 2007, 2:10 am

Post a comment