引用文章自
http://forum.lifetype.org.tw/index.php?topic=3193.0
在我使用的外掛中 有幾個會發生問題我的修改之處,分享給大家
1.1版的外掛
articlereferers
在pluginarticlereferers.class.php第6行插入 include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
topcommentposts
在plugintopcommentposts.class.php第7行插入 include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
topreadposts
在plugintopreadposts.class.php第6行插入 include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
1.0版的外掛
advancedsearch
在pluginadvancedsearch.class.php第4行插入 include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
hiddeninput
將class/action/pluginhiddeninputupdateconfigaction.class.php的46行改為 if( !$blogs->updateBlog( $this->_blogInfo )) { //(移掉一個參數)
recenttrackbacks
將class/action/pluginrecenttrackbacksupdateconfigaction.class.php的46行改為 if( !$blogs->updateBlog( $this->_blogInfo )) { //(移掉一個參數)