UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » SQL - Unable to get topic list!

SQL - Unable to get topic list!

Moderators: Gaia.

Page: 1

Author Post
Member
Registered: May 2004
Posts: 3
Hello everybody!
Nice soft but not usefull for me. Why?
When I created category and forum, everything looks good. I posted few topic. And after that I'm clicking to category and get following error:

UseBB General Error
In file "path to data"/forum.php on line 109:

SQL - Unable to get topic list!

Query causing the error:
SELECT t.id, t.topic_title, t.last_post_id, t.count_replies, t.count_views, t.status_locked, t.status_sticky, p.poster_guest, p2.poster_guest AS last_poster_guest, p.post_time AS last_post_time, u.id AS poster_id, u.name AS poster_name, u.level AS poster_level, u2.id AS last_poster_id, u2.name AS last_poster_name, u2.level AS last_poster_level FROM usebb_topics t, ( usebb_posts p LEFT JOIN usebb_users u ON p.poster_id = u.id ), ( usebb_posts p2 LEFT JOIN usebb_users u2 ON p2.poster_id = u2.id ) WHERE t.forum_id = 1 AND p.id = t.first_post_id AND p2.id = t.last_post_id ORDER BY t.status_sticky DESC, p2.post_time DESC
We are sorry for the inconvenience.

Please help me with this. THX
Developer
Registered: Apr 2004
Posts: 2195
Location: Belgium
See http://www.usebb.net/community/topic.php?post=431#post431
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: May 2004
Posts: 3
The problem was solved. Thanks a lot. But another problem was made:

In file "path to forum"/forum/sources/template.php on line 77:

General - The template configuration variable "new_topic_icon" does not exist!

Can you help me one more time please?
Developer
Registered: Apr 2004
Posts: 2195
Location: Belgium
Please ensure you have everything entered in the MySQL DB properly.

Note no support is given on CVS versions.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: May 2004
Posts: 3
Thanks for your help. If I might help with this nice soft, tell me. For example translate final version to Czech language

Page: 1

UseBB Community » Help & Support » SQL - Unable to get topic list!

UseBB Community is powered by UseBB 1 Forum Software