PDA

View Full Version : vb3_thread problems


TruthElixirX
04-13-2005, 08:24 PM
I was editing a thread name and I get to the place where I rename it and submit it. I get this error....

Database error in vBulletin 3.0.5:

Invalid SQL:
UPDATE vb3_thread SET
visible = 1,
open = 1,
sticky = 0 ,
title = 'change',
iconid = 0,
notes = ''
privatethread='',
privateusers=''
,similar = ''
WHERE threadid = 133

mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'privatethread='',
privateusers=

mysql error number: 1064

Date: Wednesday 13th of April 2005 05:21:32 PM
Script: http://www.supportcore.org/forums/postings.php
Referer: http://www.supportcore.org/forums/postings.php
Username: Chris



I'm not sure what I need to change.

Marco van Herwaarden
04-14-2005, 03:17 AM
Seems like you installed the Private Thread hack. Try asking in the Support thread for that hack.

Paul M
04-14-2005, 04:17 AM
There appears to be a comma missing after the notes = '' line - I would guess you didn't quite do a file edit correctly.

TruthElixirX
04-14-2005, 01:32 PM
The guy qho created the hack has pretty much disappeared. What I need ot know though is this: Is it a database or a file problem? If it is a file problem I can fix it. If its a database problem I'm compeltely screwed.

eva01_
04-14-2005, 01:41 PM
why not just restore your database to before you had the error?

or reupload all clean files and try that

Marco van Herwaarden
04-14-2005, 01:43 PM
This looks like a file edit problem. But once more, please post in the hack's support thread. Even if the author don't answer, other members using the same hack could maybe help you, or your question and the answers can help future users who would run into the same problem.