Log in

View Full Version : need some assistance


7aurelius
09-12-2004, 10:20 PM
with vbjukebox isnt there supposed to be a link on the main page so members can click it to listen

and also i get this error when posting the songs in the admin cp

Database error in vBulletin 3.0.1:

Invalid SQL:
UPDATE forum
SET replycount = replycount + 1,
threadcount = threadcount + 1,
lastpost = 1095030884,
lastposter = '7Aurelius',
lastthread = 'Check out the new song in the jukebox!',
lastthreadid = 22,
lasticonid = 0
WHERE forumid =

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 '' at line 9

mysql error number: 1064

radicaledward
09-12-2004, 10:41 PM
Well if that is the full query that you posted then the problem is because the WHERE clause is incomplete. It should be something along the lines of 'WHERE forumid = 1'. Of course the exact forum id would be different for you. You should go back and make sure that every is entered correctly.