PDA

View Full Version : Please help...what does this mean?


groovesalad
07-28-2003, 07:37 PM
Database error in vBulletin 2.3.0:

Invalid SQL: SELECT * FROM thread WHERE open='1' AND open<>10 AND forumid=3 OR forumid=4 OR forumid=6 OR forumid=7 OR forumid=42 OR forumid=27 OR forumid=46 OR forumid=45 OR forumid=14 OR forumid=47 OR forumid=48 OR forumid=49 OR forumid=50 OR forumid=25 OR forumid=26 OR forumid=53 OR forumid=40 OR forumid=59 OR forumid=51 OR forumid=63 ORDER BY lastpost DESC LIMIT 10
mysql error: Got error 127 from table handler

mysql error number: 1030

Date: Monday 28th of July 2003 01:38:06 PM
Script: http://groove-salad.com/forum/forum/
Referer:

Velocd
07-28-2003, 08:52 PM
A syntax error somewhere, perhaps. Post the PHP query code of this, maybe I can identify the problem more clearly.

open='1' AND open<>10

Hmmm... redundant? ;)

Xenon
07-28-2003, 09:17 PM
mysql error: Got error 127 from table handler

it means you should run REPAIR TABLE thread

groovesalad
07-28-2003, 09:33 PM
thank you :)

Xenon
07-29-2003, 09:41 AM
np :)