I haven't had any problems since I've been using the hack, but today I added a new newsgroup and got this error:
Quote:
Database error in vBulletin 3.0.1:
Invalid SQL: SELECT post.*, thread.*,
post.dateline AS postdateline, post.msgid AS postmsgid,
post.title AS posttitle, thread.title AS threadtitle
FROM post AS post LEFT JOIN thread AS thread
ON (post.threadid = thread.threadid)
WHERE post.isusenetpost = 0 AND
post.postid > 61294 AND
thread.forumid = 34
mysql error: Got error 134 from table handler
mysql error number: 1030
Date: Sunday 11th of July 2004 01:50:23 PM
Script: http://www.mysite.com/forum/gateway.php
Referer:
Username: Unregistered
IP Address: xx.xx.xx.xx
|
After I got this error, the other two forums that are importing newsgroups stopped updating. Also, for some reason I couldn't connect to my admincp (even though I could for another site running on the same server). And just now, I can't even connect to the forum. I get this error message:
Quote:
Database error in vBulletin :
Link-ID == false, connect failed
mysql error:
mysql error number: 0
Date: Sunday 11th of July 2004 04:11:01 PM
Script: http://mysite.com/forum/
Referer:
IP Address: xx.xx.xx.x
|
I had been running gateway.php via a cronjob in my cpanel, but I was worried that gateway.php might have been a runaway job so I deleted it. However, I don't think that actually shut it down.
Any ideas what could be causing this?