Столкнулся с такой проблемой. Всё было нормально, через 5 минут зашёл на форум и ни один раздел, ни навигация, ничего не открывается. Только админка... в чём может быть проблема?
______________________________________________________________
Ошибка базы данных в vBulletin 3.8.1:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
, threadredirect.expires
FROM thread AS thread
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 = 2 AND canview = 1)
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
WHERE thread.threadid IN (0,4532)
ORDER BY sticky DESC, lastpost DESC;
Ошибка MySQL : Table './kolumbiec_vbulletin/post' is marked as crashed and should be repaired
Номер ошибки : 145
Дата запроса : Tuesday, March 23rd 2010 @ 12:14:11 PM
Дата ошибки : Tuesday, March 23rd 2010 @ 12:14:11 PM
Скрипт :
http://fishingstars.ru/forum/forumdisplay.php?f=119
Реферрер :
http://fishingstars.ru/forum/index.php
IP адрес : 79.164.79.194
Имя пользователя : LonDeath
Имя класса : vB_Database
Версия MySQL : 5.1.36-log
LonDeath добавил 23.03.2010 в 13:40
сделал repair table. Всё норм. спс