[問題]關於board_msg_copy1
發表於 : 2003-05-18 16:16
請問一下喔~
我安裝board_msg_copy1這個mod後~
要執行board_msg_inst.php後出現以下訊息耶~~
目前再管理版面有公告欄了,但無法使用呢>"<
pls help me!!!
謝謝^^"
ps:我的系統是redhat8.0 + apache2.0.40 + mysql3.23.52 + php4 + phpBB2
訊息如下
"; } else { echo "Install complete, new row in the table added.
Please remember to delete this file ASAP.
"; } $sql1 = "INSERT INTO ". $table_prefix.$tablename ." (config_name, config_value) VALUES ('board_msg', '
This is an example message of the Board Message MOD.
Site of the Author
Sven Ansem
')"; $result = mysql_query($sql1); if(!$result) echo "Install failed
"; if (mysql_error()) { echo "Error Report: ".mysql_error()."
"; } else { echo "Install complete, new row in the table added.
Please remember to delete this file ASAP."; } exit; ?>
我安裝board_msg_copy1這個mod後~
要執行board_msg_inst.php後出現以下訊息耶~~
目前再管理版面有公告欄了,但無法使用呢>"<
pls help me!!!
謝謝^^"
ps:我的系統是redhat8.0 + apache2.0.40 + mysql3.23.52 + php4 + phpBB2
訊息如下
"; } else { echo "Install complete, new row in the table added.
Please remember to delete this file ASAP.
"; } $sql1 = "INSERT INTO ". $table_prefix.$tablename ." (config_name, config_value) VALUES ('board_msg', '
This is an example message of the Board Message MOD.
Site of the Author
Sven Ansem
')"; $result = mysql_query($sql1); if(!$result) echo "Install failed
"; if (mysql_error()) { echo "Error Report: ".mysql_error()."
"; } else { echo "Install complete, new row in the table added.
Please remember to delete this file ASAP."; } exit; ?>