 |
 |
 |
 |
#314515 - 06/21/07 04:49 AM
Re: UBB.News
[Re: Gizmo]
|
Wizard
Registered: 01/10/00
Posts: 5132
Loc: Portland, OR, USA
|
I'm getting this on UBB.T7 B2: Script: /home/undergroundnews/public_html/forum/scripts/news.inc.php Line#: 163 SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''15'' at line 16 SQL Error #: 1064 Query: SELECT t1.TOPIC_REPLIES, t1.TOPIC_SUBJECT, t1.TOPIC_CREATED_TIME, t1.TOPIC_VIEWS, t1.TOPIC_REPLIES, t1.TOPIC_ID, t2.POST_BODY, t2.POST_ID, t2.POST_DEFAULT_BODY, t3.USER_ID, t3.USER_DISPLAY_NAME, t4.FORUM_DESCRIPTION, t4.FORUM_TITLE, t4.FORUM_ID FROM forums_TOPICS as t1, forums_POSTS as t2, forums_USERS as t3, forums_FORUMS as t4 WHERE t1.FORUM_ID in ( '3', '9' ) AND t2.USER_ID = t3.USER_ID AND t2.POST_ID = t1.POST_ID AND t1.TOPIC_IS_APPROVED = '1' AND t4.FORUM_ID = t1.FORUM_ID AND t4.FORUM_IS_ACTIVE = '1' ORDER BY t1.TOPIC_CREATED_TIME DESC LIMIT '15'
Please use your back button to return to the previous page.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#314532 - 06/22/07 03:19 AM
Re: UBB.News
[Re: Gizmo]
|
Wizard
Registered: 01/10/00
Posts: 5132
Loc: Portland, OR, USA
|
Ian, any ideas for my error? I'm getting this on UBB.T7 B2: Script: /home/undergroundnews/public_html/forum/scripts/news.inc.php Line#: 163 SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''15'' at line 16 SQL Error #: 1064 Query: SELECT t1.TOPIC_REPLIES, t1.TOPIC_SUBJECT, t1.TOPIC_CREATED_TIME, t1.TOPIC_VIEWS, t1.TOPIC_REPLIES, t1.TOPIC_ID, t2.POST_BODY, t2.POST_ID, t2.POST_DEFAULT_BODY, t3.USER_ID, t3.USER_DISPLAY_NAME, t4.FORUM_DESCRIPTION, t4.FORUM_TITLE, t4.FORUM_ID FROM forums_TOPICS as t1, forums_POSTS as t2, forums_USERS as t3, forums_FORUMS as t4 WHERE t1.FORUM_ID in ( '3', '9' ) AND t2.USER_ID = t3.USER_ID AND t2.POST_ID = t1.POST_ID AND t1.TOPIC_IS_APPROVED = '1' AND t4.FORUM_ID = t1.FORUM_ID AND t4.FORUM_IS_ACTIVE = '1' ORDER BY t1.TOPIC_CREATED_TIME DESC LIMIT '15'
Please use your back button to return to the previous page.
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|