PDA

View Full Version : Editing Posts and Articles


BorisPeace
10-19-2011, 08:14 PM
Posts and articles on my website cannot be edited at the moment. It was fine yesterday at 20:35, then something went wrong. I'm getting Error e-mail every minute or so:

Database error in vBulletin 4.1.5:

Invalid SQL:

DELETE searchcore, searchcore_text
FROM searchcore AS searchcore JOIN
searchcore_text AS searchcore_text ON
searchcore.searchcoreid = searchcore_text.searchcoreid
WHERE searchcore.groupcontenttypeid = 2 AND
searchcore.groupid = 11204;

MySQL Error : Table './...../searchcore_text' is marked as crashed and should be repaired
Error Number : 145
Request Date : Wednesday, October 19th 2011 @ 11:06:45 AM
Error Date : Wednesday, October 19th 2011 @ 11:06:46 AM
Script : http://www.gamehonor.com/cron.php?rand=1319040401
Referrer : http://www.gamehonor.com/content.php
IP Address : 88.251.197.3
Username : Guest
Classname : vB_Database
MySQL Version :

What's possibly wrong?

Reycer
10-19-2011, 09:38 PM
admincp--->Maintenance---> Repair/Optimize on your searchcore_text table

https://www.vbulletin.com/forum/showthread.php/353148-searchcore_text-crashed

BorisPeace
10-19-2011, 09:56 PM
That solved it thanks ^^