你好..我想請問一下,我在安裝i-Linkzhop之後~進入首頁會出現這個訊息
請問是哪裡出錯了呢?我有用說明檔比對index.php的273行但是沒發現問題說~
Could not obtain forums information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near 'ORDER BY link_queue,link_id' at line 1
SELECT link_id,link_name,link_img,link_queue FROMphpbb_links ORDER BY link_queue,link_id
Line : 273
File : /var/www/html/TESTa/index.php
我的270行~274行是這樣的
$sql = "SELECT link_id, link_name, link_img, link_queue FROM" . LINKS_TABLE . " ORDER BY link_queue, link_id";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Could not obtain links information.", '', __LINE__, __FILE__, $sql);
}
希望能幫我解答~謝謝!
我的phpBB 版本: phpbb 2.0.10
phpBB 風格: iCGstatuon
網址: http://59.104.12.204/TESTa
外掛列表: Cashmod221,i-Auth points 1.0.0
[問題]關於安裝i-Linkzhop之後的錯誤[已解決]
版主: 版主管理群
[問題]關於安裝i-Linkzhop之後的錯誤[已解決]
最後由 筱葉 於 2004-11-19 11:59 編輯,總共編輯了 2 次。
-------------------------------------------------------
☆主機系統:RedHat Fedora core 1
☆上網方式:Seednet 8m/640k
☆架站程式:Apache2+php+Mysql 3.x
☆phpBB版本:phpBB 2.0.11
☆主機系統:RedHat Fedora core 1
☆上網方式:Seednet 8m/640k
☆架站程式:Apache2+php+Mysql 3.x
☆phpBB版本:phpBB 2.0.11
-
- 竹貓忠實會員
- 文章: 587
- 註冊時間: 2003-09-14 17:29
- 來自: 我不知道
- 聯繫:
sql 有安裝好嗎?
i-Web System 隨坊出來耶
新聞:
遊戲區開幕啦! 打造隨城最強的遊戲王國!
宣傳車出動! 賣力宣傳隨坊吧!
版主召募!版主魂激發!
中文好好學,不要方言通天飛
i-Web System 正式版上架測試!
新聞:
遊戲區開幕啦! 打造隨城最強的遊戲王國!
宣傳車出動! 賣力宣傳隨坊吧!
版主召募!版主魂激發!
中文好好學,不要方言通天飛
i-Web System 正式版上架測試!
哇....我自己修好了..好意外丫!......原來
$sql = "SELECT link_id, link_name, link_img, link_queue FROM" . LINKS_TABLE . " ORDER BY link_queue, link_id";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Could not obtain links information.", '', __LINE__, __FILE__, $sql);
}
改成
$sql = "SELECT link_id, link_name, link_img, link_queue FROM " . LINKS_TABLE . " ORDER BY link_queue, link_id";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Could not obtain links information.", '', __LINE__, __FILE__, $sql);
}
就這樣搞了好多天@@!~~
我已經解決囉~..感謝大家!
$sql = "SELECT link_id, link_name, link_img, link_queue FROM" . LINKS_TABLE . " ORDER BY link_queue, link_id";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Could not obtain links information.", '', __LINE__, __FILE__, $sql);
}
改成
$sql = "SELECT link_id, link_name, link_img, link_queue FROM " . LINKS_TABLE . " ORDER BY link_queue, link_id";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Could not obtain links information.", '', __LINE__, __FILE__, $sql);
}
就這樣搞了好多天@@!~~
我已經解決囉~..感謝大家!
-------------------------------------------------------
☆主機系統:RedHat Fedora core 1
☆上網方式:Seednet 8m/640k
☆架站程式:Apache2+php+Mysql 3.x
☆phpBB版本:phpBB 2.0.11
☆主機系統:RedHat Fedora core 1
☆上網方式:Seednet 8m/640k
☆架站程式:Apache2+php+Mysql 3.x
☆phpBB版本:phpBB 2.0.11