K2 + WordPress 2.5 問題

引用自 這篇文章
一方面是我常常遇到自己把這類網頁加到書籤以後,久而久之總是會 404 not found = =…….
所以決定自己把這個東西Note 一下,免得以後找不到… |||
剛裝完WordPress 2.5後搭上 K2 在登入的時候應該會出現這個錯誤訊息

Fatal error: Call to undefined function wp_register_sidebar_widget() in /***/*****/***/***/********/***/*************/wp-admin/includes/dash
board.php on line 31

這個原因是因為,WordPress 2.5 新增了一個 Dashboard 是用Widget來Work的,不過就是跟K2的Sidebar Modules有衝到吧,所以說那篇文章就提供了一個解決方法,
修改 K2 資料夾裡面的 apps/includes/widgets-removal.php

  1. <?php 
  2. if(get_option('k2sidebarmanager') != 1) { 
  3.     remove_action('plugins_loaded', 'wp_maybe_load_widgets', 0)
  4.     if( is_admin() ){ // If someone is trying to access the admin page 
  5.         global $pagenow
  6.         if( $pagenow == 'index.php' ) wp_maybe_load_widgets()
  7.     } 
  8. } 
  9. ?>

我修改後到現在還沒遇到什麼問題~ 所以應該解決了 :)

1個對 “K2 + WordPress 2.5 問題” 的回應


留下回覆

Calendar

三月 2008
« 二月   四月 »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Google Friend Connect

Blog ADS

透過email 訂閱

發送者為 FeedBurner

Counter