
01-04-2008, 02:13 AM
|
|
|
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
ok dude
--------------- Added [DATE]1199420120[/DATE] at [TIME]1199420120[/TIME] ---------------
this is the error message
Quote:
Database error
The SportiveStudents-A New Way To Entertainment database has encountered a problem.
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the www.sportivestudents.com home page, then try to open another page.
Click the Back button to try another link.
The www.sportivestudents.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
We apologise for any inconvenience.
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT post.pagetext AS preview,
thread.threadid, thread.threadid AS postid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.dateline, thread.forumid,
thread.replycount, IF(thread.views=0, thread.replycount+1, thread.views) as views, thread.sticky,
thread.pollid, thread.open, thread.lastpost AS postdateline, thread.visible, thread.hiddencount, thread.deletedcount,
thread.lastpost, thread.lastposter, thread.lastpostid, thread.attach, thread.postusername, thread.forumid,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
user.userid AS postuserid
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, attachment.thumbnail_filesize AS thumbsize , MIN(attachment.attachmentid) AS attachmentid , attachment.thumbnail_filesize AS thumbsize , MIN(attachment.attachmentid) AS attachmentid
FROM thread AS thread
LEFT JOIN user AS user ON(user.userid = thread.postuserid)
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN subscribethread AS subscribethread
ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN attachment as attachment ON(attachment.postid = thread.firstpostid AND (attachment.extension = 'jpg' OR attachment.extension = 'gif' OR attachment.extension = 'png')) LEFT JOIN attachment as attachment ON(attachment.postid = thread.firstpostid AND (attachment.extension = 'jpg' OR attachment.extension = 'gif' OR attachment.extension = 'png'))
WHERE thread.threadid IN
(703, 199, 213, 354) GROUP BY thread.threadid GROUP BY thread.threadid;
MySQL Error : Not unique table/alias: 'attachment'
Error Number : 1066
Date : Friday, January 4th 2008 @ 02:03:38 AM
Script : http://www.sportivestudents.com/search.php?searchid=234
Referrer : http://www.sportivestudents.com/index.php
IP Address : 60.21.206.10
Username : admin
Classname : vB_Database
|
|