[討論] 安裝、升級和使用 Board3 Portal (論壇入口) 2.0.x 之相關問題
發表於 : 2012-05-15 08:28
主機作業系統:Windows 7
您的上網方式:FTTB
您安裝的程式:Apache 2.2.22 + php 5.4.3 + MySql 5.5.24
您的 phpBB 版本:phpBB 3.0.10
您的 phpBB 連結網址: http://wang5555.dnsfor.me/phpBB3/
安裝外掛:Board3 Portal (論壇入口) (Update 2.0.0)
問題與解決:
升級後使用心得:
您的上網方式:FTTB
您安裝的程式:Apache 2.2.22 + php 5.4.3 + MySql 5.5.24
您的 phpBB 版本:phpBB 3.0.10
您的 phpBB 連結網址: http://wang5555.dnsfor.me/phpBB3/
安裝外掛:Board3 Portal (論壇入口) (Update 2.0.0)
問題與解決:
- 執行資料庫更新時,出現錯誤訊息如下:
解決:
代碼: 選擇全部
一般性錯誤 SQL ERROR [ mysql4 ] Duplicate entry 'board3_portal_version' for key 'PRIMARY' [1062] SQL INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('board3_portal_version', '1.0.6', 0) BACKTRACE FILE: [ROOT]/includes/db/mysql.php LINE: 175 CALL: dbal->sql_error() FILE: [ROOT]/includes/functions.php LINE: 157 CALL: dbal_mysql->sql_query() FILE: [ROOT]/install/index.php LINE: 51 CALL: set_config()
利用 phpMyAdmin 進論壇資料庫,找到 phpbb_config 資料表,搜尋 config_name = board3_portal_version 的欄位,找到後,刪除之。 - 入口上方出現錯誤訊息如下:
p.s.
代碼: 選擇全部
[phpBB Debug] PHP Notice: in file [ROOT]/portal/modules/portal_recent.php on line 68: Undefined index: board3_exclude_forums_11
這個問題只有在您的論壇啟用「DEBUG」,才會發生。
解決:
--開啟--
portal/modules/portal_recent.php
--找到----取代成--代碼: 選擇全部
$sql_where = ' AND ' . $db->sql_in_set('forum_id', array_map('intval', $exclude_forums), ($config['board3_exclude_forums_' . $module_id]) ? true : false);
--儲存與關閉--代碼: 選擇全部
$sql_where = ' AND ' . $db->sql_in_set('forum_id', array_map('intval', $exclude_forums), ($config['board3_recent_exclude_forums_' . $module_id]) ? true : false);
- 論壇入口上方出現類似的錯誤訊息(以及亂碼):
解決:
代碼: 選擇全部
[phpBB Debug] PHP Notice: in file [ROOT]/portal/includes/functions.php on line 679: Undefined variable: global_announce_list [phpBB Debug] PHP Notice: in file [ROOT]/portal/includes/functions.php on line 696: Undefined variable: global_announce_list [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4803: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4805: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4806: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4807: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
--開啟--
portal/includes/functions.php
--找到----取代成--代碼: 選擇全部
$last_read = $topic_ids = $forum_ids = $tracking_info = $rev_forum_ids = array();
--儲存與關閉--代碼: 選擇全部
$last_read = $topic_ids = $forum_ids = $tracking_info = $rev_forum_ids = $global_announce_list = array();
升級後使用心得:
- 優點:
- 資料存取速度加快許多,(行事曆)功能更齊全。
- 模組(區塊)的新增或移除,更加便利。
- 資料存取速度加快許多,(行事曆)功能更齊全。
- 缺點:
- 程式有 bug(如上),尚待官方修正。
- 我舊版辛苦建立的 16 個「連結」,全數不見啦!