[問題]有關ezportal

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
JianWen
星球普通子民
星球普通子民
文章: 2
註冊時間: 2004-05-04 15:59

[問題]有關ezportal

文章 JianWen »

我最近安装了ezportal, 但是却不能正常显示?
Debug 的结果是如下:
Could not query announcements information

代碼: 選擇全部

DEBUG MODE 

SQL Error : -1 ERROR: LIMIT #,# syntax not supported. Use separate LIMIT and OFFSET clauses. 

SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p WHERE t.forum_id IN (1) AND t.topic_time <= 1083855531 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC LIMIT 0,5 

Line : 86 
File : /mydomain.com/phpBB2/fetchposts.php
JianWen
星球普通子民
星球普通子民
文章: 2
註冊時間: 2004-05-04 15:59

Re: [問題]有關ezportal

文章 JianWen »

JianWen 寫:我最近安装了ezportal, 但是却不能正常显示?
Debug 的结果是如下:
Could not query announcements information

代碼: 選擇全部

DEBUG MODE 

SQL Error : -1 ERROR: LIMIT #,# syntax not supported. Use separate LIMIT and OFFSET clauses. 

SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p WHERE t.forum_id IN (1) AND t.topic_time <= 1083855531 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC LIMIT 0,5 

Line : 86 
File : /mydomain.com/phpBB2/fetchposts.php
请各位大侠多多帮忙!!谢谢!!
kkf
星球公民
星球公民
文章: 48
註冊時間: 2002-07-30 07:39
來自: 天宮國 - 普隆德拉
聯繫:

文章 kkf »

請依照發表格式~~~
http://phpbb-tw.net/phpbb/viewtopic.php?p=94203#94203


你用的是甚麼資料庫??
還有,你可以貼出line86那一段的程式碼嗎??
主題已鎖定

回到「外掛問題討論」