內容簡介
注意:此外掛在 WP 2.5 版本無法運作。WP 2.5 中的 AJAX referer 檢查與強化版 PHP 無衝突,因此這個外掛已經不再適用。
如果您仍然遇到權限問題,很可能是您的瀏覽器或外掛所造成的。
此外掛修復了管理面板中可能導致多種問題的一個問題,包括以下情況:
在執行某些操作時出現「您沒有權限進行此操作」錯誤,即使您已經登錄了帳號
在儲存文章或頁面時,出現「您確定要編輯此頁面:「」嗎?」確認
無法使用管理面板刪除頁面或文章
可能還有其他類似症狀的問題
大多數遇到這些問題的人都是在使用強化版 PHP 的伺服器上。這個版本增加了 PHP 的數個安全措施,其中包括透明 cookie 加密。WordPress 在管理面板中檢查您是否可以執行某些操作的函數 (check_ajax_referer()) 因此無法正常運作。此外掛將這個函數替換為考慮到 cookie 加密因素的替代方案。
外掛標籤
開發者團隊
原文外掛簡介
Note: This plugin does not work in WP 2.5. The AJAX referer check in WP 2.5 does not conflict with a hardened version of PHP, so this plugin is no longer adequate.
If you still experience the permission problem it is likely your browser or a plugin.
This plugin fixes an issue that can cause several problems in the Administration Panel, including the following:
The “You don’t have permission to do that” error when performing certain actions, even though you are in fact logged in
The “Are you sure you want to edit this page: “”?” confirmation when trying to save a post or page
Inability to remove pages or posts using the Management panels
And possibly other problems that have similar symptoms
Most people who get these problems seem to be on a server that uses a hardened version of PHP. This version adds several security measures to PHP, including transparent cookie encryption. The WordPress function that checks whether you can perform certain actions in the Administration Panel (check_ajax_referer()) does not function properly because of this. This plugin replaces that function with a something that does take the cookie encryption into account.
