I have two problems.
I've installed vBsupport 2.0.0 B2, (fresh install).
1. All tickets are blank. Tickets can be created and I can see the tickets... but when I click on them to view... the ticket is blank.... no text between the "New Reply" buttons.
and
2. I get this error when replying to the ticket.
Quote:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT post.postid, IF(post.userid = 0, post.username, user.username) AS username,
post.pagetext, post.allowsmilie, post.userid, post.dateline
FROM vbs_ticket_post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
WHERE post.visible = 1
AND post.threadid =
ORDER BY dateline DESC, postid DESC
LIMIT 16;
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 'ORDER BY dateline DESC, postid DESC
LIMIT 16' at line 8
|
Any help is appreciated...