
sorry I fix that.. the error was mine I put in Forum URL in admincp with "/" I didn't read the note:

sorry...
URL of your forum. Note: do not add a trailing slash. ('/')
--------------- Added [DATE]1236835198[/DATE] at [TIME]1236835198[/TIME] ---------------
Thank You Lynne, I have today this error too:
I fix with Maintenance tool, but I dont know why the error occurred..any idea?
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT post.*,
IF(post.visible = 2, 1, 0) AS isdeleted,
editlog.userid AS edit_userid, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory
FROM post AS post
LEFT JOIN editlog AS editlog ON (editlog.postid = post.postid)
WHERE post.postid = 483;
MySQL Error : Table './tmfdb/post' is marked as crashed and should be repaired
Error Number : 145