PDA

View Full Version : Search function not working


groovesalad
04-06-2003, 10:56 PM
When I click on "Search new posts" I get this:


Database error in vBulletin 2.3.0:

Invalid SQL: INSERT INTO search (searchid,query,dateline,querystring,showposts,use rid,ipaddress) VALUES (NULL,'1=1 AND thread.lastpost>=1049672361 AND thread.open<>10',1049672743,'',0,1092,'64.42.61.213')
mysql error: Can't open file: 'search.MYI'. (errno: 145)

mysql error number: 1016

Date: Sunday 06th of April 2003 04:45:43 PM
Script: http://groove-salad.com/forum/forum/search.php?s=&action=getnew
Referer: http://www.groove-salad.com/forum/index.php?


Anyone know what I should do to correct this problem?

filburt1
04-06-2003, 10:59 PM
Try running this query:

REPAIR TABLE search;